]> err.no Git - varnish/shortlog
varnish
2007-07-24 desCleanup, rename "hitrate" to "ratio" as in Munin plugin.
2007-07-24 desLicense.
2007-07-24 desRe-add as files
2007-07-24 desRemove symlinks
2007-07-24 desGive this package a proper name and a version number.
2007-07-24 desInstead of incorrectly assuming that a pthread_t can...
2007-07-24 des#130: false is spelles FALSE in curses-land.
2007-07-24 des#131: Honor DESTDIR when creating the state directory.
2007-07-24 desRES_BuildHttp() must be called before RES_WriteObj...
2007-07-24 desAlways generate a Connection: header, in case the clien...
2007-07-24 desUse strlen() directly.
2007-07-24 desCorrect a comment
2007-07-24 desUse a regexp search instead of index()
2007-07-24 desActually, the message will be in the body.
2007-07-24 desImplement VRT_r_obj_status(), without which obj.status...
2007-07-24 desRegression test for #128 (currently fails with both...
2007-07-20 ssmSplit debian package into varnish, libvarnish and libva...
2007-07-20 desSet localstatedir explicitly, otherwise it ends up...
2007-07-20 desRemove debugging output.
2007-07-20 desStore stevedores in a circular list. The head pointer...
2007-07-20 desStyle nit.
2007-07-20 desAdditional style cleanup; remove stevedore list from...
2007-07-20 cecilihfAdded locking on the list manipulation.
2007-07-20 cecilihfMove all use of the stevedore list to stevedore.c
2007-07-20 desCount backend requests.
2007-07-20 desParanoia.
2007-07-20 desLet the LRU code worry about this.
2007-07-20 desReword, bump date.
2007-07-20 cecilihfUpdated man-page
2007-07-20 cecilihfSupport for multiple cache files. The selecting of...
2007-07-19 desDocument Mac OS X compatibility.
2007-07-19 desUse the correct cc command line on MacOS. This is...
2007-07-19 desAdapt for use on MacOS X / Darwin, which has GNU libtoo...
2007-07-19 desMake regexp variables static. This has the side effect...
2007-07-19 desMissed one occurrence of clock_gettime().
2007-07-19 desRetire libcompat's clock_gettime().
2007-07-19 desIf clock_gettime() is not available, use gettimeofday...
2007-07-19 desgettimeofday() is good enough for varnishstat.
2007-07-17 desAssert that LRU_DiscardOne() returns 1, to avoid an...
2007-07-17 desReturn count like the comment says we do.
2007-07-17 desRemove object from LRU list before freeing it; this...
2007-07-17 desAmend previous commit. The problem was that when a...
2007-07-17 desFix child restart by always calling close_sockets(...
2007-07-16 cecilihfChanged name/description
2007-07-16 cecilihfMoved the plugin from "others" to "servers" in the...
2007-07-16 cecilihfWebmin plugin for varnish
2007-07-15 phkFrom the "What has the world come to ?" department:
2007-07-15 phkPlug even more memory leaks in the VCL compiler.
2007-07-15 phkDon't leak the file contents either.
2007-07-15 phkPlug minor memory leak.
2007-07-15 phkDon't leak all the tokens.
2007-07-15 phkPlug a memory-leak in the VCL compiler.
2007-07-15 phkInitialize all bits in the sigaction.
2007-07-15 phkA cast to make flexelint happy.
2007-07-15 phkMake the header-gluing code more readable.
2007-07-15 phkTune a couple of library warnings out
2007-07-13 phkShave the previos commit a bit closer: don't write...
2007-07-13 phkFix 304 responses, they got messed up in the vcl_delive...
2007-07-13 desDocument recent changes.
2007-07-13 desDocument regsub().
2007-07-13 desAdd an entry for r1531.
2007-07-13 desStrip fragments and query strings.
2007-07-13 phkAdd an XXX comment
2007-07-13 phkMove setting of t_resp up to before we build the response.
2007-07-13 phkClarify XXX comment
2007-07-13 phkRename the "idle" field of struct worker to "used"...
2007-07-13 phkClean all but t_open timestamps to NAN at end of transa...
2007-07-13 phkUnify the recycle functionality of the acceptors, all...
2007-07-13 phkInitialize all timestamps in the session to NAN
2007-07-12 desAllow a delay to be specified. Note that the delay...
2007-07-12 desFix props
2007-07-12 desI got bored and wrote an all-singing, all-dancing Munin...
2007-07-12 dessockaddr.sa_len is not portable.
2007-07-12 desAdd missing semicolon.
2007-07-12 desRT_LIBS dependency has moved from varnishd to libvarnish.
2007-07-12 cecilihfFixed typo
2007-07-12 cecilihfAdded a new cli option, status, for checking the status...
2007-07-12 phkConvert the last time(2) calls to TIM_real()
2007-07-12 phkDocument timescale of srcaddr->ttl
2007-07-12 phkChange all timekeeping to use doubles instead of time_t...
2007-07-12 phkReplace Uptime() with TIM_mono()
2007-07-12 phkReplace ev_now() with TIM_mono().
2007-07-12 phkAdd TIM_mono() and TIM_real() which return double repre...
2007-07-10 phkAdd "regsub" support for string manipulation.
2007-07-10 phkAdd compiler side support for regsub() but only a dummy...
2007-07-10 phkFix VRT_SetHdr() prototype
2007-07-10 phkProperly emit the header name in VRT_SetHdr();
2007-07-10 phkAdd conversion from IP to string format to allow things...
2007-07-10 phkMove string stuff to vcc_string.c, there's going to...
2007-07-09 phkAllow assignment to obj.status and resp.status
2007-07-09 phkAllow assignment to INT type variables
2007-07-09 phkMake all protocol header fields writable, except obj...
2007-07-06 phkDon't rewrite pipe'ed requests to "GET".
2007-07-05 phkClean up FlexeLint fluff.
2007-07-05 desChange log for 1.1.
2007-07-05 desDocument the -F option (introduced in r1557)
2007-07-05 desAdd a CSS stylesheet.
2007-07-05 desDocument server.ip.
2007-07-05 desDocument header rewriting.
2007-07-05 desDocument the prerequisites
next