]> err.no Git - varnish/shortlog
varnish
2006-07-06 phkMake sure the grim reaper doesn't touch busy objects...
2006-07-06 phkThe grim reaper needs to wait for objects refcount...
2006-07-06 phkImprovements to flush things at timeout and at the...
2006-07-06 phkSilence typical broken client connection messages and...
2006-07-06 phkFix braino in Pass handling
2006-07-06 phkSkip space before request/response
2006-07-06 desAdd a rudimentary man page.
2006-07-06 phkMy version.
2006-07-06 phkAdd exponential hitrate displays (with -c)
2006-07-06 desAdd a rudimentary man page.
2006-07-06 desExpand keywords
2006-07-06 desAdd a rudimentary man page.
2006-07-06 phkOnly complain if accept_filters fail
2006-07-06 phkRemove debugging code.
2006-07-06 phkAdd -r file and -w file options.
2006-07-06 phkIncreas shmem size to 8M
2006-07-06 phkAdd accept filters
2006-07-06 desPortability: don't use non-portable mmap(2) flags.
2006-07-06 desPortability: Linux does not have SO_NOSIGPIPE.
2006-07-06 desPortability: cast unused parameters to void instead...
2006-07-06 phk404 handling
2006-07-06 desUse <sys/ioctl.h> instead of <sys/filio.h> to get both...
2006-07-05 phkFix off by one
2006-07-05 phkprintf format
2006-07-05 desAdd randomization and pipelining.
2006-07-05 phkCalculate rate as signed.
2006-07-05 phkAssert non-null first
2006-07-05 phkSend "Connection: close" if not HTTP/1.1
2006-07-05 phkAdd more stats
2006-07-05 phkSome asserts to guard against trouble.
2006-07-05 phkAnother pipeline fix: don't clobber a pipelined partial...
2006-07-05 desIncrease MAX_CTR to match recursor.pl, and set default...
2006-07-05 phkDon't lead http header
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...
next