]> err.no Git - varnish/shortlog
varnish
2009-02-23 tfheenAdd defines for MAP_NOCORE / MAP_NOSYNC so this compile...
2009-02-23 petterDon't use a 500 status as a hint to quit the data colle...
2009-02-23 phkget close to reading segment table
2009-02-23 petterMinor HTML-clean ups
2009-02-23 petterFixed issue with response not containing correct header...
2009-02-23 petterFetching ALL the columns when generating graphs is...
2009-02-23 phkMove on to the worker process side of persistent storage
2009-02-23 phkThe SHA256 is outside the signature struct
2009-02-23 phkA bit of FlexeLint nitpicking
2009-02-23 phkCreate/validate the three signed tables (ban1+2, segments)
2009-02-23 phkAdd symbolic SHA256_LEN for the size of the digest.
2009-02-23 phkCode to create, map and ident the storage silo
2009-02-23 petterGain some speed by at least creating index on the stat...
2009-02-22 phkBring in the first inkling of the persistent storage...
2009-02-22 phkMove the catalogs of storage and hash modules closer...
2009-02-20 phkSome constifications
2009-02-20 phkHandle worker thread on subrequests correctly
2009-02-20 phkDon't clean on every request, that was for debugging...
2009-02-20 phkDon't try to rush waiting sessions of refcount is zero...
2009-02-20 phkAdd a lot more paranoia asserts
2009-02-20 phkPut the cleanup next to the preallocation and remember...
2009-02-20 phkAdd a delta-stats structure to worker threads and keep
2009-02-20 phkMake "hcb.dump" a CLI command
2009-02-20 phkAdd a argument to the stat_field macro, to be used...
2009-02-20 petterOpen the socket non-blocking so we can time out if...
2009-02-20 petterAdded possibility to add nodes to a group without have...
2009-02-20 phkBe more defensive around objhead retirement.
2009-02-20 phkRemove unused hoh_digest
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
next