January 2018 Archives by thread
      
      Starting: Mon Jan  1 16:27:10 UTC 2018
         Ending: Wed Jan 31 18:05:10 UTC 2018
         Messages: 149
     
- [master] fd678d7 Drop trailing semicolon
 
Federico G. Schwindt
 - [master] 4ce9376 Mark this noreturn
 
Federico G. Schwindt
 - [master] 1001cd1 This should also compile if sigaltstack is missing
 
Federico G. Schwindt
 - [master] 9be1300 Move vsmw from libvarnish to varnishd/common
 
Poul-Henning Kamp
 - [master] 630b045 Bring Lck_DestroyClass() back.
 
Poul-Henning Kamp
 - [master] 849fcd3 Add argument to tell which vsm_cluster a VSC goes into.
 
Poul-Henning Kamp
 - [master] cfb9223 Teach VCC how to put backend-VSC's into a VSM-cluster.
 
Poul-Henning Kamp
 - [master] ab412f2 Forgot (as usual) umem
 
Poul-Henning Kamp
 - [master] 9616126 I usually know how to quit vi(1)...
 
Poul-Henning Kamp
 - [master] 355bf7e Refine the VRT_VSM_Cluster prototypes.
 
Poul-Henning Kamp
 - [master] ecb58d7 (Almost) separate VSMW_cluster from VSMW_segment.
 
Poul-Henning Kamp
 - [master] ba14fe3 Sigh, there are no "safe" last minute renames.
 
Poul-Henning Kamp
 - [master] 2261dcf Change type of oc->last_lru from float back to double
 
Martin Blix Grydeland
 - [master] bef8f49 comment/reality sync
 
Nils Goroll
 - [master] 1a851e0 gc statement with no effect
 
Nils Goroll
 - [master] 26e8d49 Do not step back (struct sess).t_idle
 
Nils Goroll
 - [master] fdc46c5 Explain why we don't clean up VSMW
 
Poul-Henning Kamp
 - [master] 0b6966d Teach VSMAPI about non-zero offsets
 
Poul-Henning Kamp
 - [master] 89e295c Export the VSMW cluster New/Destroy functions
 
Poul-Henning Kamp
 - [master] 91d33db Add vsmw_cluster arg to VSMW_Alloc[vf]()
 
Poul-Henning Kamp
 - [master] b5e41e9 Tell VCC to generate backend-teardown for static backends.
 
Poul-Henning Kamp
 - [master] b6b249a Don't yank/recreate VBE->vsc on COLD/WARM events, instead just mark them to be ignored in VSCAPI and do so there.
 
Poul-Henning Kamp
 - [master] b9ea8cd Drop pointless assert.
 
Poul-Henning Kamp
 - [master] 88e5a96 Constify
 
Poul-Henning Kamp
 - [master] 111a42f Pass the vsmw_cluster arg through
 
Poul-Henning Kamp
 - [master] c180d47 Start sharing vsmw_clusters for static backends in same VCL.
 
Poul-Henning Kamp
 - [master] 86e8f72 Handle the case where we have no timeouts
 
Poul-Henning Kamp
 - [master] c8eedc2 Add macro_expandf() to avoid unhealthy use of local buffers.
 
Poul-Henning Kamp
 - [master] ccfa03f Reintroduce VLU_Feed()
 
Poul-Henning Kamp
 - [master] 70c9a26 Restructure 'process' a bit and teach it a few new tricks.
 
Poul-Henning Kamp
 - [master] 77e6d3a Drop the poll on fd_stdin linux doesn't handle collateral close.
 
Poul-Henning Kamp
 - [master] cd9e5db GCC doesn't think NULL is a valid terminator of execl(2).
 
Poul-Henning Kamp
 - [master] 431456a Update xcode and travis image
 
Federico G. Schwindt
 - [master] b8924bc Remember to take the VSC metadata structure into account when sizing VSMW clusters.
 
Poul-Henning Kamp
 - [master] 59aeb8d Change process to use a pseudo-terminal for stdin/stdout.
 
Poul-Henning Kamp
 - [master] ddc1100 Use cfset[io]speed() because of Solaris...
 
Poul-Henning Kamp
 - [master] 895af0a Add a feature test "term" for having a adm3a term{info|cap} entry
 
Poul-Henning Kamp
 - [master] d0805ed Run the utilities in curses-mode.
 
Poul-Henning Kamp
 - [master] 7e07428 neuter assert for now.
 
Poul-Henning Kamp
 - [master] c462a96 Solaris again...
 
Poul-Henning Kamp
 - [master] aab0966 Drop all terminfo related asserts for now, report on vtc_log instead.
 
Poul-Henning Kamp
 - [master] 45db094 Change subtest 2 to be CTRL-D
 
Poul-Henning Kamp
 - [master] 0f65eb1 Future-proof comment
 
Dridi Boukelmoune
 - [master] 0773342 (struct director).admin_health needs initialization
 
Nils Goroll
 - [master] a11dbaa fix typos
 
Nils Goroll
 - [master] 65e9652 Reduce noise during teardown
 
Poul-Henning Kamp
 - [master] 80d571c Merge branch 'master' of github.com:varnishcache/varnish-cache
 
Poul-Henning Kamp
 - [master] 2ec9691 Integrate Geoff's Solaris patches from #2537
 
Poul-Henning Kamp
 - [master] 84d92b4 Missed an underscore
 
Poul-Henning Kamp
 - [master] 086a141 Add a very rudimentary 'ansi' terminal emulation.
 
Poul-Henning Kamp
 - [master] 909ce71 Split the terminal emulation into its own source file.
 
Poul-Henning Kamp
 - [master] 8678574 Add hack to wait for X bytes on stdout.
 
Poul-Henning Kamp
 - [master] 93195a4 Require fewer bytes of varnishtop
 
Poul-Henning Kamp
 - [master] 945d2e1 Switch to 'ansi.sys' terminal type, that seems the lowest common denomintor.
 
Poul-Henning Kamp
 - [master] dc0f151 Implement CSI-K, tweak tests.
 
Poul-Henning Kamp
 - [master] 76c740f More curses test-tweaking
 
Poul-Henning Kamp
 - [master] 00707a9 more tweaking
 
Poul-Henning Kamp
 - [master] 28d0ff7 Fix the same basic error in all our curses programs: When the stdin-fd is dead, it takes more than "break; " to get out of a switch-in-a-loop.
 
Poul-Henning Kamp
 - [master] 7e3e7a7 Implement CSI-C (CUF)
 
Poul-Henning Kamp
 - [master] 586dda0 Use -need-bytes instead of delays
 
Poul-Henning Kamp
 - [master] c39ed3c Make pty ctrl-terminal to get SIGHUPs
 
Poul-Henning Kamp
 - [master] 3e454cf Now that varnishtest sets up SIGHUP, remove hacks.
 
Poul-Henning Kamp
 - [master] e88a5a3 Make sure the process has TCSAFLUSH'ed before sending anything to it.
 
Poul-Henning Kamp
 - [master] 2ed5a02 Try to get Solaris to work again.
 
Poul-Henning Kamp
 - [master] 6265345 Enable echo on the pty
 
Poul-Henning Kamp
 - [master] e85d1e6 Exercise command complettion in varnishadm
 
Poul-Henning Kamp
 - [master] f224bcf Add a test for varnishadm in pass mode
 
Poul-Henning Kamp
 - [master] e3378e4 Increase fidelity of terminal emulation
 
Poul-Henning Kamp
 - [master] c082ca6 Exercise more of varnishstat
 
Poul-Henning Kamp
 - [master] 0d9f041 More terminal fidelity improvements.
 
Poul-Henning Kamp
 - [master] 79ed4fc Try to catch a panic on VCO
 
Poul-Henning Kamp
 - [master] baa7e69 Improve the error messages for 'vcl N.N;'
 
Poul-Henning Kamp
 - [master] a36dfe0 bytearray needs an encoding in python3
 
guillaume quintard
 - [master] 69695c2 Fix pointer arithmatic in VSM_Map(), add a test with 100 backends
 
Nils Goroll
 - [master] aa21e4b I may be incompetent at math, but I'm not _that_ incompetent at math :-)
 
Poul-Henning Kamp
 - [master] 6f337c4 Dump sp->ws on panic
 
Poul-Henning Kamp
 - [master] 77d819c Removing debugging hack
 
Poul-Henning Kamp
 - [master] e2dd109 Expose various H2_SETTINGs as parameters
 
Dag Haavi Finstad
 - [master] 63688fa H2: Transmit our actual settings set
 
Dag Haavi Finstad
 - [master] f111f85 Whitespace
 
Dag Haavi Finstad
 - [master] 5306a71 h2: Revise some param values to appease vtest's i386 builds
 
Dag Haavi Finstad
 - [master] 9b6115d Set the timeout for the same window we call getch for.
 
Poul-Henning Kamp
 - [master] 5e49114 Flexelinting
 
Poul-Henning Kamp
 - [master] ec2dc56 Check exit status precisely
 
Poul-Henning Kamp
 - [master] 4dc546c Handle hidden counters in subscription mode
 
Poul-Henning Kamp
 - [master] 5332d21 VSM doesn't know about hidden counters, leave it to VSC.
 
Poul-Henning Kamp
 - [master] fd06bc0 Get the sign/logic right
 
Poul-Henning Kamp
 - [master] 94283ee Fix a harmless signextension bug.
 
Poul-Henning Kamp
 - [master] a8a3049 Wrap lines, test CUD.
 
Poul-Henning Kamp
 - [master] e4d1354 Implement window resizing in the terminal emulation
 
Poul-Henning Kamp
 - [master] 4732640 Introduce obj.storage for VCL
 
Dridi Boukelmoune
 - [master] 062234c Do not clean up files generated by lib/libvcc/generate.py
 
Nils Goroll
 - [master] ad99f14 libvcc/generate.py creates code all over the place
 
Nils Goroll
 - [master] f544c8f replace package lists with install commands
 
Nils Goroll
 - [master] 2410591 Minor NOP rearrangement.
 
Poul-Henning Kamp
 - [master] ae25a64 List the VSM clusters in the index file
 
Poul-Henning Kamp
 - [master] f72a7e0 document a possible pitfall with the probe .request attribute
 
Nils Goroll
 - [master] fe1ebfe Add a bunch of asserts to try to catch #2539
 
Poul-Henning Kamp
 - [master] 0cfa869 Don't HTC_RxStuff with a non-reserved workspace
 
Dag Haavi Finstad
 - [master] 06012a1 no vsm, no identity
 
Nils Goroll
 - [master] 9e0543c fix VSM_map mmap length for real
 
Nils Goroll
 - [master] 46561a1 NOP: pull out the actual mmap code from VSM_Map()
 
Nils Goroll
 - [master] 7a30f9f introduce a bitfield for vsm client segment flags
 
Nils Goroll
 - [master] 9194477 gc unused includes thanks to Flexelint
 
Nils Goroll
 - [master] 2babc68 Map whole VSM clusters instead of their segments
 
Nils Goroll
 - [master] 3f3213d Whitespace
 
Federico G. Schwindt
 - [master] 3cdb917 Add a delay when TERMinating a process
 
Federico G. Schwindt
 - [master] 67d5be2 Switch to clang 6.0
 
Federico G. Schwindt
 - [master] f319a34 Plug minor leak when discarding a vcl
 
Federico G. Schwindt
 - [master] d56e94a h2: Move RST_STREAM tx handling to its own function
 
Dag Haavi Finstad
 - [master] 6f74146 Enforce h2_max_concurrent_streams
 
Dag Haavi Finstad
 - [master] 1867404 Kill stale comment
 
Dag Haavi Finstad
 - [master] 280495d Clean up some function arguments
 
Poul-Henning Kamp
 - [master] 25b2e84 More function argument cleanup
 
Poul-Henning Kamp
 - [master] 3dd8921 log local proxy connections
 
Nils Goroll
 - [master] 1a5c5f1 Minor polish
 
Poul-Henning Kamp
 - [master] d306cd4 GC unused code
 
Poul-Henning Kamp
 - [master] e212c5c Get rid of the interstitial "var" structure.
 
Poul-Henning Kamp
 - [master] f9a79a7 Make the python code a bit more readable.
 
Poul-Henning Kamp
 - [master] f53c783 Don't treat 'unset' as a special case of 'set', having bereq.body hardcoded in the compiler is not nice.
 
Poul-Henning Kamp
 - [master] 717e8d5 Eliminate unused argument
 
Poul-Henning Kamp
 - [master] cdbcb2e Unify symbol lookup diagnostics
 
Poul-Henning Kamp
 - [master] f94c703 Rework the VCC error reporting code in preparation of multi-token idents.
 
Poul-Henning Kamp
 - [master] 78e7155 Test the proxy related VSL tags
 
Federico G. Schwindt
 - [master] b6ab994 Don't test on exact resolver error messages, they vary per platform because the messages in the reference version were horrible.
 
Poul-Henning Kamp
 - [master] 5166c76 Don't ioctl termios until we have pushed STREAMS modules on Solaris
 
Poul-Henning Kamp
 - [master] a1929ff Not that ioctl, the other ioctl...
 
Poul-Henning Kamp
 - [master] 5ba1c33 Refactoring of symbol table
 
Poul-Henning Kamp
 - [master] 7d31e25 AddRef no longer need to lookup
 
Poul-Henning Kamp
 - [master] 0fc4e8c More symbol simplification
 
Poul-Henning Kamp
 - [master] a6234c3 Eliminate another double lookup
 
Poul-Henning Kamp
 - [master] 0e90b4c More symbol table simplification
 
Poul-Henning Kamp
 - [master] adc4d89 Don't let default probes complicate symbol table
 
Poul-Henning Kamp
 - [master] a535c1a Make the name 'default' truly magic for both backends and probes.
 
Poul-Henning Kamp
 - [master] 81f25bd Use the symbol table to dispatch action-parsers
 
Poul-Henning Kamp
 - [master] 3129769 Try to boil symbol table interface down to only two functions.
 
Poul-Henning Kamp
 - [master] 2c8c2d9 Simplify the wildcard symbol-lookups
 
Poul-Henning Kamp
 - [master] 59a2525 Code style OCD
 
Dridi Boukelmoune
 - [master] 8b70202 Missing matchproto
 
Dridi Boukelmoune
 - [master] 63fb2ec Polish an error message
 
Poul-Henning Kamp
 - [master] 1a5ca1e Dispatch function calls through sym->action
 
Poul-Henning Kamp
 - [master] adb65db Dont assume that symbols are a single token (1/many)
 
Poul-Henning Kamp
 - [master] cc850c4 Don't assume symbols are a single token (2/many)
 
Poul-Henning Kamp
 - [master] ad3455c Don't assume symbols are a single token (xref-edition) (3/many)
 
Poul-Henning Kamp
 - [master] bda99dc Don't assume symbols are a single token (4/near the end now)
 
Poul-Henning Kamp
 - [master] 4756c13 add http_date_postel feature bit for relaxed http date parsing
 
Nils Goroll
    
 
    
      Last message date: 
       Wed Jan 31 18:05:10 UTC 2018
    Archived on: Tue Jun 12 14:08:57 UTC 2018
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).