]> err.no Git - varnish/shortlog
varnish
2006-07-19 phkUpdate only once per second.
2006-07-19 phkMake sure width and precision arguments to printf ...
2006-07-19 phkDon't panic on NULL srcaddr, but revisit later when...
2006-07-19 phkDelete the right list item.
2006-07-19 phkDon't bother determining if we should close if we alrea...
2006-07-19 phkMake sure hp->v is NUL terminated.
2006-07-19 phkUse miniobj.h to catch pointer trouble
2006-07-19 phkAdd miniobj.h for debugging
2006-07-19 phkAvoid the Error path for now.
2006-07-19 phkhandle 302 for now.
2006-07-19 phkProperly zero the worker structure when we start a...
2006-07-18 phkeliminate debugging
2006-07-18 phkDelete binheap root by it's index.
2006-07-18 phkFix the Parent calculation
2006-07-18 phkSet the index of deleted elements to zero
2006-07-18 phkMove the root index from zero to one
2006-07-18 phkRemove the deref/unbusy stuff from FetchBody() it's...
2006-07-18 phkAssert that object is busy when we call unbusy
2006-07-18 phkUse a void * for http_Read()'s buffer
2006-07-18 phkBraino this time.
2006-07-18 phktypo
2006-07-18 phkAdd http_Read() which reads from a socket but soaks...
2006-07-18 phkUse bigger buffersizes for pass mode
2006-07-18 phkRetire the http_GetReq(), http_GetURL() and http_GetPro...
2006-07-18 phkpolish
2006-07-18 phkzero means 'all' to http_GetTail()
2006-07-14 phkuse space to separate host and port in -b
2006-07-14 phkUse space to separate host and port in backend spec.
2006-07-14 phkWhen during a lookup we encounter a busy object, queue...
2006-07-14 phkHave the acceptor launch the session into STP_RECV
2006-07-14 phkUse the fact that we have the worker thread in struct...
2006-07-14 phkHave the states tell us if we are done yet with their...
2006-07-14 phkPut a starttime in shmem so varnishstat can show averag...
2006-07-14 phkFlexelint'ing, found a spurious ';'
2006-07-14 phkMore SHM creation polishing
2006-07-14 phkBetter and more paranoid SHMEM creation logic
2006-07-14 phkpropset Id
2006-07-14 phkChange "client" to "srcaddr", it's more descriptive.
2006-07-14 phkRework the way we do ascii representations of addresses
2006-07-14 phkMove session management to new file (cache_session...
2006-07-12 phkMore Flexelinting
2006-07-12 phkMore flexelinting.
2006-07-12 phkFlexelint harder.
2006-07-12 phkGive this file a flexelinting
2006-07-12 phkImprove the INCOMPL() macro.
2006-07-12 phkMore polishing.
2006-07-12 phkMove sessmtx to cache_vcl.c and call it vcl_mtx.
2006-07-12 phkImplement "insert_pass" mode where we cache that an...
2006-07-12 phkMake Pass possible from vcl_hit()
2006-07-12 phkEnable Id keyword
2006-07-12 phkFirst stab at implementing pass in vcl_miss()
2006-07-12 phkAdd explanation for locking, some minor polishing.
2006-07-12 phkHash on both URL and Host header. If no host header...
2006-07-12 phkMake Pass work again
2006-07-12 phkMake pipe work again
2006-07-12 phkFix CLI "config.load"
2006-07-12 phkAlways insert a backend when vcl is compiled.
2006-07-12 phkTeach the VCL compiler about default functions, so...
2006-07-12 phkPause after 'vcl' command
2006-07-11 phkEOF detection in libevent is buggy ?? Add exit cmd.
2006-07-11 phkadd a req command, various adjustments
2006-07-11 phkAdd Pause() and Resume() to pace script execution
2006-07-11 phkAdd a printf when cached is ready for the benefit of...
2006-07-11 phkopen and close commands
2006-07-11 phkA vcl keyword for loading a new config
2006-07-11 phkAdd "cli" to tell varnishd things
2006-07-11 phkIf the first char of the serve string is '!', close...
2006-07-11 phkAdd a server facility to act as backend for varnish
2006-07-11 phkMinimal ability to start and stop a varnishd
2006-07-11 phkGive 'exit' CLI command some bite. we may want to...
2006-07-11 phkUnbuffer stdout/stderr
2006-07-11 phkAdd stub varnishtester program
2006-07-11 phkStart the cache process automatically, I've gotten...
2006-07-11 phkAllow backend to be specified as "host:port" to -b
2006-07-11 phkadd short descriptive comments to each state
2006-07-11 phkDistribute code from FetchSession almost correctly
2006-07-11 phkAdd "insert_pass" action in VCL
2006-07-11 phkMake things work again by stuffing the old functions...
2006-07-11 phkThis commit breaks warnish temporarily:
2006-07-11 phkAdd enum for major procesing steps
2006-07-11 phkStart centralizing the flow of requests through varnish...
2006-07-11 phkMake -b and -c less nonsensical when not specified
2006-07-11 phkPipe requests which come with an Expect header.
2006-07-11 desDocument -b and -c, and bump date.
2006-07-11 phkAdd -b[ackend] and -c[lient] generic options to logtailers
2006-07-11 phkAdd 500 messages.
2006-07-11 phkSplit http_Dissect() into http_DissectRequest() and...
2006-07-11 desAdd cross-references and a commented-out STANDARDS...
2006-07-11 desAdd a note to update varnishlog(1) whenever this list...
2006-07-11 desAdd cross-references.
2006-07-11 desDocument the -C, -I, -X, -i, -x options.
2006-07-10 phkAdd varnishtop log-tailer.
2006-07-10 phkFix so that both -I and -X can be specified
2006-07-10 phkImplement -C, -I <regex> and -X <regex> generic options
2006-07-10 phkAdd tag names array to libvarnishapi, everybody is...
2006-07-10 phkImprove libvarnishapi interface to shared memory:
2006-07-10 phkMore statistics about worker threads.
2006-07-10 phkRewrite the worker thread pool code.
2006-07-10 phkuse explicit eventbase.
2006-07-10 phkDon't ever set current_base in our version of libevent...
next