]> err.no Git - varnish/shortlog
varnish
2009-01-30 Tollef Fog... Don't drop the .old in the child cli_vcl_reload
2009-01-30 Tollef Fog... Make sure to mark old VCL as inactive
2009-01-30 Tollef Fog... Make vcl.reload keep old VCL
2009-01-30 Tollef Fog... Add test case for vcl.reload
2009-01-30 Tollef Fog... Implement vcl.reload <name> <path> command
2009-01-28 phkMore FlexeLint silencing.
2009-01-28 tfheenAdd missing header file to tarball
2009-01-28 phksilence a couple of Flexelint complaints.
2009-01-27 phkStop processing ESI elements as soon as we discover...
2009-01-27 phkproper errorchecks for regsub syntax.
2009-01-27 phkDon't modify the obj_timer_when field outside the binhe...
2009-01-27 phkLack of a backend name is no reasonable cause for a...
2009-01-24 phkTest that we know the purge variable when it is compile...
2009-01-24 phkImplement the new-purge case where the entire expressio...
2009-01-23 phkFirst cut at VCL support for new-purge.
2009-01-23 phkDon't append a CRNL to the body.
2009-01-22 ingvarDon't need debug patch outside fedora package
2009-01-22 phkMove the purgable variables into a CPP table, so we...
2009-01-21 phkEnforce a minimum ttl for "hit for pass" objects to...
2009-01-19 phkAdd "no match" operator !~ to VCL regexps
2009-01-19 phkBe much more BOFH about bereq, more asserts, free them...
2009-01-19 tfheenMake make dist happier; distribute the files we need
2009-01-19 phkAdd a new paramter "purge_hash" which defaults to ...
2009-01-19 phkMove the vca_pipes to a more proper header file
2009-01-19 phkMove the fiddling of banned objects to cache_ban.c
2009-01-19 phkA couple of FlexeLint nits
2009-01-18 phkList referenced, but gone purges, mark them with a "G"
2009-01-18 phkAdd a protective object to prevent purge.list from...
2009-01-18 phkSet cost 10 on regexp tests.
2009-01-18 phkAdd the ability to purge on random request or object...
2009-01-18 phkImplement exact matching and negatives for bans.
2009-01-18 phkDon't list gone bans.
2009-01-18 phkProperly quote the ban descriptions.
2009-01-18 phkMove the body of cli_quote() to vsb_quote() and give...
2009-01-18 phkredo the purge.list function with proper locking
2009-01-14 phkAfter HSH_Lookup() returns NULL indicating a busy objec...
2009-01-14 phkOriginally we shaved 64 bytes from the session to the...
2009-01-13 phkAdd testcase for cli:purge
2009-01-13 phkAdd CLI_PURGE definition
2009-01-13 phkCommit the old urge facilities to the new world order.
2009-01-13 phkChange the way bans/purges are stored, so that each...
2009-01-12 phkDitch HSH_Compare() and just check the digest with...
2009-01-12 phkdon't overload the waiting list (yet), I suspect it...
2009-01-12 phkExpand critbit test for more coverage
2009-01-12 phkMake SHA256 digest standard and use it in hash_classic.c
2009-01-12 phkAdd a minimal testcase of critbit
2009-01-10 phkAddendum to r3501: remove the file from the list.
2009-01-10 phkDon't panic if we fail to delete shared objects in...
2009-01-10 phkDon't panic if the chunked header is ridiculously long...
2009-01-10 phkThis is a regression test
2009-01-10 phkIf we get more HTTP headers than we have room for ...
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.
next