]> err.no Git - varnish/shortlog
varnish
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.
2006-09-07 phkRemove debug entry
2006-09-07 phkRead more than one session pointer at a time from the...
2006-09-06 phkDon't use binary address anyway, we only want the IP...
2006-09-06 phkAccount for header bytes in error and 304 responses.
2006-09-06 phkMove some setup code to first state now that we have it.
2006-09-06 phkMove a bunch of work from the acceptor thread to the...
2006-09-06 phkMove CRC32 into libvarnish
2006-09-06 phkGive the stats summation its own mutex
2006-09-06 phkReduce traffic on the wrk_mtx, saving some syscalls...
2006-09-06 phkGrab the r_recv timestamp at the right time.
2006-09-06 phkDon't bother with SO_NOSIGPIPE, it doesn't always work...
2006-09-06 phkRemove unused timestamp "t0" and save a syscall per...
2006-09-06 phkSave a systemcall by using the same timestamp twice.
2006-09-06 phkGive pool threads 120 second timeout, 10 was close...
2006-09-06 phkFix the poll acceptor, we need to cache the fd as sp...
2006-09-06 phkFix buglet in -i/-x name matching
2006-09-06 phkAllow '-' in identifiers.
2006-09-06 phkMark responses with Set-Cookie as "pass"
2006-09-06 phkAdd support for inspecting response headers.
2006-09-06 phkFix the same issue as in the kqueue acceptor: By the...
2006-09-06 phkFix a bug in chunked fetching:
2006-09-06 phkescape control characters in SLT_Debug as %XX
2006-09-05 andersbAdded more outputdata, fixed memory leaks (I think).
2006-08-24 phkGo through all asserts and mark those which indicate...
next