]> err.no Git - varnish/shortlog
varnish
2009-02-20 petterForgot to escape \ when sending VCL to management port
2009-02-19 phkSplit a couple of generally useful routines out of...
2009-02-19 petterSome minor cosmetics and bugs discovered during documen...
2009-02-18 petterA mojor update to the web GUI, unfortunately all done...
2009-02-18 tfheenMake sure we have a C99 compiler
2009-02-17 desCorrect and complete description of -a.
2009-02-17 phkwith the prefetch timer out of the way, we do not need...
2009-02-17 phkNow that we only have one timer firing, remove stuff...
2009-02-17 phkEliminate prefetch, grace was a much better idea.
2009-02-17 phkAssert that we got an objcore
2009-02-17 phkMove the ttl from object up to the objcore
2009-02-17 phkMove the pass flag from the object to the objcore.
2009-02-17 tfheenRemove __BEGIN_DECLS and __END_DECLS as those do not...
2009-02-17 phkConvert assert to error report
2009-02-17 tfheenAdd documentation for cli_banner
2009-02-16 phkAllow for pass opbjects not having a objcore
2009-02-16 phkMove the object busy flag up to the objcore.
2009-02-16 phkCompress objcore a bit more by squezing 32 bit fields...
2009-02-16 desCorrect copyright and attribution.
2009-02-16 phkReduce objhead size by overloading.
2009-02-13 phkTo prevent masking bugs, disable auto_restart by default.
2009-02-13 phkMake sure to clean the VBE properly before releasing it.
2009-02-13 phkAdd two hidden CLI commands for panic'ing the master...
2009-02-13 phkUse semaphores instead of delays
2009-02-13 phkDon't copy the debug flag around, make it a global...
2009-02-13 phkvi(1) 'x' key misfire.
2009-02-13 phkDisable CLI banner when running tests.
2009-02-13 phkAdd a "banner" command to the CLI interface.
2009-02-13 phkUpdate copyright year
2009-02-13 phkAdd VLU_Data() function for injecting input
2009-02-13 phkparameter name change "acceptor" -> "waiter"
2009-02-13 phkDue to lack og foresight,the threads that keep an eye...
2009-02-12 phkMove the LRU timestamp from the objcore to the object...
2009-02-12 phkMove objcore over objects, so that objhead has a list...
2009-02-11 tfheenMerge r3752: Added som changelog changes from fedora...
2009-02-11 tfheenMerge r3751 into trunk: Packaging fixes
2009-02-11 phkPull struct objexp out of the closet and call it objcore.
2009-02-06 desFix backslashes.
2009-02-06 desWhitespace cleanup
2009-02-03 phkRegression testcase for #433
2009-02-03 phkOverhaul the ESI parser in light of #433 and the prospe...
2009-02-03 phkAdd line numbers to this test, so we can see where...
2009-02-03 phkAdd a counter for esi parse errors and test it in all...
2009-02-03 phkAdd bodylen expects to the ESI test cases
2009-02-03 phkUpdate this test to actually test what it should.
2009-02-03 phkMake it possible (at great performance loss) to force...
2009-02-03 phkMark that we do limited segment size fetches for debugging
2009-02-03 phkOpps, debugging hack leaked in.
2009-02-03 phkThe esi detector should also spot esi comments.
2009-02-03 phkAdd an (unlocked) counter for number of ESI objects...
2009-02-02 phkClose a race where VCL tries to modify the obj.ttl...
2009-01-30 tfheenMove mybe{32,64}enc definitions outside of ifdef so...
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...
next