]> err.no Git - varnish/shortlog
varnish
2008-06-17 phkUse vsb_newauto() macro throughout
2008-06-17 phkallow delays in http procssing (client & server)
2008-06-17 phkAdd -vcl option varnish command, to load inline VCL...
2008-06-17 phkAdd a vsb_newauto() macro
2008-06-17 phkAdd a delay command, it takes second.fraction and uses...
2008-06-17 phkWe don't want a separate vcl command, it will be a...
2008-06-16 phkremove redundant -repeat 1
2008-06-16 phkAdd the first test-case that involves a varnish process
2008-06-16 phkUse 9081 as default server address
2008-06-16 phkAdd CLI asking function.
2008-06-16 phkShow servers listen address.
2008-06-16 phkMake sure backend connections are blocking before we...
2008-06-16 phkMove cli_func_ping() prototype where it belongs.
2008-06-16 phkAdd code to launch a varnish instance and open a CLI...
2008-06-16 phkUse VSS_open()
2008-06-16 phkAdd VSS_open(const char *str) for when you just want...
2008-06-16 phkEnforce server and client name initials as 's' and...
2008-06-15 phkAllow varnishd to be started with neither -b nor -f...
2008-06-15 phkAdd a Reset pass after each testfile
2008-06-15 phkAdd -start and -wait for clients for async execution
2008-06-15 phkMore test-cases
2008-06-15 phkDescribe tests with test keyword
2008-06-15 phkAdd "test" keyword for printing a test description
2008-06-15 phkNo longer relevant
2008-06-15 phkTwo first testcases
2008-06-15 phkPolishing
2008-06-15 phkWrap two level 1 messages around each test file.
2008-06-15 phkFlexelint
2008-06-15 phkMake the HTTP expect work for trivial cases.
2008-06-15 phkRegularize a couple of messages.
2008-06-15 phkGet a fair bit further in parsing HTTP stuff.
2008-06-15 phkOn further consideration: give VCT it's own header...
2008-06-15 phkPolish VCT a bit more.
2008-06-15 phkAdd VCT: a RFC2616 ctype
2008-06-15 phkFlexeLint varnishtest
2008-06-15 phkAdd http txresponse
2008-06-15 phkFunction to receive a HTTP header, as request or response.
2008-06-15 phkImplement http::txreq
2008-06-15 phkImplement backslash-newline escapes.
2008-06-15 phkPropset svn:keywords and add $Id
2008-06-15 phkAdd $Id$
2008-06-15 phkAdd the HTTP subprocessor
2008-06-15 phkHash out the client, up to and including connection...
2008-06-15 phkDefault server to repeat=1.
2008-06-15 phkMake the first testcase a test of the testprogram
2008-06-15 phkServer socket & thread creation
2008-06-15 phkput varnishtest under auto* control
2008-06-15 phkRemove BSD style makefile
2008-06-15 phkAdd LICENSE
2008-06-15 phkHash out more files and cmd functions
2008-06-15 phkAdd Skelton "varnishtest" program.
2008-06-14 phkChange defaults:
2008-06-14 phkSlightly change the criteria for starting new worker...
2008-06-11 phkAdd an optional shortcut:
2008-06-11 phkBe a little less hysteric with charging session statist...
2008-06-10 phkRefactor the fields of struct acct so we don't have...
2008-06-10 phkMake this compile under OS/X 10.5 Leopard
2008-06-09 phkSlight backtracking: Store the specified socket name...
2008-06-09 phkDon't leak listen address structures if we fail to...
2008-06-09 phkAdd a VSS_bind() function, using the meat of VSS_listen()
2008-06-09 phkStyle & Polish.
2008-06-09 phkProperly lock n_wrk* statics variables without using...
2008-06-08 phkIf we decide not to eliminate the worker thread, proper...
2008-06-07 phkRedo the way we manage the thread pool(s).
2008-06-06 phkSpell "X-Forwarded-for" as "X-Forwarded-For", this...
2008-06-06 phkDuh!
2008-06-05 phkAdd an XXX comment.
2008-06-05 phkWe don't need srandomdev.h here anymore.
2008-06-05 phkAdd a new-line before, and reword some of the default...
2008-06-05 phkGet the sign right on FIONBIO ioctl.
2008-06-02 phkAdd a "timeout counter" and cleans the timeout sockets...
2008-05-31 phkOverhaul the regexp purge/ban code, with a detour aroun...
2008-05-31 phkGo over the Telnet/CLI code in the manager process.
2008-05-30 phkI belive this fixes the ESI issue that JT Justman has...
2008-05-30 phkAdd a new backend attribute in VCL: "connect_timeout".
2008-05-30 phkBack in the mists of time, the SocketWizards were so...
2008-05-27 phkAdd a new vcl function regsuball()
2008-05-26 phkBe more consistent about sockets and blocking/non-block...
2008-05-26 phkBackend sockets are always in blocking mode.
2008-05-26 phkAdd TCP_blocking() and TCP_nonblocking() and use them...
2008-05-26 phkAdd compiler command for Solaris.
2008-04-24 ssmExample VCL: Cleanup and update for varnish version...
2008-04-21 phkRemove an assert which is no longer true in the case...
2008-04-21 phkMake it possible for the acceptor to provide a method...
2008-04-17 phkMissing handling of sp->restarts and sp->director.
2008-04-16 phkSIZE_MAX is not spelled SIZE_T_MAX in polite company.
2008-04-08 phkPolish up the malloc allocator to make it more useful...
2008-04-08 phkRemove trailing blank from error message
2008-04-08 phkWrap long line
2008-04-03 bahnersvn-externals debian svn://svn.debian.org:/svn/pkg...
2008-04-02 bahnerDebian pakking er flyttet til svn://svn.debian.org...
2008-03-31 phkEmit an extra CR+NL after the end of chunked encoding.
2008-03-31 phkFix ESI documents with multiple includes.
2008-03-31 phkspelling fixes
2008-03-31 phkFix a memoryleak relating to hash strings, found by...
2008-03-31 phkFix three memory leaks related to vsb's not being vsb_d...
2008-03-31 phkExplain to FlexeLint that vsb_new()/vsb_delete() are...
2008-03-31 phkI'm amazed that we have been able to spell "Authorizati...
2008-03-24 phkIf the backend does not transmit a respose string,...
2008-03-24 koboldsmall fixes to the debian packaging: removed a lintian...
next