]> err.no Git - varnish/shortlog
varnish
2006-07-05 desDon't return zero if we caught a signal.
2006-07-05 phkFree the session memory correctly
2006-07-05 phkFree the right header.
2006-07-05 phkDon't leak objects headers
2006-07-05 desIncrease the period to 100000 documents
2006-07-05 phkSuppress Accept-Ranges for now.
2006-07-05 phkCreate an X-Varnish header and put the XID there.
2006-07-05 phkSend headers with sendfile
2006-07-05 phkAdd Age and Via header to responses.
2006-07-05 phkUnify logging in the response handling
2006-07-05 phklog responsecode and length
2006-07-05 phkLog reponse code and object length
2006-07-05 phkAdd Length tag
2006-07-05 desAdd signal handling and statistics.
2006-07-05 phkShow also rate in curses display
2006-07-05 desUse the correct variable when generating the URL.
2006-07-05 desRefactoring.
2006-07-05 phkBe more conservative about wraparound and take them...
2006-07-04 phkImplement our TTL calculation.
2006-07-04 phkLong comment describing how TTL calculation will be...
2006-07-04 phkFix HEAD requests:
2006-07-04 phkFix pipelining.
2006-07-04 desMore iterations, and use fread() instead of getc().
2006-07-04 phkMake room for protective terminating NUL
2006-07-04 phkretry backend open, log diagnostics
2006-07-04 phkload VCL earlier
2006-07-04 phkLock with a mutex
2006-07-04 phkShorter sleeps: 1s -> 50msec
2006-07-04 phkFix off by one error during wraparound.
2006-07-04 desCorrect the Connection header, and add ability to perfo...
2006-07-04 desAdd some comments.
2006-07-04 desStuff we use for testing.
2006-07-04 phkClose non HTTP/1.1 request connections
2006-07-04 phkAdd missing '%'
2006-07-03 phkMy workaround for the missing OFF_T_MAX definition...
2006-07-03 phkI have grumbled about the evilness of "current_base...
2006-07-03 phkHandle IPv6 address -> string conversion too
2006-07-03 phkClose race condition
2006-07-03 phkBetter arg checking
2006-07-03 phkmore asserts
2006-07-03 phkavoid const poison
2006-07-03 phkInclude pthread.h
2006-07-03 phks/unsigned/size_t/
2006-07-03 phks/init/start/
2006-07-03 phkAdd another hash-method with better real-world survival...
2006-07-03 desReplace --enable-wall and --enable-pedantic with -...
2006-07-01 phkMark more headers as not end-to-end
2006-06-30 phkForgot to add shmlog.c (reminded by des@)
2006-06-30 phkAdd TAILQ_FOREACH_SAFE()
2006-06-30 phkmove all policy to rfc2616.c
2006-06-30 desConsistently use our own copy of queue.h.
2006-06-30 phkFix object length double accounting in chunked fetch
2006-06-30 phkDelete compiled VCL file after we tried to load it.
2006-06-29 phkLog objects banned to shmlog
2006-06-29 phkTrack objects heap-position
2006-06-29 phkAdd the ability to instantly ban/purge all cached objec...
2006-06-29 phkImprove shm-logging of VCL activity
2006-06-29 phkTag objects with their origin session xid and log it...
2006-06-29 phkAdd a unique transaction-ID to each request, and regist...
2006-06-28 phkConvince flexelint that we know what we do with some...
2006-06-28 phkPut a mutex around the shmlog writes, I've seen my...
2006-06-28 phkAdd a -o argument which sorts the log into transactions...
2006-06-28 phkUse shmlog api from libvarnishapi
2006-06-28 phkUse SHMLOG api in libvarnishapi
2006-06-28 phkAdd SHMLOG opening and walking functions to libvarnishapi
2006-06-28 phkBe more consistent about which headers we send back.
2006-06-28 phkConstruct our own Content-length header, no matter...
2006-06-28 phkDon't finish the sbuf in mode 3
2006-06-28 phkAssert that the lengths of the storage for the object...
2006-06-28 phkDon't pass Content-Lenght through, we build it ourselves
2006-06-28 phkPass fd to shmemlog
2006-06-28 phkadd tag for generated headers
2006-06-28 phkDon't pass If-* headers to backend
2006-06-28 phkApply correct fd in Shmemlog
2006-06-28 phkFix buglets, include test-driver.
2006-06-28 phkGive varnishstat a "-c" option to use curses to contino...
2006-06-28 phkAdd varnishstat program
2006-06-28 phk304's don't have a body
2006-06-28 phkImplement ->trim()
2006-06-28 phkMore stats counters
2006-06-28 phkAdd statistics counter support.
2006-06-26 phkCall VCL to decide discard/prefetch for near-expiry...
2006-06-26 phkA temporary hack to deal with very old Date: headers...
2006-06-26 phkImplement HTTP/1.0 style fetching.
2006-06-26 phkAnother little tweak
2006-06-26 phkDump numeric handling also, until we figure out trouble.
2006-06-26 phktypo
2006-06-26 phkMake this work again: record the stevedore in the stora...
2006-06-26 phkStart releasing objects when they expire
2006-06-26 phkMove a bit more responsibility into the hash-slinger...
2006-06-26 phkNow that we approach the time where objects have to...
2006-06-24 phkA little bit more work on the expiry/prefetch thing.
2006-06-24 phkUse ttl=0 as a "invalid TTL" flag.
2006-06-24 phkTruncate TTLs in the past to now.
2006-06-24 phkAutogenerate prototypes for method calling functions
2006-06-24 phkAdd a "timeout" method to VCL, it can return "fetch...
2006-06-24 phkAdd a token type "METHOD", we use it for reference...
2006-06-24 phkCollapse multiline Fc and Fh calls where they fit
2006-06-24 phkMore printf sanitation: Create to convenience function...
2006-06-24 phkCave in and use printf format extensions for printing...
next