]> err.no Git - varnish/shortlog
varnish
2008-06-27 phkTest busy then pass
2008-06-27 phktest busying subsequent requests on backend access.
2008-06-27 phkOne second is too hysterical a timeout
2008-06-27 phktest miss from pass
2008-06-27 phkTest "hit for pass" (pass from vcl_fetch)
2008-06-27 phkTest pass from vcl_hit{}
2008-06-27 phkAdd test for simple restarts
2008-06-27 phkAdd testcase for partial pipelining/read-ahead
2008-06-27 phkAdd testcase for pipelining
2008-06-27 phkFix a minor issue in pipelining
2008-06-27 phkForgot to set resp.status
2008-06-27 phkGet "line1" request/reponse fields under control.
2008-06-27 phkpolish
2008-06-27 phkVCL/VRT testcase for proto/request/url/response fields.
2008-06-27 phkadd req.grace handling as well
2008-06-27 phkAdd testcase for VCL/VRT obj.ttl and obj.grace
2008-06-26 phkBe even more careful with server fd's
2008-06-26 phkFix ESI:include tags: they have to be empty.
2008-06-26 phkUse shutdown for both directions, TCP works correctly.
2008-06-26 phkDrop a _.ok file if we are all done.
2008-06-26 phkClose servers TCP connection more gracefully for EOF...
2008-06-26 phkOops, only enable $evilhack when we want to.
2008-06-26 phkTestcase for ESI fragmented storage parsing
2008-06-26 phkAdd an undocumented debug facility that allows us to...
2008-06-26 phkTest for HTTP/1.0 (EOF) transmission
2008-06-26 phkTwo slow testcases to test object expiry
2008-06-26 phkTest If-Modified-Since
2008-06-26 phkESI testcase for including from different host (http...
2008-06-26 phkESI include with relative src
2008-06-26 phkTest banning a hash
2008-06-26 phkTest banning a URL
2008-06-26 phkA testcase for the simple_list hasher
2008-06-26 phkTestcase for the poll acceptor
2008-06-26 phkAllow the selector to be chosen by parameter "acceptor"
2008-06-26 phkCommented ESI:include
2008-06-26 phkESI:include test case
2008-06-26 phkTest ESI CDATA quoting
2008-06-26 phkThe first two incomplete ESI testcases
2008-06-26 phkAlso receive chunked encoding bodies.
2008-06-26 phkOops: only whine when we do have an unterminated strin
2008-06-26 phkBetter diagnostics
2008-06-26 phkMake -body automatically create a Content-Length header...
2008-06-26 phkUse 10 second CLI timeout
2008-06-26 phkAdd -chunked primitive for easier message composition.
2008-06-25 phkTest case for CLI help and parameter functions
2008-06-25 phkAdd chunked encoding from backend test.
2008-06-25 phkAdd a -s malloc testcase
2008-06-25 phkA simple ACL testcase
2008-06-25 phkTest for match with leading and trailing space as well.
2008-06-25 phkRemember to test the case with missing vary header
2008-06-25 phkAdd a Vary testcase
2008-06-25 phkGrap reference count on backend used by name in directors.
2008-06-25 phkTestcase for ticket 263
2008-06-25 phkFix a startup race condition: Make sure the threadpools...
2008-06-25 tfheenSet version to trunk in configure.ac
2008-06-25 tfheenSet version to 2.0-tp2 in configure.ac
2008-06-25 phkCompensate for \r being magic now.
2008-06-25 phkFix for ticket 262: When we trim leading whitespace...
2008-06-25 phkAdd regression test for ticket 262
2008-06-25 phkAdd "send" command for explicitly sending bytestrings
2008-06-25 phkHandle \r in strings
2008-06-24 phkFix Flexelint complaints
2008-06-24 phkFix an interesting shortcoming in GCC's error checks...
2008-06-24 phkDon't whine about ../../config.h
2008-06-24 phkAlso tally Notes
2008-06-24 phkMake the debug element conditional on DEBUG macro being...
2008-06-24 phkOoops, last commit got one file more than intended.
2008-06-24 phkNever release more bytes than there is room for.
2008-06-24 des#260: make pidfile mode less restrictive.
2008-06-24 tfheenAdd test to exercise the -s parameter
2008-06-24 tfheenFix segfault when reset_cmds is called for cmd_shell
2008-06-24 phkAdd a "shell" keyword for executing shell commands...
2008-06-24 phkCatch two other return cases from smf_init() so we...
2008-06-24 phkFix code, so varnish will still start as long as at...
2008-06-24 phkAdd a testcase for starting with some bad listen sockets.
2008-06-24 tfheenMove setting of TESTS inside the if ENABLE_TESTS block...
2008-06-24 tfheenAdd missing header files to make make distcheck happier
2008-06-24 tfheenDrop debian/Makefile from configure.ac too
2008-06-23 phkOn FreeBSD at least "localhost" resolves to two address...
2008-06-23 tfheenStop distributing debian/ in the tarball
2008-06-23 tfheenBe explicit about listening to localhost
2008-06-22 phkMacroize the method function arguments
2008-06-22 phkAdd a start/stop CLI command test
2008-06-22 phkA better solution than mutexes: give the thread that...
2008-06-22 phkHold a mutex for each log destination
2008-06-22 phkMore work to polish the manager/client interaction...
2008-06-22 phkUse instance name (-n) or "varnishd" for syslog identifier.
2008-06-22 phkAdd a VBM bitmap for keeping track of which filedescrip...
2008-06-22 phkPolish this to the new more general usage:
2008-06-22 phkAdd VBM, a resizing bitmap implementation we previously...
2008-06-22 phkUse VLU to assemble output from the C-compiler.
2008-06-22 phkAdd testcase for multiple thread pools
2008-06-22 phkDefault to 2 thread pools again.
2008-06-22 phkMake sure all pools have their minimum complement of...
2008-06-21 phkChange an assert() to diagnostic() since it negates...
2008-06-21 phkAdd a diagnostic() wrapper around assert() for checks...
2008-06-21 phkAvoid <ctype.h> entirely
2008-06-21 phkUse vct character classification instead of private...
2008-06-21 phkRegression test case for ticket 255
2008-06-21 phkeditor-bogon: add missing ')'
next