]> err.no Git - varnish/shortlog
varnish
2009-03-03 tfheenAdd python class to emulate varnishadm master trunk
2009-03-03 phkFlexelint nitpickery.
2009-03-03 phkAdd minimal facility for dealing with TELNET option...
2009-03-03 phkAdd support for authenticating CLI telnet connections
2009-03-03 petterAdd some polish to the graphs by using sensible font...
2009-03-03 petterRenamed the program to something more logical.
2009-03-03 petterAdded the use of config file (at last),which is given...
2009-03-03 phkMinor bit of cleanup: initialize CLI from main() instea...
2009-03-02 phkBe much more careful about volatile and locking
2009-03-02 phkI was confused, always rush when we deref an *object...
2009-03-02 phkAdd a missing refcnt in the case where we lost a collis...
2009-03-02 phkClarify the waitinglist handling a little bit
2009-03-02 phkCache the vcl_fetch{} result, in case vcl_discard{...
2009-03-02 phkGive coords for WRONG
2009-03-02 tfheenFix compilation warnings
2009-03-02 tfheenRename r00433.vcl to r00433.vtc
2009-03-02 tfheenDocumentation for vcl_pipe and connection: close
2009-03-02 tfheenFix typo in varnishadm.c (variable name)
2009-03-02 tfheenMake varnishadm able to handle cli_banner=on
2009-03-02 phkAdd a debug facility for substituting digests with...
2009-03-02 phkAdd an assert to make sure 32 stays 32
2009-03-02 tfheenSolaris fix for VRT_error
2009-02-28 phkUpdate this test to not rely of a known dynamic of...
2009-02-28 phkPostpone allocating the actual object until we have...
2009-02-28 phkUse the right workspace for beresp.status
2009-02-28 phkWhen we know that an object will not make it into the...
2009-02-28 phkNow that we do not need the new object while holding...
2009-02-28 phkOn a cache-miss, insert only the (busy) objcore, leave...
2009-02-28 phkEliminate the parent-child linkage between objects...
2009-02-27 phkNow that ESI parsing is not done while we execute vcl_f...
2009-02-27 phkTIMBER!
2009-02-27 phkChange assert to error
2009-02-27 phkMove the http_conn into the bereq.
2009-02-27 phkmove object twiddling from FetchHdr() to cache_center.c
2009-02-27 phkAdd a beresp.* variable family, which contains the...
2009-02-27 phkDon't pollute bereq.* in vcl_fetch{} with the reply
2009-02-27 phkSorry, forgot to commit this file.
2009-02-26 petter$delta_time should never be 0, but just in case...
2009-02-26 phkAdd the two new stevedore entrypoints:
2009-02-26 phkAdd a alloc/free function.
2009-02-26 tfheenFix compilation problem on Solaris - missing include
2009-02-25 tfheenReplace __inline with inline
2009-02-25 tfheenMake sure system "..." returns successfully
2009-02-25 tfheenStop segfaulting when trying to set a nonexistant waiter
2009-02-25 petterAdded -x option to get XML output. As with the -1 optio...
2009-02-24 tfheenClean default.vcl on distclean
2009-02-23 phkExplain what functions do.
2009-02-23 phkRead and Write the segment list.
2009-02-23 tfheenMake sure we ship persistent.h too
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...
next