]> err.no Git - varnish/shortlog
varnish
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...
2008-03-19 dess/remove/unset/, but keep remove as an alias for backwa...
2008-03-16 desThe value of HTTP_HDR_MAX is not visible to the preproc...
2008-03-13 phkUse a private cond-var for each worker thread, instead...
2008-03-13 phkMake VSLR() static, it's unused outside shmlog.c
2008-03-13 phkAdd a DSL() macro for diagnostic shmlogging and use it.
2008-03-13 phkDon't shmlog ECONNABORTED
2008-03-13 ssmDebian packaging: Do not include the upstream INSTALL...
2008-03-12 desRefactor, implement random mode.
2008-03-12 phkFurther revamp the CLI handling in the cacher process...
2008-03-12 phkAdd a CLI support function for concatenating two cli_pr...
2008-03-12 phkGive cacher private cli functions a private prefix...
2008-03-12 phkRework the manager/cacher cli relationship, so that...
2008-03-12 phkChange the default cli help function to ignore options...
2008-03-11 desSlightly more elegant version of the previous commit...
2008-03-11 desFix a couple of glaring errors in vca_pollspace().
2008-03-11 desVSL_H_Print() prints a 'b' in the third column for...
2008-03-10 phkThis is slightly experimental:
2008-03-10 ssmDebian packaging: Move control file "docs" to "varnish...
2008-03-10 ssmDebian packaging: Fix syntax error in varnishlog init...
2008-03-10 ssmDebian packaging: Add changelog entry for 1.2-0
2008-03-10 ssmDebian packaging: removing obsolete TODO file
2008-03-10 ssmDebian packaging: Allow adjustment of maximum locked...
2008-03-09 desBraino in previous commit.
2008-03-09 desInclude complete headers with each replayed request.
2008-03-09 desAdd -k option which specifies the number of log entries...
2008-03-08 desAdd a -s option which specifies a number of entries...
2008-03-08 desIf it looks like a new request starts before a previous...
2008-03-08 desdump.pool was removed a while ago.
2008-03-07 ingvarThis is more pre-2.0 than 1.1.2+
2008-03-07 phkLog free object workspace instead of used to get the...
2008-03-07 phkAdd diagnostic features to keep track of object workspa...
2008-03-07 phkSplit the http_workspace into sess_workspace and obj_wo...
2008-03-07 phkAttempt to mlock(2) SHMFILE in core.
2008-03-07 phkKeep track of how often we flush the private shm buffer...
2008-03-07 phkPut waiting list shmlogs under diag_bitmap
2008-03-05 phkCheck EOF as bitflag in kqueue return flags
2008-03-04 desRelax assertions, and fix the build.
2008-03-04 desRegen
2008-03-04 desDefine obj.hash in the correct place, and regen.
2008-03-04 desImplement obj.hash.
2008-03-04 desRemove duplicate allocation.
2008-03-04 desThe final piece of the double -> string puzzle.
2008-03-04 phkPolish CLI output
2008-03-03 desRegen for VRT_double_string()
2008-03-03 desClean up the int -> str and ip -> str conversion code...
2008-02-29 phkWorkaround: ignore uncached objects in EXP_Touch()
2008-02-26 phkGo over the expiry and LRU code once more:
2008-02-26 phkFix a bug in the hangman code: conversion from object...
2008-02-26 phkGive the random director its own magic
2008-02-26 phkGet the pthread_mutex_trylock() assert right, the error...
2008-02-25 phkAvoid asserting on correct errno from pthread_mutextryl...
2008-02-25 phkExplicitly initialize errno to zero before mutex ops.
2008-02-23 phkThe expiry module keeps all cached objects on two data...
next