December 2013 Archives by thread
      
      Starting: Mon Dec  2 09:04:28 CET 2013
         Ending: Fri Dec 20 15:12:08 CET 2013
         Messages: 74
     
- [3.0] 8433a20 Update params
 
Tollef Fog Heen
 - [3.0] cafbd19 Changes for 3.0.5
 
Tollef Fog Heen
 - [3.0] 1a89b1f Update version numbers for 3.0.5
 
Tollef Fog Heen
 - [master] c47b72a Make rpm build process somewhat more verbose
 
Tollef Fog Heen
 - [3.0] e973102 Fix up dh_gencontrol call
 
Tollef Fog Heen
 - [master] 942874e Always enable the sigsegv catcher in varnishtest
 
Poul-Henning Kamp
 - [master] 141001e Drop -Winline.  Omnios fails it, but it is not critical.
 
Poul-Henning Kamp
 - [master] cf2c6b9 Fix a NULL pointer deref in LRU.
 
Poul-Henning Kamp
 - [master] bf8b317 Forgot the conditional case in previous fix.
 
Poul-Henning Kamp
 - [master] ea43572 Fix query string logging
 
Andreas Plesner Jacobsen
 - [master] 146d103 Convert remaining timeouts to double format.
 
Poul-Henning Kamp
 - [master] 6a92b33 Add a session workspace for the TCP addresses etc.
 
Poul-Henning Kamp
 - [master] 58aafc2 Allocate client IP/port string from sess->ws
 
Poul-Henning Kamp
 - [master] 58687c6 Reduce the reporting in SLT_SessClose to be boolean bits.
 
Poul-Henning Kamp
 - [master] ddb9ff2 Up the sess workspace to 384, 256 isn't enough for IPv6 (yet?)
 
Poul-Henning Kamp
 - [master] 30c6037 Only show the accept_filter parameter if the kernel can have accept-filters
 
Poul-Henning Kamp
 - [master] a328ddd Shave 8 bytes of struct ws on 64 bit archs.
 
Poul-Henning Kamp
 - [master] d9a7f69 Pack struct sess better.
 
Poul-Henning Kamp
 - [master] d75ca3b Sequeze struct sess storage harder. When we add the extra {local|remote}.ip for PROXY support, we do not want to waste 16 bytes extra on pointers, so put all the {client|server|local|remote}.ip into a single array -- which is unfortunately complicated by the opaqueness of struct vsa.
 
Poul-Henning Kamp
 - [master] b34a29d Fix typo, thanks to fgs
 
Tollef Fog Heen
 - [master] 2d22965 Fix a variable leaf uninitialized by previous commit.
 
Poul-Henning Kamp
 - [master] abb29f4 This is a megacommit which introduces VFP's: Fetch-Processors.
 
Poul-Henning Kamp
 - [master] af79dc8 Fix this testcase to not depend on param "accept_filter" to exist.
 
Poul-Henning Kamp
 - [3.0] dd0e696 Document %D and %T for varnishncsa
 
Tollef Fog Heen
 - [master] 46c0c37 Fix wrong argument order when picking the Host header.
 
Martin Blix Grydeland
 - [master] 319cb74 Remove log record terminating null char before processing log lines.
 
Martin Blix Grydeland
 - [3.0] fc26e3f doc typo
 
Tollef Fog Heen
 - [master] 3be8ba2 Create .rst documentation from the vmod.vcc file.
 
Poul-Henning Kamp
 - [master] b8034f3 Use weaker plain magic check for WS overflows to avoid recursive panics
 
Poul-Henning Kamp
 - [master] a7808f1 Don't attempt to dump bad WS structs
 
Poul-Henning Kamp
 - [master] e09222a Try to unbreak make distcheck
 
Poul-Henning Kamp
 - [master] 642e23e A debugging  line slipped in
 
Poul-Henning Kamp
 - [master] f29735e Improve descriptions
 
Poul-Henning Kamp
 - [master] 14b7007 Improve error reporting in VCL::ban() by emitting the errors as VCL_Error SLTs.
 
Poul-Henning Kamp
 - [master] e01e604 Mark bans both with a "uses req.*" and a "uses obj.*" flag, the lurker can actually make useful determinations on "mixed" bans.
 
Poul-Henning Kamp
 - [master] e82fec9 Sanitize the three different bitmaps of flags in BAN into single one.
 
Poul-Henning Kamp
 - [master] 119c610 Add a couple of protective asserts
 
Poul-Henning Kamp
 - [master] 352aea7 Install vmod_director
 
Tollef Fog Heen
 - [master] 061bc5c Add a doc paragraph on how and from what varnishncsa produces it's output.
 
Martin Blix Grydeland
 - [master] e7170a0 Rewrite the ban-lurker in light of many changes and evidence that it basically didn't work as intended any more.
 
Poul-Henning Kamp
 - [master] d7942b7 Fix a (very rare) mtx-leak introduced by previous commit.
 
Poul-Henning Kamp
 - [master] 295e99a Change "GONE"  bans to "COMPLETED" bans.
 
Poul-Henning Kamp
 - [master] a190e03 Handle <vqueue.h> at top level
 
Poul-Henning Kamp
 - [master] 58df714 The bans being washed by the ban-lurker can be overtaken by new duplicated bans while it runs.
 
Poul-Henning Kamp
 - [master] 61ade8c Change the way the pacing of the ban-lurker is configured.
 
Poul-Henning Kamp
 - [master] 7078960 Introduce VCL_BLOB type which VMOD functions can use to pass random bits of memory to each other.
 
Poul-Henning Kamp
 - [master] 41c3176 Don't clobber output on HUP
 
Andreas Plesner Jacobsen
 - [master] 9d2730d Fix spelling
 
Andreas Plesner
 - [master] 302a21b Don't clobber output on HUP
 
Andreas Plesner
 - [master] 21e0139 More paranoia in the fetch processor.
 
Poul-Henning Kamp
 - [master] 59e3bef Add a "inifin" facility to make Init/Fini activities happen in the right order: Init is done first to last "inifin", Fini is done in opposite order, last to first.
 
Poul-Henning Kamp
 - [master] 781fb81 Allow rxhdrs in client
 
Poul-Henning Kamp
 - [master] b253bf9 When a streaming delivery of a pass object is terminated prematurely, we cannot just throw the storage away, we have to wait for the fetch-thread to go away, possibly in response to a new "abandon" signal.
 
Poul-Henning Kamp
 - [master] 9cd74c3 Add a missing boundary check for Range requests
 
Poul-Henning Kamp
 - [master] fc90bf0 This test didn't actually use persistent storage because the "shortlived" test puts the object in Transient.
 
Poul-Henning Kamp
 - [master] d89bbe7 Fix an assert to test that the object has "useful lifetime" which is not the same as a positive TTL any more.
 
Poul-Henning Kamp
 - [master] e8e208b Fix the "shortlived" test to look a the sum of ttl + grace + keep rather than just the ttl.
 
Poul-Henning Kamp
 - [master] 2852f70 Fix sphinx warning
 
Andreas Plesner
 - [master] 0b5c383 Start work on a "What's New" section
 
Andreas Plesner
 - [master] 627060b Add missing anchor
 
Andreas Plesner
 - [master] 15d6c83 When we get a bogus reply from a backend, for instance with too many headers, we need to purge all traces of it, before we construct our 503 response, otherwise we risk failing to set important headers, such as "Connection: close".
 
Poul-Henning Kamp
 - [master] cd0e1da Report sys/usr time for varnishd processes
 
Poul-Henning Kamp
 - [master] 3136e23 Don't forget to handle OIS_ERROR
 
Poul-Henning Kamp
 - [master] 151c79d Add alternate build-system prototype
 
Poul-Henning Kamp
 - [master] 4c182b5 Remove srandomdev() compat include, these files don't use srandomdev() any more
 
Poul-Henning Kamp
 - [master] 4f38c11 Roll our on VRND_Seed() and us that all the time, rather than bother with compat-crap for srandomdev()
 
Poul-Henning Kamp
 - [master] 13c4ae1 White space nit
 
Poul-Henning Kamp
 - [master] fc53f0d Add <stdint.h> for <vsha256.h>
 
Poul-Henning Kamp
 - [master] 278964f Check fchown() return values
 
Poul-Henning Kamp
 - [master] c04662a Check fchown() return values
 
Poul-Henning Kamp
 - [master] a04892d A bit of work on the alternate build scheme
 
Poul-Henning Kamp
 - [master] f2462d1 Oops, forgot we could be running as non-root there.
 
Poul-Henning Kamp
 - [master] 943777f More alt config stuff
 
Poul-Henning Kamp
 - [master] 82208b2 Also cfg-check for -ldl for linux
 
Poul-Henning Kamp
    
 
    
      Last message date: 
       Fri Dec 20 15:12:08 CET 2013
    Archived on: Fri Dec 20 15:12:09 CET 2013
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).