]> err.no Git - varnish/shortlog
varnish
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.
2006-03-27 phkJust return if there is nothing to wait for. We get...
2006-03-27 phkAdd a macro which we can #ifdef
2006-03-27 phkBuild default VCL from "-b backend_IP" option and pass...
2006-03-27 phkedge closer towards being a nice member of society
2006-03-27 phkExperimentally pull in VCL program
2006-03-27 phkActually generate a shared object
2006-03-27 phkStuff VCL programs needs to know about.
2006-03-27 phkadd libvcl
2006-03-27 phkPut under control of auto* tools
2006-03-27 phkNewly generated code
2006-03-27 phkDon't generate sparse array code.
2006-03-24 phkMore complete HTTP parsing and logging.
2006-03-24 phkChange session memory management to avoid <event.h...
2006-03-24 phkAdd a VSLR() variant which logs a byte range without...
2006-03-24 phkLog remote IP#:port on session open
2006-03-24 phkput symbolic names on the tags
2006-03-24 phkAdd a minimal log tailer.
2006-03-24 phkMove the SHM tags into a resuable .h file.
2006-03-23 phkAdd shared memory log setup and stuffer function in...
2006-03-23 phkNow we're starting to get somewhere: Accept connection...
2006-03-23 phkOpen TCP sockets
2006-03-17 phkMake it possible to suspend and resume a cli connection...
2006-03-17 phkAdd multiplexing for the mgt->child cli connection...
next