August 2012 Archives by date
Starting: Sun Aug 5 23:51:52 CEST 2012
Ending: Tue Aug 28 14:25:48 CEST 2012
Messages: 68
- [3.0] c3a7126 Duplicate changelog entry
Andreas Plesner Jacobsen
- [master] d47db77 Add the version identifier to the CLI banner.
Poul-Henning Kamp
- [master] 38a7199 Add updated Solaris Sandbox from Nils Goroll
Poul-Henning Kamp
- [master] 57412eb Disable CLANG for now, until some auto* magic happens to remove the -g option from linker-commands.
Poul-Henning Kamp
- [master] fe2ad14 Finally split cache_center.c into a HTTP/1 and a Request Finite State Machine.
Poul-Henning Kamp
- [master] 1226479 Clean up the HTTP1 fsm and document it with a small dot-graph.
Poul-Henning Kamp
- [master] 27f24b5 Fix the dot graph of the request fsm
Poul-Henning Kamp
- [master] 279bc2e Move most of CNT::start into HTTP1_fsm where it belongs.
Poul-Henning Kamp
- [master] d11b853 Shave another couple of lines out of cnt_start{}
Poul-Henning Kamp
- [3.0] e1dba87 Another duplicate changelog entry, thanks fgs
Andreas Plesner Jacobsen
- [master] 5ce8786 Expose SES_GetReq()
Poul-Henning Kamp
- [master] d9a9ecd Doing rollback in a esi:include request would roll back to the original ESI processed request, rather than to the included requests.
Poul-Henning Kamp
- [master] 579f712 Doc: Fix indentation issue
Kristian Lyngstøl
- [master] 2b08b3d doc: Attempt two at fixing references.
Kristian Lyngstøl
- [master] e9a47e8 Spelling
Andreas Plesner Jacobsen
- [master] cc710d5 Explicitly sync the header of the VSM so other processes can read(2) it on kernels without coherent VM/buf (OpenBSD, still ?, really ?)
Poul-Henning Kamp
- [master] efaba47 Recognize OpenBSD as platform. Federico says it almost works.
Poul-Henning Kamp
- [master] 1b3b48e Remove long gone cli.debug cli calls
Poul-Henning Kamp
- [master] a47e651 Remove long since gone debug.backend cli.
Poul-Henning Kamp
- [master] 5d82c73 Remove comment OBE.
Poul-Henning Kamp
- [master] 09c459c Eliminate the cnt_start state by folding it into cnt_recv
Poul-Henning Kamp
- [master] e7d5afe Allocate a unique "vxid" to all sessions, requests and backend requests (busyobj).
Poul-Henning Kamp
- [master] 4670e05 Add a couple of counters to keep track of how many requests are on the busy-obj waitinglists
Poul-Henning Kamp
- [master] dc79130 If people only specify the Transient storage, only run on the Transient storage.
Poul-Henning Kamp
- [master] 58596b2 Sigh, this one is the working part of the fix:
Poul-Henning Kamp
- [master] 158b428 Not sure what I was thinking: Have SLT_SessOpen log the fd#, not the xid, we already have that.
Poul-Henning Kamp
- [master] f5fe417 Move INCOMPL() into the VAS family and apply a bit of polish while there.
Poul-Henning Kamp
- [master] 3c53c1a Replace the fd# with the VXID in VSL records.
Poul-Henning Kamp
- [3.0] 3993225 Initialize nthr_max on startup to avoid a race between wrk_herder_thread and wrk_herdtimer_thread causing bogus n_wrk_max stat increments.
Martin Blix Grydeland
- [master] 5d3dc29 Include compat/srandomdev.h in cache_main.c to fix build on Linux.
Martin Blix Grydeland
- [3.0] 2f1f291 Update version numbers for 3.0.3
Tollef Fog Heen
- [3.0] 9e6a70f Update params
Tollef Fog Heen
- [master] a591999 Update changes for 3.0.2 rc 1
Tollef Fog Heen
- [master] ad169d8 Document 3.0.2 changes
Tollef Fog Heen
- [master] 7be15ba Changelog for 3.0.3
Tollef Fog Heen
- [master] 043e7dc Duplicate changelog entry
Tollef Fog Heen
- [master] 33f5bae Another duplicate changelog entry, thanks fgs
Tollef Fog Heen
- [master] 7c784d5 Add long time missing error handling of gunzip'ing fetched objects for ESI processing.
Poul-Henning Kamp
- [master] a3eb213 Remove the FAQ from sphinx. It was never properly maintained.
Per Buer
- [master] 77d35ab remove warning (invalid comment
Per Buer
- [master] f656558 Try to make osx build happier.
Poul-Henning Kamp
- [master] 7bced23 Quiet build by default
Tollef Fog Heen
- [master] 652cdeb Showcase !~ in the regex example
Per Buer
- [master] 07d9e57 Pass -g to nm(1), it makes backtraces on OSX marginally less useless
Poul-Henning Kamp
- [master] 83387b8 Initialize pthreads stuff before we use it.
Poul-Henning Kamp
- [master] 86619ad A couple of cleanups to get OSX to be more happy.
Poul-Henning Kamp
- [master] 4711b4b Fix a race condition, the child thread could get to the first assert before the parent carried out the assignment of the thread id to the variable.
Poul-Henning Kamp
- [3.0] e837c4b Fix for missing error handling of gunzip'ing fetched objects for ESI processing. Adapted from phk's fix for #1184.
Dag Haavi Finstad
- [master] bbdf093 Use expect_close after we munged the gzip stream, varnishd isn't going to like it...
Poul-Henning Kamp
- [master] 4f9c5b9 Trim chunk headers to force the bogus data into varnishd's processing
Poul-Henning Kamp
- [3.0] 31645c9 Fix for wrong chunked header in #1184 test case
Dag Haavi Finstad
- [master] 7ad9ae5 Fix the CLI ref documentation (including a bug in the built in docs).
Per Buer
- [master] e60db5b Pass -Wc, -fstack-protector to the libtool ld stage, to make the stack protector work on omnios
Tollef Fog Heen
- [master] 9d052cb Clarify storage backend usage Some more text describing the behaviour on the various storage backend + some reformatting for readability
Per Buer
- [master] 1ecffcd remove indent warning
Per Buer
- [master] 71a1806 Add a "vsl_mask" parameter, that allows individual SLT tags to be suppressed so the never take up space/bandwidth in the VSL.
Poul-Henning Kamp
- [master] cf4da22 Reimplement param log_hashstring using vsl_mask
Poul-Henning Kamp
- [master] 9232cd6 Generalize the param/bits code, we can do more with it that way.
Poul-Henning Kamp
- [master] 73632b2 Add a debug parameter and start moving diag_bitmap stuff into it.
Poul-Henning Kamp
- [master] 4dbf7e7 Move 3 bits more from diag_bitmaps to debug
Poul-Henning Kamp
- [master] 609c67d Move another bit from diag_bitmap to debug
Poul-Henning Kamp
- [master] 495b9f5 Move 3 more debug bits from diag_bitmaps to debug
Poul-Henning Kamp
- [master] a1781ca Minor polish to bitmap params
Poul-Henning Kamp
- [master] 0b7cc04 Add a new "feature" parameter and move certain bits from diag_bitmaps there. These bits are legitimate feature-ettes which might make sense in a production environment.
Poul-Henning Kamp
- [master] 13c8fed Slightly better coverage testing.
Poul-Henning Kamp
- [master] a187a0a Elimiante diag_bitmaps and the mutex-profiling/measuring code.
Poul-Henning Kamp
- [master] 132e912 eliminate unused VSC field
Poul-Henning Kamp
- [master] 57b4594 Don't overrun the VSL segment looking for the end.
Poul-Henning Kamp
Last message date:
Tue Aug 28 14:25:48 CEST 2012
Archived on: Tue Aug 28 14:25:49 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).