]> err.no Git - varnish/shortlog
varnish
2009-01-05 Tollef Fog... Start working on format fix varnishncsa_format
2008-12-21 phkMinor polishing for the benefit of Glorius Checker...
2008-12-21 phkMake vsb_new() a tad easier for FlexeLint to figure...
2008-12-21 phkProperly ignore the return value from cli_readres(...
2008-12-21 phkSet the status to CLIS_COMMS if we fal to read the...
2008-12-21 phkRemove pointless initialization.
2008-12-21 phkBe more stringent about our timeout: fail even if we...
2008-12-21 phkCheck close(2) status.
2008-12-21 phkAssert that realloc() did.
2008-12-21 phkremove pointless assignment
2008-12-21 phkAssert fcntl(2) have not failed.
2008-12-21 phkMore flexelinting.
2008-12-21 phkFlexelint'ing
2008-12-21 phkAdjust to VCL_RET_* being enum instead of bitmap.
2008-12-21 phkGenerate VCL_RET_* as enumbering instead of bitmap...
2008-12-21 phkMove the enum MET/RET macros to vcl.h
2008-12-21 phkMove the enum MET/RET macros to vcl.h
2008-12-21 phkFlexelint adjustments
2008-12-21 phkMake VCC_Return_Name() return lower case, and use it...
2008-12-21 phkUse VCC_Return_Name() instead of rolling our own.
2008-12-21 phkAdd a VCC_Return_Name() function to convert a return...
2008-12-21 phkMake it entirely clear to the compiler that the WRONG...
2008-12-20 phkThis is a bandaid for a pointer dereference when "resta...
2008-12-20 phkRemove http_GetProto(), it's unused.
2008-12-18 phkAssert lock properly held, inspired by unease about...
2008-12-18 phkOnly fail -T argument if none of the addresses it resol...
2008-12-18 phkAdd test for two corner cases in backend body determina...
2008-12-18 phkAdd regression test for #400
2008-12-18 phkChange the logic that decides when we attempt EOF fetch...
2008-12-18 phkWe should have a body length on a 200 reply
2008-12-18 phkAdd regressiont test for #409
2008-12-18 phkAdd a missing newline
2008-12-18 phkAdd a missing error check.
2008-12-18 phkAdd regression test for ticket 412
2008-12-18 phkA bit of cleanup while I ponder ticket 412:
2008-12-18 ingvarChanged rpm summary string as requested by the Fedora...
2008-12-12 petterFixed so that server_host is the hostname and not IP...
2008-12-12 petterInitial checkin of a work in progress of the web GUI
2008-12-09 phkAdd support for, and use a new syntax for terminating...
2008-12-08 phkIncrease session workspace to 16k
2008-12-08 phkSilence debug noise
2008-12-08 phkImplement the cooling period before objhead's are delet...
2008-12-03 phkResolve the remove/lookup race the simple way.
2008-12-03 phkAnd as always I forgot to svn add the new file...
2008-12-03 phkAdd preliminary version of lock-less tree based lookup...
2008-12-03 phkWrap some long lines
2008-12-02 phkFix an embarrasing bug in my Flexlinting of this code...
2008-12-01 phkFix build on !FreeBSD systems.
2008-12-01 phkVarious minor cleanups while we wait...
2008-12-01 phkShut FlexeLint up about SHA256 implementation.
2008-12-01 phkWe cannot gain a reference to an object unless it has...
2008-12-01 phkSupress stats in the curses mode until we have see...
2008-11-26 phkAlways release WRW, also on error.
2008-11-26 phkAdd asserts to find where WRW is leaking in ticket 390
2008-11-25 phkAdd code to calculate a SHA256 over the hash string...
2008-11-25 phkMake it possible to declare paramters in other source...
2008-11-25 phkName that file "vparam.h" instead of "param.h" which...
2008-11-25 phkMove parameter declaration into a .h file of its own.
2008-11-25 phkSort the parameters alphabetically, it's too hard to...
2008-11-25 phkTry to get the endianess optimization working, by inclu...
2008-11-25 phkNeuther the FreeBSD specifics of SHA256 implementation.
2008-11-25 phkAdd a parameter to enable SHA256 hashing.
2008-11-25 phkHook SHA256 into the build
2008-11-25 phkAdd SHA256 hashing code.
2008-11-25 phkIsolate some hash-string building nastyness in cache_hash.c
2008-11-25 phkWhen we receive an If-Modified-Since on an ESI object...
2008-11-24 phkLog debugs with correct id
2008-11-24 phkControl the ESI parsing debug records with the esi_synt...
2008-11-24 tfheenInclude relevant bit of ansidecl.h directly
2008-11-24 phkRename the write-buffering functions to WRW_*().
2008-11-24 phkMake the maximum record length in the shm log a paramte...
2008-11-24 phkOnly emit debug message for writes that fail
2008-11-24 tfheenFix typo (s/timeout/interval/) in default parameters...
2008-11-24 phkLog write errors under SLT_Debug.
2008-11-24 phkUse == for comparison.
2008-11-24 phkCount ESI processed objects in acct.bodybytes
2008-11-24 phkDo not count chunked encoding headers in stat.hdrbytes.
2008-11-24 phkEliminate <vis.h> and it's compat version, it is unused.
2008-11-24 phkUpdate license to remove the advertising clause, reflec...
2008-11-22 tfheenFix typo
2008-11-21 phkAlso run the VCL->C compiler stage in a sub-process.
2008-11-21 phkMake it possible to supress all or no lines of output
2008-11-21 phkSimplify how we manage the -f argument:
2008-11-21 phkAdd a vreadfile() utility function, which reads a file...
2008-11-21 phkMove the code for running stuff in a sub-process out...
2008-11-21 petterSoooorry.
2008-11-20 petterAdded documentaiton on the timeouts
2008-11-20 phkVarious nits.
2008-11-20 phkClean up the ACL generation code a bit.
2008-11-20 phkCheck ECONNRESET
2008-11-19 tfheenCorrect defaults in varnishd.1
2008-11-19 petterAdded support for setting read timeouts for backend...
2008-11-19 phkKick the hash_slinger interface around a bit:
2008-11-19 phkMove the hash'ers refcount up to objhead, it is generic.
2008-11-19 phkRename some objhead pointers from obj to oh for consist...
2008-11-18 tfheenDocument grace
2008-11-18 tfheenMake malloc print max storage size
2008-11-17 phkRename variables to reflect that they are object heads...
2008-11-17 petterFixed compiling on Linux with -Werror set. Added mising...
2008-11-14 phksilence config.h noise
next