2006-09-16 |
phk | Use generic param setting stuff |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Make the listen depth a paramter. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Add -p param=value command line argument. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Generalize parameter setting at start up. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Open and close the listen socket when we start and... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Rename the config.* CLI command family to vcl.*. It... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Make the shmlog'ing of vcl execution a parameter. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Add a base64 decoder. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Eliminate the session_grace thing, the inter-request... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Remove the SessionReuse shmem tag, we have little or... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Disable session_grace for now. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | fix more stats |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Fix stats. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Add missing SessionReuse log entries |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Improve portability: Since all log strings are NUL... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Allow session_grace to be set to zero |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Try to avoid sending EOF'ed or ready sessions to the... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Add XXX comment |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Print '-' if we don't have an IP# on startup. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
des | Fix sendfile() on Linux: |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Avoid parking a worker thread on trailing space |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | If after handling a request we find anything in our... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Overhaul NCSA logging. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
andersb | Fixed timestamp so thats it's correct. PHK added a... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
phk | Add the end time as timestamp to the ReqEnd SHM record. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
phk | Dike out Linux senfile, it doesn't work. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
phk | Double the default workspace for the benefit of Blackbe... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
andersb | Made the code more robust but fixing a bug that caused... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
phk | Distinguish the explanation for the first request from... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
phk | Fix timestamps in shm tag StatSess for sessions with... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
phk | chunksize is in kilobytes |
commit | commitdiff | tree | snapshot |
2006-09-12 |
phk | There may be error returns from kevent, don't assert... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
des | Implement sendfile() support for Linux. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
phk | fix typo |
commit | commitdiff | tree | snapshot |
2006-09-11 |
andersb | Getting somewhere. I now have a "full" logline. Apart... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | If we have more threads than the max, kill one if we... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | remember to close pipes |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Use a pipe for synchronization instead. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Redo the worker thread pool locking a bit, all the... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Embellish the mutex debugging a bit |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Move LOCK/UNLOCK macros to cache.h where they belong. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Ignore kevent error return entries |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Only expire when the timer fires |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Piggy-back kevent changes on kevent wait call |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Avoid a startup-race |
commit | commitdiff | tree | snapshot |
2006-09-11 |
andersb | Cleaned up User-Agent and Referer. Both should now... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
des | Check for sendfile(). |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Reduce syscall footprint of expiry and hangman |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Avoid a clock_gettime() call |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | braino in last commit. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Save more time() calls |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | A avoid a time(NULL) call |
commit | commitdiff | tree | snapshot |
2006-09-11 |
phk | Do stats on sendfile/write split. |
commit | commitdiff | tree | snapshot |
2006-09-10 |
andersb | Started to fix output of User-Agent. It was all over... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
phk | Make the fetchers chunksize a parameter, but keep the... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
phk | Add an extra bucket and make it clear how the number... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Missing commit message from previous commit: |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Handle zero length storage objects correctly: Don... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Insert a bunch of asserts to try to catch anything... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Pick up uint32_t from <stdint.h> instead of <sys/types.h> |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Logging for status & response was swapped for generated... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Remove debugging messages. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Add stats counters for large and small free fragments. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | remove "age", it was effectively unused. Revisit the... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Don't clear alloc, it will be done in due time. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Split the freelist by size. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Remove debug entry |
commit | commitdiff | tree | snapshot |
2006-09-07 |
phk | Read more than one session pointer at a time from the... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Don't use binary address anyway, we only want the IP... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Account for header bytes in error and 304 responses. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Move some setup code to first state now that we have it. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Move a bunch of work from the acceptor thread to the... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Move CRC32 into libvarnish |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Give the stats summation its own mutex |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Reduce traffic on the wrk_mtx, saving some syscalls... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Grab the r_recv timestamp at the right time. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Don't bother with SO_NOSIGPIPE, it doesn't always work... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Remove unused timestamp "t0" and save a syscall per... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Save a systemcall by using the same timestamp twice. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Give pool threads 120 second timeout, 10 was close... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Fix the poll acceptor, we need to cache the fd as sp... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Fix buglet in -i/-x name matching |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Allow '-' in identifiers. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Mark responses with Set-Cookie as "pass" |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Add support for inspecting response headers. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Fix the same issue as in the kqueue acceptor: By the... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | Fix a bug in chunked fetching: |
commit | commitdiff | tree | snapshot |
2006-09-06 |
phk | escape control characters in SLT_Debug as %XX |
commit | commitdiff | tree | snapshot |
2006-09-05 |
andersb | Added more outputdata, fixed memory leaks (I think). |
commit | commitdiff | tree | snapshot |
2006-08-24 |
phk | Go through all asserts and mark those which indicate... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
phk | Introduce LOCK() and UNLOCK() macros which does the... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
phk | Give xxxasserts their own backend with a different... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
phk | Split assert into "static check" and "missing code... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
phk | This is a workaround for what is probably a race in... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | Handle backend failure in pass mode |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | These are not used. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | don't service cached objects the last second of their... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | Set response timestamp when we emit an error. |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | Implement error in miss also |
commit | commitdiff | tree | snapshot |
2006-08-23 |
phk | unused variable. |
commit | commitdiff | tree | snapshot |
next |