2008-06-08 |
phk | If we decide not to eliminate the worker thread, proper... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
phk | Redo the way we manage the thread pool(s). |
commit | commitdiff | tree | snapshot |
2008-06-06 |
phk | Spell "X-Forwarded-for" as "X-Forwarded-For", this... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
phk | Duh! |
commit | commitdiff | tree | snapshot |
2008-06-05 |
phk | Add an XXX comment. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
phk | We don't need srandomdev.h here anymore. |
commit | commitdiff | tree | snapshot |
2008-06-05 |
phk | Add a new-line before, and reword some of the default... |
commit | commitdiff | tree | snapshot |
2008-06-05 |
phk | Get the sign right on FIONBIO ioctl. |
commit | commitdiff | tree | snapshot |
2008-06-02 |
phk | Add a "timeout counter" and cleans the timeout sockets... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
phk | Overhaul the regexp purge/ban code, with a detour aroun... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
phk | Go over the Telnet/CLI code in the manager process. |
commit | commitdiff | tree | snapshot |
2008-05-30 |
phk | I belive this fixes the ESI issue that JT Justman has... |
commit | commitdiff | tree | snapshot |
2008-05-30 |
phk | Add a new backend attribute in VCL: "connect_timeout". |
commit | commitdiff | tree | snapshot |
2008-05-30 |
phk | Back in the mists of time, the SocketWizards were so... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
phk | Add a new vcl function regsuball() |
commit | commitdiff | tree | snapshot |
2008-05-26 |
phk | Be more consistent about sockets and blocking/non-block... |
commit | commitdiff | tree | snapshot |
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 |
next |