]> err.no Git - varnish/shortlog
varnish
2006-09-06 phkFix buglet in -i/-x name matching
2006-09-06 phkAllow '-' in identifiers.
2006-09-06 phkMark responses with Set-Cookie as "pass"
2006-09-06 phkAdd support for inspecting response headers.
2006-09-06 phkFix the same issue as in the kqueue acceptor: By the...
2006-09-06 phkFix a bug in chunked fetching:
2006-09-06 phkescape control characters in SLT_Debug as %XX
2006-09-05 andersbAdded more outputdata, fixed memory leaks (I think).
2006-08-24 phkGo through all asserts and mark those which indicate...
2006-08-24 phkIntroduce LOCK() and UNLOCK() macros which does the...
2006-08-24 phkGive xxxasserts their own backend with a different...
2006-08-24 phkSplit assert into "static check" and "missing code...
2006-08-24 phkThis is a workaround for what is probably a race in...
2006-08-23 phkHandle backend failure in pass mode
2006-08-23 phkThese are not used.
2006-08-23 phkdon't service cached objects the last second of their...
2006-08-23 phkSet response timestamp when we emit an error.
2006-08-23 phkImplement error in miss also
2006-08-23 phkunused variable.
2006-08-23 phkHandle backend connection error in pass mode with a 503
2006-08-23 phkFill shmem log with the reply
2006-08-23 phkgrammar police.
2006-08-23 phkTeach RES_Error() about the canonical response code...
2006-08-23 phkMove defaults from varnishd.c to mgt_param.c and use...
2006-08-23 phkIf CLI is NULL, use stdout.
2006-08-22 phkImplement "error" in vcl_hit()
2006-08-22 phkRedraw must be checked when we update, we cannot trust
2006-08-22 phkOptimize shmlog writing:
2006-08-22 phkConsistent naming of mutex
2006-08-22 desAllow the delay between screen updates to be specified...
2006-08-22 desCorrect the error check for write().
2006-08-22 desSlight optimization: use strlcpy() to avoid calloc().
2006-08-22 phkSwap the '|' and '#' symbols so '#' means "miss", that...
2006-08-22 phkUse different marks for hit & miss
2006-08-22 phkEliminate the MD5 optional code. There is no sufficien...
2006-08-22 desExpand keywords.
2006-08-22 desAllow an empty address if a port is specified; thus...
2006-08-22 phkAdditional marginal improvement:
2006-08-22 phkRework the classic hasher to reduce lock contention...
2006-08-22 desAdd cache_acceptor.h to noinst_HEADERS.
2006-08-22 desAdd strndup() to libcompat.
2006-08-21 phkFlexelint inpired cleanups
2006-08-21 phkGive VBE_ClosedFd() an argument to tell if the fd has...
2006-08-21 phkFix these two up to current standard.
2006-08-21 phkMake it easier to experiement with acceptors by having...
2006-08-21 phkRemove unused #includes
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:
next