June 2012 Archives by subject
      
      Starting: Mon Jun  4 08:40:17 CEST 2012
         Ending: Wed Jun 27 11:54:59 CEST 2012
         Messages: 67
     
- [3.0] 0f72c5a Release 3.0.3 rc 1
 
Tollef Fog Heen
 - [3.0] 10e4f97 Add a set of VFP method functions which can do various	sanity asserts for us in a single place.
 
Tollef Fog Heen
 - [3.0] 82c4b09 Don't assert if we fail to get storage in VFP_Begin()
 
Tollef Fog Heen
 - [3.0] 8c821b7 Don't consider pass an error when doing streaming fetch.
 
Martin Blix Grydeland
 - [master] 04fa5d7 Use automake's support for parallel tests
 
Tollef Fog Heen
 - [master] 09bf441 Mostly move sp->wrk to req->wrk
 
Poul-Henning Kamp
 - [master] 14b48c8 More VRT sess->req changes
 
Poul-Henning Kamp
 - [master] 14b7e6e Move t_req from sp to req,	and give sp a t_rx for the handover from acceptor to center.
 
Poul-Henning Kamp
 - [master] 1c14a9d Make the waitinglist hold req instead of sp
 
Poul-Henning Kamp
 - [master] 1c82be0 Fix a regression in panic output.
 
Poul-Henning Kamp
 - [master] 30ecc41 Downgrade all the VRT-var functions from sp to req
 
Poul-Henning Kamp
 - [master] 3325c6c Eliminate the "sp" argument to the request state	engine states.
 
Poul-Henning Kamp
 - [master] 344a709 std.fileread() should not blindly return whatever	file it returned last without checking if the filename changed.
 
Poul-Henning Kamp
 - [master] 380a5b2 Remove the gzip_window param, it is useless.
 
Poul-Henning Kamp
 - [master] 3cea894 Reduce RFC2616_Do_Cond() arg from sp to req
 
Poul-Henning Kamp
 - [master] 4264387 reference VCL for naming storage
 
Per Buer
 - [master] 42780ae move the STP_ values out of the session state	functions
 
Poul-Henning Kamp
 - [master] 45a408b update -r description
 
Poul-Henning Kamp
 - [master] 47c7bc1 Rename STEP to SESS_STEP
 
Poul-Henning Kamp
 - [master] 48345b6 Use older libtool invocation to please EL5 users.	Welcome to 2005.
 
Tollef Fog Heen
 - [master] 4f15e16 Move cnt_first{} up above cnt_wait{},	this is a more logical order and will make subsequent diffs clearer.
 
Poul-Henning Kamp
 - [master] 5011af2 Add some asserts to narrow #1147 and #1148 down
 
Poul-Henning Kamp
 - [master] 56ce6e3 More VRT sp->req work
 
Poul-Henning Kamp
 - [master] 5894995 Always allocate a request before calling	CNT_Session()
 
Poul-Henning Kamp
 - [master] 590299e Make Flexelint hate me less
 
Poul-Henning Kamp
 - [master] 6094581 Add more asserts to nail #1147
 
Poul-Henning Kamp
 - [master] 611815f Tag threads separately with request and session.
 
Poul-Henning Kamp
 - [master] 65fe9ad Don't modify req after we freed it.
 
Poul-Henning Kamp
 - [master] 6945ed5 Add missing "}".
 
Tollef Fog Heen
 - [master] 6dfad3d Totally eliminate sp->wrk
 
Poul-Henning Kamp
 - [master] 78ad7c4 Continue the move towards multiple concurrent	requests per session
 
Poul-Henning Kamp
 - [master] 7ac1238 More s/sp/req/ work
 
Poul-Henning Kamp
 - [master] 7d90d62 Move VRT_count() from sess to req
 
Poul-Henning Kamp
 - [master] 7d9ca7d Eliminate the "first" step, merge it with "wait"
 
Poul-Henning Kamp
 - [master] 7e25234 Overhaul the thread-pool herding code.
 
Poul-Henning Kamp
 - [master] 820aa11 document a couple of tags
 
Per Buer
 - [master] 87f32cb Always release req before calling SES_Delete()
 
Poul-Henning Kamp
 - [master] 8e253db More firmly split session and request states.
 
Poul-Henning Kamp
 - [master] 90846c4 Remove sp->req,	sessions can now (almost) have more than one request at a time,	paving the way for a lot of future fun...
 
Poul-Henning Kamp
 - [master] 931ef7d Emit __match_proto__() for compiled functions
 
Poul-Henning Kamp
 - [master] 94d7a68 Make SES_Charge() and SES_ReleaseReq() take struct	req* argument instead of struct sess*
 
Poul-Henning Kamp
 - [master] 94fe4da Try to create a file in our workdir early on and	give a suggestion if it fails.
 
Poul-Henning Kamp
 - [master] 967af89 Pass struct req into VCL methods
 
Poul-Henning Kamp
 - [master] 99d6751 Make HTC_Init() part of getting a request
 
Poul-Henning Kamp
 - [master] a15dd15 Merge branch 'master' of	ssh://git.varnish-cache.org/git/varnish-cache
 
Poul-Henning Kamp
 - [master] a1e3ed9 Apply the "alexandrian solution" to cache_center.c	and split the state engine into two separate state engines,	one for session and one for requests.
 
Poul-Henning Kamp
 - [master] a20b6af Add a new VMOD.debug and move the stuff varnishtest	uses to get out into the obscure corners over there,	making vmod.std a better copy& paste example and removing things like	"panic" from the VCC.
 
Poul-Henning Kamp
 - [master] a9e5d35 Increase the id field in VSM to 128 bytes to make	space for 64 backend VCL name + IPv4, IPv6 and portnumber.
 
Poul-Henning Kamp
 - [master] acab05e More VRT sp->req movements
 
Poul-Henning Kamp
 - [master] b16e50d Add libvmod_debug to DIST_SUBDIRS too
 
Tollef Fog Heen
 - [master] b4d76fe Move more of the VRT interface from 'sp' to 'req'
 
Poul-Henning Kamp
 - [master] b7175b3 Priv-sep vcc and cc also.
 
Poul-Henning Kamp
 - [master] b71cb6a All the _r_ object accessor functions should by	definition be able to take a "const struct req *" so enforce this.
 
Poul-Henning Kamp
 - [master] c0cf227 Another big wash of s/sp/req/ changes
 
Poul-Henning Kamp
 - [master] c477891 White-space cleanup
 
Poul-Henning Kamp
 - [master] c4d56d7 Add test case for v-c.org ticket #1157 (connection	close on pass and do_stream)
 
Martin Blix Grydeland
 - [master] c6b0aaa Eliminate the "DONE" state,	it is now a session state.
 
Poul-Henning Kamp
 - [master] c74b02a Add -rpath to libvmod_debug_la_LDFLAGS,	which forces creation of a .so
 
Tollef Fog Heen
 - [master] caac740 Move disable static libraries, we do not use it
 
Tollef Fog Heen
 - [master] cbe58e7 Merge branch 'master' of	ssh://git.varnish-cache.org/git/varnish-cache
 
Poul-Henning Kamp
 - [master] dc5b18b Improve "waiter" parameter description as discussed	in param-audit.
 
Poul-Henning Kamp
 - [master] e113b7f Don't install the debug vmod,	it's just there for test purposes
 
Tollef Fog Heen
 - [master] e75cd2e Typo
 
Tollef Fog Heen
 - [master] e9e4aa4 Fix for an off-by-one issue in do_once_cb().
 
Dag Haavi Finstad
 - [master] ea1df10 Compress this eyesore using CPP
 
Poul-Henning Kamp
 - [master] ecb8b09 Wrong description for regsuball.
 
Tollef Fog Heen
 - [master] f80c6e3 Remember to pass req also when we call user defined	functions
 
Poul-Henning Kamp
    
 
    
      Last message date: 
       Wed Jun 27 11:54:59 CEST 2012
    Archived on: Wed Jun 27 11:55:00 CEST 2012
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).