2008-05-26 |
phk | Backend sockets are always in blocking mode. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
phk | Add TCP_blocking() and TCP_nonblocking() and use them... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
phk | Add compiler command for Solaris. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
ssm | Example VCL: Cleanup and update for varnish version... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
phk | Remove an assert which is no longer true in the case... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
phk | Make it possible for the acceptor to provide a method... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
phk | Missing handling of sp->restarts and sp->director. |
commit | commitdiff | tree | snapshot |
2008-04-16 |
phk | SIZE_MAX is not spelled SIZE_T_MAX in polite company. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
phk | Polish up the malloc allocator to make it more useful... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
phk | Remove trailing blank from error message |
commit | commitdiff | tree | snapshot |
2008-04-08 |
phk | Wrap long line |
commit | commitdiff | tree | snapshot |
2008-04-03 |
bahner | svn-externals debian svn://svn.debian.org:/svn/pkg... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
bahner | Debian pakking er flyttet til svn://svn.debian.org... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
phk | Emit an extra CR+NL after the end of chunked encoding. |
commit | commitdiff | tree | snapshot |
2008-03-31 |
phk | Fix ESI documents with multiple includes. |
commit | commitdiff | tree | snapshot |
2008-03-31 |
phk | spelling fixes |
commit | commitdiff | tree | snapshot |
2008-03-31 |
phk | Fix a memoryleak relating to hash strings, found by... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
phk | Fix three memory leaks related to vsb's not being vsb_d... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
phk | Explain to FlexeLint that vsb_new()/vsb_delete() are... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
phk | I'm amazed that we have been able to spell "Authorizati... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
phk | If the backend does not transmit a respose string,... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
kobold | small fixes to the debian packaging: removed a lintian... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
des | s/remove/unset/, but keep remove as an alias for backwa... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
des | The value of HTTP_HDR_MAX is not visible to the preproc... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
phk | Use a private cond-var for each worker thread, instead... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
phk | Make VSLR() static, it's unused outside shmlog.c |
commit | commitdiff | tree | snapshot |
2008-03-13 |
phk | Add a DSL() macro for diagnostic shmlogging and use it. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
phk | Don't shmlog ECONNABORTED |
commit | commitdiff | tree | snapshot |
2008-03-13 |
ssm | Debian packaging: Do not include the upstream INSTALL... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
des | Refactor, implement random mode. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
phk | Further revamp the CLI handling in the cacher process... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
phk | Add a CLI support function for concatenating two cli_pr... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
phk | Give cacher private cli functions a private prefix... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
phk | Rework the manager/cacher cli relationship, so that... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
phk | Change the default cli help function to ignore options... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
des | Slightly more elegant version of the previous commit... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
des | Fix a couple of glaring errors in vca_pollspace(). |
commit | commitdiff | tree | snapshot |
2008-03-11 |
des | VSL_H_Print() prints a 'b' in the third column for... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
phk | This is slightly experimental: |
commit | commitdiff | tree | snapshot |
2008-03-10 |
ssm | Debian packaging: Move control file "docs" to "varnish... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
ssm | Debian packaging: Fix syntax error in varnishlog init... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
ssm | Debian packaging: Add changelog entry for 1.2-0 |
commit | commitdiff | tree | snapshot |
2008-03-10 |
ssm | Debian packaging: removing obsolete TODO file |
commit | commitdiff | tree | snapshot |
2008-03-10 |
ssm | Debian packaging: Allow adjustment of maximum locked... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
des | Braino in previous commit. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
des | Include complete headers with each replayed request. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
des | Add -k option which specifies the number of log entries... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
des | Add a -s option which specifies a number of entries... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
des | If it looks like a new request starts before a previous... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
des | dump.pool was removed a while ago. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
ingvar | This is more pre-2.0 than 1.1.2+ |
commit | commitdiff | tree | snapshot |
2008-03-07 |
phk | Log free object workspace instead of used to get the... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
phk | Add diagnostic features to keep track of object workspa... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
phk | Split the http_workspace into sess_workspace and obj_wo... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
phk | Attempt to mlock(2) SHMFILE in core. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
phk | Keep track of how often we flush the private shm buffer... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
phk | Put waiting list shmlogs under diag_bitmap |
commit | commitdiff | tree | snapshot |
2008-03-05 |
phk | Check EOF as bitflag in kqueue return flags |
commit | commitdiff | tree | snapshot |
2008-03-04 |
des | Relax assertions, and fix the build. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
des | Regen |
commit | commitdiff | tree | snapshot |
2008-03-04 |
des | Define obj.hash in the correct place, and regen. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
des | Implement obj.hash. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
des | Remove duplicate allocation. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
des | The final piece of the double -> string puzzle. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
phk | Polish CLI output |
commit | commitdiff | tree | snapshot |
2008-03-03 |
des | Regen for VRT_double_string() |
commit | commitdiff | tree | snapshot |
2008-03-03 |
des | Clean up the int -> str and ip -> str conversion code... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
phk | Workaround: ignore uncached objects in EXP_Touch() |
commit | commitdiff | tree | snapshot |
2008-02-26 |
phk | Go over the expiry and LRU code once more: |
commit | commitdiff | tree | snapshot |
2008-02-26 |
phk | Fix a bug in the hangman code: conversion from object... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
phk | Give the random director its own magic |
commit | commitdiff | tree | snapshot |
2008-02-26 |
phk | Get the pthread_mutex_trylock() assert right, the error... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
phk | Avoid asserting on correct errno from pthread_mutextryl... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
phk | Explicitly initialize errno to zero before mutex ops. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
phk | The expiry module keeps all cached objects on two data... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
phk | Make cache_expire.c pick up its own reference on the... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
phk | Fix obj.last_use: We cannot use obj.lru_stamp, as... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
phk | Only move objects to the tail of the LRU queue if we... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
phk | Introduce a TRYLOCK() macro, and remove two ';' which... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
phk | obj->lru_stamp is on TIM_real() not TIM_mono(). |
commit | commitdiff | tree | snapshot |
2008-02-23 |
phk | Remove unused last_check member and TIM_mono() call |
commit | commitdiff | tree | snapshot |
2008-02-23 |
phk | Rename EXP_TTLchange() to EXP_Rearm() and move binheap... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
phk | Dispose of VCL reference count if we drop parked sessio... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
des | We don't need cryptographic-strength randomness here... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
des | Dump some information about the VCL configuration if... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
des | Where applicable, use SPAZ() instead of AZ(). |
commit | commitdiff | tree | snapshot |
2008-02-21 |
des | Add SPAZ() and SPAN() macros which combine AZ() and... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
ssm | Typo patrol |
commit | commitdiff | tree | snapshot |
2008-02-20 |
ssm | Debian packaging: Disable running of varnishlog by... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
phk | Count directors as backends. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
phk | Make logging of mutex operations or just contests contr... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
phk | Oops, this should not have been deleted in my previous... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
des | If HSH_Lookup() returns non-NULL, assert that sp->objhe... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
phk | Move the #include of heritage.h to cache.h. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
phk | Revise the kqueue_acceptor with a sledgehammer. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
des | Move the assertions around; it is apparently possible... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
phk | Uncapitalize DIAGNOSTICS, since diag_bitmap is not... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
phk | Move kqueue debugging under diag_bitmap control |
commit | commitdiff | tree | snapshot |
2008-02-18 |
phk | Move the workspace debugging under diag_bitmap control. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
phk | Move the logging of state engine states to use the... |
commit | commitdiff | tree | snapshot |
next |