]> err.no Git - varnish/shortlog
varnish
2006-08-21 phkAdd asserts.
2006-08-21 phkOverhaul kqueue acceptor in light of todays learnings.
2006-08-21 phkBandaid until Dag Erling does what's necessary
2006-08-21 phkRetire sessions if the workspace size changes, properly...
2006-08-21 desRename open_tcp() to TCP_open() and modify it to open...
2006-08-21 phkAdd n_sess_mem
2006-08-21 phkIncrease client hash to 1k
2006-08-21 desWhen writing to a file, open it with O_APPEND rather...
2006-08-21 desSet properties.
2006-08-21 desSet properties.
2006-08-21 phkCreate the possiblity for the the acceptor to send...
2006-08-21 phkSplit the accepting and session-herding functionality...
2006-08-21 phkAdd file
2006-08-21 phkvarious cleanups.
2006-08-21 phkBreak the acceptors out into their own files.
2006-08-21 phkAdjusments to scale.
2006-08-21 phkDon't hose TIMER kevent with READ kevent
2006-08-21 phkThis assert is not warranted, a connection might disapp...
2006-08-20 phkClose another tiny race.
2006-08-20 phkGive the kevent acceptor another overhaul.
2006-08-20 phkHeavy-duty work on kqueue acceptor.
2006-08-20 phkAdd some debugging
2006-08-20 phkRemove unused variable.
2006-08-20 phkUse TxHeader for pipe backend.
2006-08-20 phkDon't chat up non-running childs.
2006-08-20 phkMake sure the returns have some value.
2006-08-20 phkAssert that the cli status is valid
2006-08-20 phkpid -1 is not our child
2006-08-20 phkFix malloc bug.
2006-08-20 phkNew defaults:
2006-08-20 phkMake autostart a tweakable parameter, this is useful...
2006-08-20 phkPull out up to 20 kevents at time instead of just one.
2006-08-20 phkRespect lower pool limit dynamically
2006-08-20 phkRemember to open the shmlog
2006-08-20 phkAdd varnishhist(1) a program that shows the responsetim...
2006-08-20 phkAdd note that send_timeout has DELAYED effect
2006-08-20 phkMake sure we have predictable column numbers by printin...
2006-08-19 phkMake the session timeout and send timeout tweakables.
2006-08-19 phkImplement the first load of tweable parameters
2006-08-19 phkAdd two new CLI commands: param.set and param.show.
2006-08-19 phkcleanup
2006-08-19 phkWe have a number of adjustable parameters, things like...
2006-08-19 phkDon't re-mmap the shmlog in the child, we already did...
2006-08-18 phkRespect and clear TAG also on flush
2006-08-18 phkDo a better job on Connection: header processing in...
2006-08-18 phkSet REG_NOSUB for speed
2006-08-18 phkRemember to clear match bit
2006-08-18 phkMake it possible to select which requests we want to...
2006-08-18 phkTurn the "invcl" array into a flag array so we can...
2006-08-18 phkDeeper listenqueue for HTTP sockets
2006-08-15 desCorrect inverted test in If-Modified-Since logic. ...
2006-08-15 desFix a bug in previous commit: an extra CR LF was insert...
2006-08-15 desBetter 304 responses: include a Date header, and send...
2006-08-13 desImplement the "error" VCL keyword:
2006-08-11 phkWhen -b and -c given, supress "other" messages.
2006-08-11 phkfix formatting glitches in -o mode
2006-08-11 phkAlso mark as client on ReqStart
2006-08-11 phkMake lack of -d option work as expected.
2006-08-11 phkDrop the -h option, it never really worked out.
2006-08-11 phkImprove the shmlog facilities.
2006-08-11 desDirty hack: strip the leading "::ffff:" from v4-to...
2006-08-11 phkAssert regexp != NULL
2006-08-11 phkA NULL pointer does not match a regexp
2006-08-11 phkUse 1:1 for hashbucket:mutex ratio
2006-08-11 phkAdd -T <telnetport> option.
2006-08-11 phkUse the already decoded CSTR where applicable and use
2006-08-11 phkUntil we know of a legitimate use for them, consider...
2006-08-11 phkDon't recognize '\' as magic in CSTR tokens, use %xx...
2006-08-11 phkImprove flexelint setup
2006-08-11 andersbMore meat, and even more debug code. I am free()'ing...
2006-08-11 desRegenerate.
2006-08-11 desWiden left and right margins, and add a blank line...
2006-08-11 desPrint the message separately from the paths to avoid...
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()
next