]> err.no Git - varnish/shortlog
varnish
2006-06-20 phkRename vcl_lang.h to vcl.h and include practically...
2006-06-20 phkAt the expense of some complexity and a small runtime...
2006-06-20 phkWork towards making struct sess opaque to the generated...
2006-06-20 phkRename the VCL compilers public functions to VCC prefix
2006-06-20 phkGet rid of VCL_FARGS and VCL_PASS_ARGS macros.
2006-06-20 phkStart putting some structure in the sources relating...
2006-06-18 phkOutput line+pos for counts.
2006-06-18 phkInsert a count-point after each conditional.
2006-06-18 phkGet the sense of string compares right.
2006-06-18 phkdebug printf for max-age
2006-06-18 phkImplement req.request properly
2006-06-18 phkPass if we spot an Authenticate or Cookie header
2006-06-18 phkAdd VCL function for getting HTTP header
2006-06-18 phkAdd support for investigating random HTTP headers.
2006-06-18 phkAdd wrappers around VCL methos so logging and checking...
2006-06-18 phkadd explicit "lookup" to recv method
2006-06-18 phkCorrectly handle \ sequences in .h files in vcl_gen_fix...
2006-06-18 phkAdd "deliver" keyword to VCL compiler.
2006-06-16 phkInitial http_GetHdrField() function.
2006-06-16 phkAdd header field to object
2006-06-16 phkSupress Transfer-Encoding
2006-06-16 phkThe beginnings of rfc2616 policy implemenation.
2006-06-16 phkAdd trim method to storage backends so chunked encoding...
2006-06-16 phkAdd time parse/format functions to libvarnish
2006-06-15 phkless noise
2006-06-15 phkLess noise
2006-06-14 phkstart examining HTTP status codes from backend
2006-06-14 phkAdd vca_write_obj() which writes an sbuf (as) HTTP...
2006-06-14 phkClean up session messages a bit
2006-06-14 phkAdd HttpError tag
2006-06-14 phkSanitize close/recycle session logic a bit.
2006-06-14 phkInitialize the cache_acceptor.c/VCA in the same manner...
2006-06-14 phkGive storage backends a "send" method.
2006-06-14 phkComplete the storage_file method.
2006-06-13 phkDefault to "file" stevedore from now on.
2006-06-13 phkBe more aggressive about mmap'ing memory. The size_t...
2006-06-13 phkmmap as much as the file as we are able to when the...
2006-06-13 phkCalculate the size of the backing store file.
2006-06-13 phkClone the stevedore before calling its init function...
2006-06-13 phkAfter having a strong cup of tea: don't name files...
2006-06-13 phkClone the malloc stevedore to the file stevedore
2006-06-13 phkRemember to tell getopt about -s
2006-06-13 phkPut more meat on the stevedore (storage backend) interface:
2006-06-13 phkUse NULL init method
2006-06-13 phkAllow for NULL init methods for hash and stevedore
2006-05-01 phkUse vca_write/vca_flush
2006-05-01 phkUse vca_write/vca_flush
2006-05-01 phkUse vca_write/vca_flush
2006-05-01 phkAdd vca_write() and vca_flush(), two functions which...
2006-05-01 phkAdd FlexeLint files
2006-05-01 phkbandaid for name-clash
2006-05-01 phkKeep track of how many connections we have open
2006-05-01 phkadd missing extern
2006-05-01 phkAdd INCOMPL() macro to mark missing code.
2006-05-01 phkAdd yet another thread with an event engine to monitor...
2006-05-01 phkCentralize "Connection: close" handling from the backend.
2006-04-25 phktest backend connections at allocation time.
2006-04-25 phkFix argument to http_BuildSbuf
2006-04-25 phkKeep alive often enough
2006-04-25 phkMake width colum wider and decimal
2006-04-25 phkAdd new shmlog tags and handling states
2006-04-25 phkImplement a rudimentary chunked Transfer-Encoding
2006-04-25 phkreset header count before we dissect
2006-04-25 phkTrack backend connections in shmem log
2006-04-25 phkAdd an end pointer so allocation size can be changed...
2006-04-25 phkMove shmlog entry, remove debugging
2006-04-25 phkRedo http header storage and processing
2006-04-24 phkAdd an indecisive comment
2006-04-24 phkSort and annotate
2006-04-19 phkLoop until we have read it all
2006-04-19 phkImplement enough of FetchSession and DeliverSession...
2006-04-18 phkAdd busyflag and strorage link to objects.
2006-04-18 phkAdd trivial malloc backed storage backend.
2006-04-12 phkImplement the three function VCL model in the compiler.
2006-04-12 phkAdd ETag: header
2006-04-11 phkBeginnings of the object lookup stuff: A simple list...
2006-04-06 phkClose or recycle backend connections as appropriate
2006-04-06 phkAdd VBE_RecycleFd() function to recycle backend connections
2006-04-06 phkPass Content-Encoding header
2006-04-06 phkOutput the fd in decimal instead of hex.
2006-04-06 phkRename hdr_end to a more sensible rcv_ptr which points...
2006-04-06 phkAdd shmlog tags for pipe and pass handling
2006-04-06 phkLog tag for session reuse.
2006-04-06 phkRecycle sessions instead of retiring them.
2006-04-06 phkPrune the bits we used from the input buffer before...
2006-04-06 phkAdd a vca_recycle_session() function which sticks a...
2006-04-06 phkDon't log the terminating NUL on response proto field.
2006-04-06 phkAdd an assert, remove debugging.
2006-04-06 phkRespect VCL choice of handling
2006-04-06 phkDon't attempt to restart child process (yet).
2006-04-06 phkIt's cheaper to pipe than to pass, so if the client...
2006-04-06 phkUse HttpdBuildSbuf()
2006-04-06 phkAdd a function to (re)build a HTTP request or response...
2006-04-05 phkEliminate leaked developer hacks.
2006-04-05 phkAccount for the last byte of the header.
2006-04-04 desI can't get AM_CONDITIONAL to work properly, so use...
2006-04-04 desMore portability changes: include config.h and compat...
2006-04-04 desLink in libcompat, and libsbuf is now static.
2006-04-04 desMake libsbuf static.
2006-04-04 desAdd a libcompat with strlcat() and strlcpy() from OpenBSD.
next