]> err.no Git - varnish/shortlog
varnish
2008-08-25 ingvarAdded a missing changelog item from Fedora
2008-08-25 ingvarFixing up init script according to newer Fedora standards
2008-08-25 ingvarcorrect pidfile option to daemon and killproc functions
2008-08-25 ingvarPatched up Red Hat init script to comply with newer...
2008-08-25 ingvarA typo, and newline at the end
2008-08-21 phkGive the directors another method which returns not...
2008-08-21 phkMake the director opaque outside the backend code.
2008-08-21 phkMove selection of backend and creation of default Host...
2008-08-21 phkPolish
2008-08-20 tfheenUse invalid address in binding test
2008-08-20 tfheenBe explicit about connecting to :9080
2008-08-20 tfheenMake make check run test suite
2008-08-19 phkIntegrate Solaris patches, with a bit of polishing.
2008-08-19 phkAdd a test-case that exercises the backend-polling...
2008-08-19 phkDon't call a zero byte response a "Good Recv".
2008-08-19 phkFix ticket 292: Make sure the "deleted by Connection...
2008-08-19 phkAdd a regression test for ticket 292
2008-08-19 phkSilence FlexeLint
2008-08-19 phkMake error strings static
2008-08-19 phkDon't attempt to update the Health information based...
2008-08-19 phkCheck that the HTTP response is 200 before we declare...
2008-08-19 phkAdd -u for unbuffered output.
2008-08-19 phkAdd exponential average of responsetime to output
2008-08-19 phkUse the default (or specified) Host: header for the...
2008-08-18 ingvarStarted the upgrade race for 2.0
2008-08-18 phkUpdate the backend->healty state based on the window...
2008-08-18 phkMake up my mind: defaults go in varnishd
2008-08-18 phkImplement parsing of .window and .threshold in backend...
2008-08-18 tfheenWhen an -expect fails in varnishtest, loop for up to...
2008-08-18 phkDon't use a thread from the pool, backend polling is...
2008-08-15 phkAccept EINTR from waitpid()
2008-08-14 ingvarChanges in the specfile:
2008-08-14 phkBe more careful about concurrency.
2008-08-14 tfheenInstall default.vcl to ${sysconfdir}/varnish, not ...
2008-08-13 phkRemove If-Modified-Since headers on included objects...
2008-08-13 tfheenFix build failure when srcdir != builddir
2008-08-13 tfheenFix build failure, cache_backend_poll.h was not in...
2008-08-13 tfheenStop hiding command invocations when building docs
2008-08-12 petterAdded some more output suppression
2008-08-12 phkNew file with the bitmap definitons for for backend...
2008-08-12 petterAdded suppresion of output when generating the default...
2008-08-12 phkSnapshot the backend polling code without the advanced...
2008-08-12 phkMake a central TCP_close() function that accepts the...
2008-08-12 phknits
2008-08-11 phkMake the compile shared object be named $mumble.so...
2008-08-11 petterIt now always flushes the stream, even for stdout....
2008-08-11 tfheenMore whitespace changes
2008-08-11 tfheenFix up style
2008-08-11 phkBe much more explicit about the string->time conversion...
2008-08-11 phkEliminate <err.h> usage.
2008-08-11 phkRemove an spurious <err.h> include.
2008-08-11 petterCleaned up some usage statements
2008-08-11 phkMove the C-compiler invocation determination to autoconf.
2008-08-11 phkPull in all the #include <config.h> from the Solaris...
2008-08-07 phkFix a printf type complaint.
2008-08-07 phkTry to fix Automake spec to also work on FreeBSD.
2008-08-07 tfheenFix up Makefiles so make distcheck works again (out...
2008-08-06 petterAn outline and some text for a "Getting started guide...
2008-08-06 tfheenSupport out-of-tree builds, and make sure to clean...
2008-08-06 petterForgot a depedency to bin/varnishd/default.vcl
2008-08-06 petterUpdated the man page for vcl to include the default...
2008-08-05 phkAdd script to generate the request-processing state...
2008-08-05 phkAdd an .eps version
2008-08-05 petterFixed makefile depedency. default_vcl.h is now generate...
2008-08-04 phkMove the default VCL code into its own text file.
2008-08-01 phkThe compiler should not care about field order in direc...
2008-08-01 phkUse WRONG instead of INCOMPL
2008-08-01 phkMake explicit what is missing and what is asserts in...
2008-08-01 phkAdd WRONG(expl) macro for panicing from places we just...
2008-08-01 phkLonger delay for panic to complete.
2008-08-01 phkActually wait for the varnish child to stop in "varnish...
2008-08-01 phkReport back to CLI if we cannot start the child due...
2008-08-01 phkBe much more explicit about localhost.
2008-08-01 phkGo over the b* series of tests:
2008-08-01 phkAdd
2008-08-01 phknote when the fd gets closed
2008-08-01 phkFix pass statistics counter
2008-07-31 phkRename the vcl_fetch{} action "insert" to "deliver...
2008-07-31 phkThat test rightfully is a v* test
2008-07-31 phkAdd a test-case for VCL purging
2008-07-31 phkExplanation
2008-07-31 phkComplete the separation of synthetic from received...
2008-07-31 phkOk, 3 retries then...
2008-07-31 phkRetry client connects once.
2008-07-31 tfheenAdd uptime to varnishstat -1 output
2008-07-31 phkAn assert to convince FlexeLint that we have a variable.
2008-07-31 phkDon't write to read-only structure members in the share...
2008-07-31 phkAccept ECONNRESET when closing sockets during cleanup.
2008-07-31 phkMake separate stats counters for number of object check...
2008-07-31 phkFlexelint silencing
2008-07-31 phkCheck that we found a variable before using it.
2008-07-31 phkWe don't actually use miniobj.h, we do the same thing...
2008-07-31 phkFlexeLint polishing.
2008-07-30 phkAdd statistics about regexp purges.
2008-07-30 tfheenTry to connect to CLI 30 times rather than 10 to avoid...
2008-07-30 tfheenAdd cache_backend.h to the list of headers that go...
2008-07-27 phkForgot to add this file.
2008-07-25 phkChange param thread_pool_min to be the minimum number...
2008-07-25 phkNB: Be careful with -trunk, this is a quite intrusive...
2008-07-25 phkAdd a facility to constructing a synthetic object from...
next