]> err.no Git - varnish/shortlog
varnish
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.
2006-04-04 phkGet pass-through working for the first request.
2006-04-04 phkAdd HTTP response headers and processing.
2006-04-04 phkReverse constification of Argv functions. After cascad...
2006-04-04 phkGet "Pass" mode moving
2006-04-04 phkMake the "receive a HTTP protocol header" code generic
2006-04-04 phkAdd a session callback pointer to struct sess.
2006-04-04 phkUse bufferevent_base_set() from libevent
2006-04-04 phkAdd a missing prototype until libevent people catch up.
2006-04-04 phkAdd a Debug shmemlog tag.
2006-04-04 desPortability tweaks: use our own sbuf.h and queue.h...
2006-04-03 phkMove memset further up.
2006-04-03 desHook up libevent to the build. Note that this should...
2006-04-03 desGC
2006-04-03 desRemove generated files which were committed by mistake.
2006-04-03 desUpdate from libevent CVS trunk.
2006-04-03 phkSegregate http header fields into a separate structure...
2006-04-03 phkHow I wish people would think more ahead when writing...
2006-04-03 phkA little step for humanity but a big step for varnish:
2006-04-03 phkCall the init function when the VCL code is loaded.
2006-04-03 phkAdd 5 dummy fields to the http headers, we will need...
2006-03-31 phkUse http_headers.h to define session fields for headers...
2006-03-31 phkAdd missing pthread.h includes
2006-03-31 phkUse http_headers.h to define HTTP header tags for logging
2006-03-31 phkReusable macro definition of HTTP headers. We will...
2006-03-30 phkget us closer to a connection to the backend
2006-03-30 phkRework the compilation of backend specifications in...
2006-03-30 phkAdd the beginning of a backend connection pool
2006-03-30 phkPromote the poll mutex to be a session mutex so that...
2006-03-30 phkIntegrate the VCL code closer in the cache process...
2006-03-27 phkAdd config.load, config.inline and config.use commands.
2006-03-27 phkForgot to add this one. Prototypes for the VCL compiler.
2006-03-27 phkAdd VCL_CompileFile() function.
next