]> err.no Git - varnish/shortlog
varnish
2007-05-16 ssmAdded example vcl to use in front of zope+plone (this...
2007-05-16 desDistribute default.vcl.
2007-05-16 desExpand tags
2007-05-15 desRename vcl.conf to default.vcl, update and comment...
2007-05-15 desAttempt to fix the bind-to-any problem:
2007-05-15 desRevert accidental commit of unfinished negative-caching...
2007-05-15 desAN() and XXXAN() are also useful for non-pointer results.
2007-05-14 desMerged revisions 1394,1400-1418 via svnmerge from
2007-05-14 desDocument the inadvisability of enabling sendfile.
2007-05-11 phkMake the sendfile threshold inifinity for now, we have...
2007-05-11 desMinor style issues.
2007-05-11 desAdd -P (pid file) option.
2007-05-11 desForgotten commit: check for <vis.h> and daemon(3) avail...
2007-05-11 desAvoid gcc4-specific compiler options.
2007-05-11 desRemove unused header.
2007-05-11 desAdd -D (daemonize) and -P (pid file) options.
2007-05-11 desNo use expanding tags unless there *are* tags...
2007-05-11 desExpand tags.
2007-05-11 desPull flopen() and pidfile_*() (renamed to vpf_*())...
2007-05-11 desTweak DEVELOPER_CFLAGS.
2007-05-11 desComment out comparisons which are always true (unsigned...
2007-05-11 ingvargit-svn-id: svn+ssh://projects.linpro.no/svn/varnish...
2007-05-11 ingvar* Fri May 11 2007 Ingvar Hagelund <ingvar@linpro.no...
2007-05-09 desCorrectly detect more incompatible automake versions.
2007-05-09 phkImplement runtime part of VCL controlled hashing.
2007-05-09 phkMake req.hash have the right internal type: char *
2007-05-09 phkUse struct sockaddr_storage instead of our own homegrow...
2007-05-09 phkMark variables/objects as having a string representatio...
2007-05-09 phkAfter compilation of a VCL program, do a test-load...
2007-05-09 phkDon't use sockaddr->sa_len, it was too advanced for...
2007-05-09 phkDon't use sockaddr->sa_len, it was too advanced for...
2007-05-09 phkAdd back a check that was lost: You must have at least...
2007-05-09 phkAdd support for checking "server.ip" in addition to...
2007-05-09 phkImplement '==' and '!=' for IP number variables (presen...
2007-05-09 phkSanitize generation of white-space in generated C code.
2007-05-06 desUpdate the default configuration.
2007-05-05 desLook for s-maxage before max-age. This may need to...
2007-05-05 desRemove superfluous vsb_printf() argument
2007-05-05 desTypo in comment
2007-05-05 desWhitespace nits
2007-05-04 desApply the workaround suggested in #102.
2007-05-04 phkFix error reporting with -C
2007-05-03 dess/expl/explicit/ to circumvent a bug in gcc 3.
2007-05-03 dess/expl/reason/ to circumvent a bug in gcc 3.
2007-05-03 dess/expl/reason/ to circumvent a bug in gcc 3.
2007-05-03 dess/expl/reason/ to circumvent a bug in gcc 3.
2007-05-02 desDon't try to lock the objhead mutex if we don't have...
2007-05-02 desCorrect the URL in the error page.
2007-05-02 desTry fixing #95 again. The trick is that if we get...
2007-05-01 desAdd and document a ping_interval parameter which contro...
2007-05-01 desTwo minor logging fixes:
2007-05-01 desImprove the readability and debuggability of our tag...
2007-05-01 desAdd protective #ifdef.
2007-04-26 desForce CONFIG_SHELL to /bin/sh.
2007-04-26 phkAdd compat trick for clock_gettime()
2007-04-24 desEliminate warnings.
2007-04-24 desMove CFLAGS configuration to the bottom so it doesn...
2007-04-24 desMove CFLAGS configuration to the bottom so it doesn...
2007-04-24 desCorrectly detect the presence and location of all exter...
2007-04-22 desFurther eliminate fixed-size buffers.
2007-04-21 desMajor rewrite of the VSL handler for increased robustne...
2007-04-21 desStyle and whitespace cleanup + clarify comment explaini...
2007-04-21 desClarify synopsis / description
2007-04-19 phkWhen we have some amount of a chunk header, but not...
2007-04-19 phkEmit acl matching code to the function body.
2007-04-19 phkStandards compliance: fputs(3) returns non-negative...
2007-04-11 phkNeed to find other way to shut up flexelint.
2007-04-11 phkRemember to initialize C_flag and don't exit in far...
2007-04-09 phkAdd scripts to run flexelint over VCL compiler output
2007-04-09 phkFix stylistic Flexelint unhappiness with the compiled...
2007-04-09 phkAdd a -C argument, which compiles the VCL (either defau...
2007-04-09 phkTwo missing NULL initializations.
2007-04-09 phk<queue.h> is a local #include in varnish, so use "queue.h"
2007-04-09 phkMove the function that pushes the compiled VCL programs...
2007-04-01 phkremove XXX comment which no longer applies
2007-04-01 phkVarious nitpicking prompted by flexelint
2007-04-01 phkFix char position in error messages to be [1...] instea...
2007-04-01 phkUpdate
2007-04-01 phkRemove unused METHOD token.
2007-04-01 phkMove backend parsing into a separate file.
2007-04-01 phkEliminate the "proof of concept" tokens that were never...
2007-04-01 phkImplement the returns with the new ID based table and...
2007-04-01 phkIntroduce table based search for actions, and make...
2007-04-01 phkSplit the parsing of actions into a separate file,...
2007-04-01 phkI got confused about the terminology. An action is...
2007-03-31 phkBetter syntax checking of "set" statements.
2007-03-31 phkFix typo, so we correctly recognize '-=' as T_DECR...
2007-03-31 phkPidgin BNF syntax of VCL
2007-03-31 phkOverhaul cross reference checks in vcc compiler
2007-03-31 phkImprove error message layout and information.
2007-03-30 phkOverhaul compiler to get rid of memory leaks and other...
2007-03-30 desRewrite using sbufs.
2007-03-29 desThe argv length calculation was not only off by one...
2007-03-28 desExpand and track recent changes.
2007-03-28 desActual default max is 1000, not infinity.
2007-03-24 phkTwist the compiler logic around a bit.
2007-03-24 phkSplit off the parsing from vcc_compile.c into vcc_parse.c
2007-03-24 phkuse tl-> consistently
2007-03-09 phkImplement a facility for source file modularization...
2007-03-08 phkMake Varnish able to accept connections from multiple...
next