]> err.no Git - varnish/shortlog
varnish
2006-06-28 phkMore stats counters
2006-06-28 phkAdd statistics counter support.
2006-06-26 phkCall VCL to decide discard/prefetch for near-expiry...
2006-06-26 phkA temporary hack to deal with very old Date: headers...
2006-06-26 phkImplement HTTP/1.0 style fetching.
2006-06-26 phkAnother little tweak
2006-06-26 phkDump numeric handling also, until we figure out trouble.
2006-06-26 phktypo
2006-06-26 phkMake this work again: record the stevedore in the stora...
2006-06-26 phkStart releasing objects when they expire
2006-06-26 phkMove a bit more responsibility into the hash-slinger...
2006-06-26 phkNow that we approach the time where objects have to...
2006-06-24 phkA little bit more work on the expiry/prefetch thing.
2006-06-24 phkUse ttl=0 as a "invalid TTL" flag.
2006-06-24 phkTruncate TTLs in the past to now.
2006-06-24 phkAutogenerate prototypes for method calling functions
2006-06-24 phkAdd a "timeout" method to VCL, it can return "fetch...
2006-06-24 phkAdd a token type "METHOD", we use it for reference...
2006-06-24 phkCollapse multiline Fc and Fh calls where they fit
2006-06-24 phkMore printf sanitation: Create to convenience function...
2006-06-24 phkCave in and use printf format extensions for printing...
2006-06-24 phkAdd more shmemlog tags:
2006-06-22 phkImprove the VCL compiler in various ways:
2006-06-21 phkAdd (empty) source file for expiry/pretech code
2006-06-21 phkStart to respect TTL
2006-06-21 phkAdd "-t default_ttl" option. 120 seconds by default.
2006-06-21 phkQuench some debugging
2006-06-21 phkAdd a binary heap implementation for keeping track...
2006-06-20 phktypo
2006-06-20 phkFlexeLint files
2006-06-20 phkFlexeLint cleanups
2006-06-20 phkPolish things to silence FlexeLint a bit
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
next