]> err.no Git - varnish/shortlog
varnish
2006-08-11 desThis is the XSL stylesheet used to generate the ChangeLog.
2006-08-11 desInclude LICENSE and autogen.sh in the dist tarball.
2006-08-11 desDon't install libcompat.a.
2006-08-11 desAdd a README and installation instructions.
2006-08-11 phkDon't filter Cache-Control out in replies from backend.
2006-08-11 phkFix protocol family selection logic to also work on
2006-08-11 phkBail if we don't get a listening socket.
2006-08-11 phkMissed one: Only include compat headers if necessary
2006-08-11 phkPull in ../../config.h when running flexelint.
2006-08-11 phkFix indentation
2006-08-11 phkRemove unused variable.
2006-08-11 phkPoint at KQUEUE version of acceptor by default.
2006-08-11 phkFix an assert so it actually has a chance of firing...
2006-08-10 desRewrite pass_chunked().
2006-08-10 andersbGot the requesttime right this time.
2006-08-10 andersbUpdated to work with new inner workings (ReqStart,...
2006-08-10 desFreeBSD needs <netinet/in.h> for IPPROTO_IPV6 and IPV6_...
2006-08-10 andersbAdded some more meat to the program. Loads of debug...
2006-08-09 desAdd an epoll()-based acceptor for Linux 2.6. Simple...
2006-08-09 desClear reference to backend when we release our VCL...
2006-08-09 desAdd support for using separate backends for separate...
2006-08-09 desCosmetic: redefine HTTP_HDR_* as an enum and rename...
2006-08-09 desRewrite open_tcp(): use only one listening socket....
2006-08-08 desWhile FreeBSD defaults to MAP_SHARED, Linux requires...
2006-08-08 desAutodetect the need to link against libdl for dlopen().
2006-08-08 desAdd a setproctitle() stub to libcompat.
2006-08-08 des#include "compat/srandomdev.h" for srandomdev()
2006-08-08 desExpand keywords.
2006-08-08 des#include <sys/vfs.h> for fstatfs if it is available.
2006-08-08 desNow that we define _GNU_SOURCE, the asprintf() / vaspri...
2006-08-08 desDefining _GNU_SOURCE gives us native asprintf() and...
2006-08-08 desBring in FreeBSD's version of vis(3), strvis(3) and...
2006-08-08 desAdd a simple srandomdev() implementation inspired by...
2006-08-08 desThe correct header for poll() is <poll.h>, not <sys...
2006-08-08 desAutodetect the availability of kqueue() and / or poll().
2006-08-08 des#include "libvarnish.h" for varnish_version().
2006-08-08 phkAdd back sendfile support (under #ifdef HAVE_SENDFILE...
2006-08-08 desSplit compat.h into one header per function to avoid...
2006-08-08 desvarnish{ncsa,stat} also need librt.
2006-08-08 desAttempt to detect the availability of RSA's MD5 impleme...
2006-08-08 phkFix braino
2006-08-08 phkDefault to 4096 buckets and 256 mutexes
2006-08-08 phkUse crc32 hash by default, MD5 is a compile time option
2006-08-08 phklbv_assert never returns
2006-08-07 phk64bit changes
2006-08-07 phkAdd -Wformat and remove -fno-inline which disables it.
2006-08-07 phkFix printf format error
2006-08-07 phkUpdate to new shmlog tag
2006-08-07 phkEliminate use of extensible printf
2006-08-07 phkImprove the "-d" and "-d -d" facilities.
2006-08-07 phkAn assert to catch silly errors.
2006-08-07 phkRename SHMlog tags for consistency
2006-08-07 phkRemove printf extensions used for development debugging
2006-08-07 phkMake assert do the right thing
2006-08-07 phkClean up #includes
2006-08-07 phkCall __assert() lbv_assert() instead.
2006-08-07 phkquench warnings related to libvarnish.h
2006-08-07 desDon't trust the documentation - when it says "additiona...
2006-08-07 phkAdd our own assert in libvarnish.h
2006-08-07 des#include "libvarnish.h" for varnish_version().
2006-08-07 des#include "compat.h" for asprintf().
2006-08-07 desvsb.h is not a system header.
2006-08-07 des#include "libvarnish.h" for varnish_version().
2006-08-07 des#include "compat.h" for asprintf(). Sort includes.
2006-08-07 desDefine INFTIM if it isn't already.
2006-08-07 desSpell SIZE_MAX correctly.
2006-08-07 desDefine INFTIM if it isn't already.
2006-08-07 des#include <compat.h> for asprintf().
2006-08-07 phkHandle CLI trouble with the childproc
2006-08-07 phkAdd CLIS_COMMS errno (400) and return an error text...
2006-08-07 desCheck whether we have accept filters before trying...
2006-08-07 phkHandle read errors on the cli pipes.
2006-08-07 desImprove descriptions of HAVE_ASPRINTF / HAVE_VASPRINTF.
2006-08-07 phkQuench warnings.
2006-08-07 desMy idiocy knows no bounds. Make sure this actually...
2006-08-07 desImprove detection of the presence and usability of...
2006-08-07 despaste-o.
2006-08-07 desAdd implementations of asprintf(3) and vasprintf(3).
2006-08-07 desRelucantly include <time.h> for time_t. We'll have...
2006-08-07 desRemove redundant definition of __assert().
2006-08-07 desTIM_{format,parse}() are used unconditionally, so decla...
2006-08-07 desSort includes, add <stdint.h> for uint64_t.
2006-08-07 desEliminate __unused.
2006-08-07 desSort includes, add <stdint.h> for uintptr_t.
2006-08-07 desDefine str-Lb-libvarnish so ".Lb libvarnish" will work...
2006-08-07 desAdd a -V option (display version and exit) to all programs.
2006-08-07 desFold libsbuf into libvarnish, with s/sbuf/vsb/g.
2006-08-07 phkTimeout pipe connections after 600 seconds.
2006-08-07 phkUse a 600 second timeout, 120 second is too little.
2006-08-07 phkSet SO_SNDTIMEO to 120 seconds
2006-08-07 phkFirst step of slow client handling: Lose the stevedore...
2006-08-07 desUpdate #include directives.
2006-08-07 desExpand keywords.
2006-08-07 desMove common_cli.[ch] out of varnishd, and rename them...
2006-08-07 desList headers in noinst_HEADERS instead of SOURCES.
2006-08-07 andersbFresh start after study of output from varnishlog -o.
2006-08-06 desAdd compile to svn:ignore.
2006-08-06 phkMake
2006-08-06 desSystematically include config.h.
2006-08-06 desForcibly include config.h.
next