]> err.no Git - varnish/shortlog
varnish
2008-09-08 tfheenRegenerate vcc_fixed_token.c
2008-09-08 tfheenRevert commit 3163, fix in VRT_purge instead.
2008-09-07 phkAdd obj.hits VRT variable which counts how many *previo...
2008-09-07 phkHrmpf!
2008-09-07 tfheenMake backend.healthy available to VCL (Fixes: #312)
2008-09-07 tfheenDon't segfault on purge.hash() with NULL string. Fixes...
2008-09-03 phkAdd an explicit "allow everybody else" entry in the...
2008-09-03 phkCater for even more INET6 API stupidity.
2008-09-03 phkUse the correct buffer size for IPv6 addresses.
2008-09-03 phkAdd <unistd.h> so heritage.h is happy on macosx.
2008-09-03 phkPull in pthreads library for openbsd (ticket #304)
2008-09-02 phkRepeat after me: test after fixing.
2008-09-02 phkAttempt to close #297 again: shutdown() can also retur...
2008-09-02 skyIf you attach gdb to a running varnish child, then...
2008-09-02 ingvargit-svn-id: svn+ssh://projects.linpro.no/svn/varnish...
2008-09-02 ingvarvcl changes from 1.x to 2.0 documented for Red Hat
2008-09-02 ingvargit-svn-id: svn+ssh://projects.linpro.no/svn/varnish...
2008-09-02 ingvar(Commented) option for corefile limit for redhat/fedora...
2008-08-29 ingvarRed Hat init scripts: Fix previous fix. Makes rpmlint...
2008-08-29 ingvarRed Hat initscript: Removed a superfluous lockfile...
2008-08-29 ingvarspecfile changes
2008-08-29 ingvarMake setup quiet in specfile => one less warning from...
2008-08-29 ingvarAdded a missing directory to the libs-devel package...
2008-08-29 tfheenMake it possible to get core dumps on Linux too
2008-08-29 ingvarBumped version numbers and source url for first beta...
2008-08-29 tfheenSet release back to trunk in configure.ac
2008-08-29 tfheenRelease 2.0-beta1
2008-08-29 tfheenBump SONAME
2008-08-28 tfheenAdd _.ok to the list of files we clean on make distclean
2008-08-28 phkMake it possible to configure the number of retries...
2008-08-27 phkAdd runtime check that parsing of timestamps actually...
2008-08-27 ingvarFixed up init script for varnishlog
2008-08-26 phkVarnish 2.0 bonus feature #1: backend->max_connections
2008-08-26 phkMake the random and round-robin directors avoid backend...
2008-08-26 ingvarmake check now runs without races
2008-08-26 phkTada!
2008-08-26 phkMark all nonprobed backends healty
2008-08-26 ingvarFixed an error in the argument passing from the init...
2008-08-26 phkGive sessions a backend connection instead of a backend and
2008-08-26 phkCorrectly quote backend data in default vcl example.
2008-08-26 phkUse TCP_close() to properly ignore the "canonical"...
2008-08-26 phkMove the tcp.c file to libvarnish, we need the primitiv...
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...
next