]> err.no Git - varnish/shortlog
varnish
2006-08-05 phkRemove unused include
2006-08-05 phkMake sure we don't overflow the line buffer
2006-08-05 phkRemove unused "ip" from backend.
2006-08-05 phkCleanup unused stuff
2006-08-05 phkRemove prototypes for no longer existing functions
2006-08-05 phkRemove unused includes
2006-08-05 phkdon't search libevent for includes
2006-08-05 phkstyle fix
2006-08-05 phkRename struct vcls to vclprog
2006-08-05 phkremove old file
2006-08-05 phkChange manager to use mgt_event.h instead of threads...
2006-08-05 phkRemove pthread.h include, it's included in cache.h
2006-08-05 phkRemove debugging printfs
2006-08-05 phkMore bugfixes
2006-08-05 phkAdd assert
2006-08-05 phkbugfixes
2006-08-05 phkAdd signal support.
2006-08-05 phkbugfixes
2006-08-05 phkAdd a miniature event engine based on poll(2).
2006-08-05 andersbGot the IP, Request and User-Agent sorted out. Working...
2006-08-04 phkInitialize all directions to "opposite" for -b and...
2006-08-04 phkUse id for printing
2006-08-04 phkStats field changes
2006-08-04 phkMore comprehensive performance stats and a few asserts...
2006-08-04 phkNow that we keep track of loaded VCLs in the manager...
2006-08-04 phkRedo VCL program handling.
2006-08-04 phkRedo our management of compiled VCL programs:
2006-08-04 phkMove VCL compiler related stuff to mgt_vcc.c
2006-08-04 phkRemove old cli related stuff, it now lives elsewhere
2006-08-04 phkreimplement CLI stats
2006-08-04 phkImplement CLI ping in manager, this is a "per hop"...
2006-08-04 phkMove cli_func_ping to common_cli
2006-08-04 phkSIGCHLD has already been taken care of earlier.
2006-08-04 phkChange the CLI protocol in a subtle but useful way:
2006-08-04 phk(Re)Implement passthru of cli commands, we can now...
2006-08-04 phkAdd CLIS_CANT status code for when something is valid...
2006-08-04 phkTypo: write cli result to correct pipe.
2006-08-03 andersbPlaced a new sbuf_clear at a more strategic place....
2006-08-03 andersbGot a workaround for IP adress fetching. If we connect...
2006-08-03 phkFix copy&paste bug in fetch_chunked.
2006-08-03 phkSanitycheck that the length of an object adds up, right...
2006-08-03 phkImlement stopping and restarting of child process.
2006-08-03 phkMake the pipe-stunt debug process smarter.
2006-08-03 phkTake varnishtester out of the loop until it can be...
2006-08-03 phkAdd stop command as well.
2006-08-03 andersbThink I have found a program structure that works....
2006-08-03 phkRemove libevent from the picture.
2006-08-03 phkRip out the old CLI handling and start over, more or...
2006-08-03 phkRework the cache process CLI handling:
2006-08-02 andersbAdded SessionReuse so I now write a logline for Session...
2006-08-02 andersbStarting to get the structure right (I think). Thx...
2006-08-02 phkAdd an assert, just in case.
2006-08-02 phkFix a bug when deleting items in the binheap
2006-08-02 phklog StatAddr with fd=0 to avoid out-of-order confusion
2006-08-02 phkAllow ENOENT on removing kqueue events, a close will...
2006-08-02 phkTell daemon(3) to not chdir in debugging mode so we...
2006-08-02 phkEnter pass mode through the front door.
2006-08-02 phkMore asserts, sp->vbc this time.
2006-08-02 phkRemember to clear sp->vbc
2006-08-02 phkDon my plumbers outfit and twist a lot of pipes into...
2006-08-02 phkTypo: Also monitor remote sockets with the poll based...
2006-08-02 phkRemove the libevent from the backend pool manager.
2006-08-02 phkAdd <stdarg.h> include
2006-08-02 phkRemove unused struct.
2006-08-02 phkSimplify backend connection memory management.
2006-08-02 phkReplace libevent based acceptor with poll(2) based...
2006-08-02 phkBite the bullet and write an alternate acceptor which...
2006-08-02 phkConvert pipe to use poll(2) on the two filedescriptors...
2006-08-02 phkI have nothing but circumstantial evidence that libeven...
2006-08-02 phkMore miniobj paranoia
2006-08-01 phkMore miniobj checks
2006-08-01 phkMore miniobj checks
2006-08-01 phkMore miniobj checks
2006-08-01 phkmore miniobj checks
2006-08-01 phkFlinting.
2006-08-01 phkMake 32bit limitation work better.
2006-08-01 phkFixx off by one error.
2006-08-01 phkAdd miniobj checks om SMF and STORAGE
2006-08-01 phkThis is getting too longhaired: Give backend connectio...
2006-08-01 phkExperiment: don't use req's workspace to build object...
2006-08-01 phkRecord timestamp when we have received completed HTTP...
2006-07-31 andersbAdded some more toying with the data. All is still...
2006-07-31 phkAlways NUL terminate shmlog entries.
2006-07-31 phkCreate three groups of seven SHMlog tags:
2006-07-31 phkRemove unused variable
2006-07-31 phkaddr might be NULL if we are called from the prefetcher.
2006-07-31 phkAdd http_ClrHeader() and cure an unintended bug-oid...
2006-07-31 phkAdd a http_SetResp() function for constructing HTTP...
2006-07-31 phkLog the headers we store in the object under ObjHeader...
2006-07-31 phkFix the dot-graph
2006-07-31 andersbInitial commit of real structure. This code will print...
2006-07-31 phkIntroduce http_SetHeader() for setting a http header...
2006-07-31 phkDon't fill more than half the workspace with received...
2006-07-31 desClone varnishncsa off of varnishlog. Anders will hack...
2006-07-31 desUnbreak build.
2006-07-28 phk"HEAD" has 4 characters.
2006-07-24 phkremove this file (again)
2006-07-22 phkreorg a little bit.
2006-07-22 phkEliminate redundant args from stevedore->send()
2006-07-22 phkAdd per address, per session and total statistics.
next