]> err.no Git - varnish/shortlog
varnish
2006-09-16 phkuse miniobj on srcaddr's
2006-09-16 phkmake flexelint marginally happier
2006-09-16 phktwiddle explanations and defaults.
2006-09-16 phkUse srcaddr mutex for srcaddr stats update to reduce...
2006-09-16 phkGive the srcaddr stats an overhaul.
2006-09-16 phkVCL configs change relatively seldom so we can cache...
2006-09-16 phkMake it possible to have multiple worker pools.
2006-09-16 phkfix debug locks
2006-09-16 phkWrap mutex more completely so that experimentation...
2006-09-16 phkwrap line
2006-09-16 phkcorrectly round INT32_MAX down to page boundary
2006-09-16 desRename -1 to -f, and add a -1 option meaning "once...
2006-09-16 desAdd a non-blocking mode to the log reader.
2006-09-16 desAdd a man page.
2006-09-16 desUmm, what have I been smoking? varnishstat is not...
2006-09-16 desBring up-to-date.
2006-09-16 desRemove stray -a description.
2006-09-16 desBring up-to-date.
2006-09-16 desBump date and add cross-references to all log programs.
2006-09-16 des-c collides with one of the standard VSL options, so...
2006-09-16 desSort options correctly.
2006-09-16 desBring up-to-date, and sort options correctly.
2006-09-16 desSort options correctly.
2006-09-16 desFix usage string.
2006-09-16 desAdd -V option, fix usage string.
2006-09-16 desAdd the ability to write to a file (it was previously...
2006-09-16 desAdd a -a option to control append / overwrite when...
2006-09-16 desAdd a usage string for the standard VSL options.
2006-09-16 desTweak storage file size calculations. Avoid overflow...
2006-09-16 phkJust in case.
2006-09-16 desExpand keywords.
2006-09-16 desBring up-to-date. Still lacks descriptions for managem...
2006-09-16 phkForgot about embedded CLI commands here.
2006-09-16 desThe buckets_per_mutex parameter was removed in r813.
2006-09-16 phkUse generic param setting stuff
2006-09-16 phkMake the listen depth a paramter.
2006-09-16 phkAdd -p param=value command line argument.
2006-09-16 phkGeneralize parameter setting at start up.
2006-09-16 phkOpen and close the listen socket when we start and...
2006-09-16 phkRename the config.* CLI command family to vcl.*. It...
2006-09-16 phkMake the shmlog'ing of vcl execution a parameter.
2006-09-15 phkAdd a base64 decoder.
2006-09-15 phkEliminate the session_grace thing, the inter-request...
2006-09-15 phkRemove the SessionReuse shmem tag, we have little or...
2006-09-15 phkDisable session_grace for now.
2006-09-15 phkfix more stats
2006-09-15 phkFix stats.
2006-09-15 phkAdd missing SessionReuse log entries
2006-09-15 phkImprove portability: Since all log strings are NUL...
2006-09-15 phkAllow session_grace to be set to zero
2006-09-15 phkTry to avoid sending EOF'ed or ready sessions to the...
2006-09-15 phkAdd XXX comment
2006-09-15 phkPrint '-' if we don't have an IP# on startup.
2006-09-15 desFix sendfile() on Linux:
2006-09-15 phkAvoid parking a worker thread on trailing space
2006-09-15 phkIf after handling a request we find anything in our...
2006-09-15 phkOverhaul NCSA logging.
2006-09-13 andersbFixed timestamp so thats it's correct. PHK added a...
2006-09-13 phkAdd the end time as timestamp to the ReqEnd SHM record.
2006-09-13 phkDike out Linux senfile, it doesn't work.
2006-09-12 phkDouble the default workspace for the benefit of Blackbe...
2006-09-12 andersbMade the code more robust but fixing a bug that caused...
2006-09-12 phkDistinguish the explanation for the first request from...
2006-09-12 phkFix timestamps in shm tag StatSess for sessions with...
2006-09-12 phkchunksize is in kilobytes
2006-09-12 phkThere may be error returns from kevent, don't assert...
2006-09-12 desImplement sendfile() support for Linux.
2006-09-12 phkfix typo
2006-09-11 andersbGetting somewhere. I now have a "full" logline. Apart...
2006-09-11 phkIf we have more threads than the max, kill one if we...
2006-09-11 phkremember to close pipes
2006-09-11 phkUse a pipe for synchronization instead.
2006-09-11 phkRedo the worker thread pool locking a bit, all the...
2006-09-11 phkEmbellish the mutex debugging a bit
2006-09-11 phkMove LOCK/UNLOCK macros to cache.h where they belong.
2006-09-11 phkIgnore kevent error return entries
2006-09-11 phkOnly expire when the timer fires
2006-09-11 phkPiggy-back kevent changes on kevent wait call
2006-09-11 phkAvoid a startup-race
2006-09-11 andersbCleaned up User-Agent and Referer. Both should now...
2006-09-11 desCheck for sendfile().
2006-09-11 phkReduce syscall footprint of expiry and hangman
2006-09-11 phkAvoid a clock_gettime() call
2006-09-11 phkbraino in last commit.
2006-09-11 phkSave more time() calls
2006-09-11 phkA avoid a time(NULL) call
2006-09-11 phkDo stats on sendfile/write split.
2006-09-10 andersbStarted to fix output of User-Agent. It was all over...
2006-09-08 phkMake the fetchers chunksize a parameter, but keep the...
2006-09-08 phkAdd an extra bucket and make it clear how the number...
2006-09-07 phkMissing commit message from previous commit:
2006-09-07 phkHandle zero length storage objects correctly: Don...
2006-09-07 phkInsert a bunch of asserts to try to catch anything...
2006-09-07 phkPick up uint32_t from <stdint.h> instead of <sys/types.h>
2006-09-07 phkLogging for status & response was swapped for generated...
2006-09-07 phkRemove debugging messages.
2006-09-07 phkAdd stats counters for large and small free fragments.
2006-09-07 phkremove "age", it was effectively unused. Revisit the...
2006-09-07 phkDon't clear alloc, it will be done in due time.
2006-09-07 phkSplit the freelist by size.
next