2008-02-07 |
phk | Make the random director work, and remove the old code. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
phk | Emit the vcl_name from the backend host. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
phk | Remove ident string from directors, they are not recycled. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
phk | Use the correct ident (nuke the other one) and do only... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
des | _islocked_np() was renamed to isowned_np() in FreeBSD. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
phk | First part of major backend overhaul. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
phk | VBE_AddBackend() needs to always return the backend... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
phk | I forgot to include the vcl_name of the random director... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
ssm | Add more settings to vcl-mode.el, and make them customi... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
ssm | Add vcl_fetch to list of subroutines |
commit | commitdiff | tree | snapshot |
2008-02-05 |
ssm | Put vcl-mode.el nearer to working order |
commit | commitdiff | tree | snapshot |
2008-02-05 |
phk | Add the missing bits to actually allow discards of... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
phk | Add a discard flag to the VCL_conf. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
phk | Rename VBE_NewBackend() to VBE_AddBackend() and make... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
phk | We assume that all CLI processing in the child process... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
phk | cli_out() already has NULL check. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
ssm | Add a VCL major mode for emacs |
commit | commitdiff | tree | snapshot |
2008-02-04 |
phk | Backend fini functions are methods of the class, call... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
phk | Add X-ref definition of random directors. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
phk | Complete the VCC part of random directors, runtime... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
ssm | Typo patrol |
commit | commitdiff | tree | snapshot |
2008-02-04 |
ssm | Add documentation for req.hash |
commit | commitdiff | tree | snapshot |
2008-02-04 |
phk | GC support code for the old backend specification code. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
des | Clean up checks for non-portable pthread extensions... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
des | Centralize <pthread_np.h> include, and use pthread_mute... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
phk | Look for the new SF_SYNC facility in FreeBSDs sendfile... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
des | Add an ALOCKED() macro which asserts that a mutex is... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
des | Update copyright; also convert a couple of files from... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
des | Mention that varnishd(1) has a list of commands and... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Add flexelint files |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Silence FlexeLint |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Silence FlexeLint: use a union for sockaddr sizing... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Flexelint silencing: a (), a couple of const and cast. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Silence FlexeLint: ignore returns, a constification... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Silence Flexelint |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Flexelint silencing |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Flexelint silencing: constification, mark ignored retur... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Assert non-NULL pointer return. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Make sure we get the right assert() macro. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Remove unused #include |
commit | commitdiff | tree | snapshot |
2008-01-30 |
phk | Check various return values (or not) to reduce Flexelin... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
phk | I am not sure if this is a/the race some users are... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
phk | More FlexeLint inspired cleanup |
commit | commitdiff | tree | snapshot |
2008-01-29 |
phk | Flexelint inspired polishing |
commit | commitdiff | tree | snapshot |
2008-01-29 |
phk | missing #ifdef HAVE_SENDFILE |
commit | commitdiff | tree | snapshot |
2008-01-29 |
phk | Specifically mark return values we do not wish to check. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
phk | Close another possible NULL dereference |
commit | commitdiff | tree | snapshot |
2008-01-29 |
phk | Fix a possible NULL dereference. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
phk | Use getdtablesize() to size bitmap if we have it. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
phk | Add a check to ensure that the event handler is never... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
phk | Finish (the "easy") part of degraded mode: |
commit | commitdiff | tree | snapshot |
2008-01-28 |
phk | Introduce obj.grace variable: |
commit | commitdiff | tree | snapshot |
2008-01-28 |
phk | Instead of sleeping as soon as we see a busy object... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
phk | With Vary, Prefetch and degraded mode, a session sleeps... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
phk | Deoptimize the central object matching loop in the... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
des | Don't print strerror(errno) unless errno != 0. |
commit | commitdiff | tree | snapshot |
2008-01-25 |
des | Roundup of old uncommitted changes: Getopt::Long cleanu... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
ssm | Debian packaging: Add an override to the lintian progra... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
des | Improve readability, such as it is. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
des | It is possible for VSS_parse() to succeed and return... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
des | Implement URL banning. It is now possible to use the... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
des | Don't assume that res0 != NULL automatically means... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
des | Add -c and -r options: |
commit | commitdiff | tree | snapshot |
2008-01-23 |
phk | Always dispose of the reason from mgt_cli_askchild... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
phk | mgt_cli_askchild() always returns a pointer. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
phk | Make sure to always NULL the pointer argument to cli_re... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
phk | Protect all vsb's (sbufs) with an assert that they... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
phk | Make sure WRK_Flush() always resets w->niov so WRK_Writ... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
phk | Add helper functions to check and report errors when... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
phk | Parse a random director into an appropriate data structure, |
commit | commitdiff | tree | snapshot |
2008-01-22 |
phk | Make it possible to refer to backend hosts (== simple... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
ssm | Debian packaging: update changelog |
commit | commitdiff | tree | snapshot |
2008-01-22 |
phk | Bail if there are multiple .host or .port fields in... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
ssm | Debian packaging: Only reload varnishlog if it is running. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
ssm | Debian packaging: Add a debian revision to the version... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
phk | Start the long awaited overhaul of the backend code... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
phk | Make sure to terminate the movement of a request's... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
ssm | Use 192.0.2.0/24 in our examples, this net is reserved... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
phk | Rework the handling of message-bodies in requests to... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
phk | Missed an assignment in last commit. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
phk | Make the destination pointer optional to http_GetHdr... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
phk | Mark return value as intentionally unused. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
phk | Make Flexelint happier about our private ctype. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
phk | Introduce the TRUST_ME() macro for voilating the C... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
phk | Move the enum out of the struct to cater for marginal... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
phk | fix spelling mistake reported in #183 |
commit | commitdiff | tree | snapshot |
2008-01-16 |
phk | Fix ticket #179: non-ascii reason-phrase. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
phk | Pave more road for prefetch: |
commit | commitdiff | tree | snapshot |
2008-01-14 |
phk | Add SHM tag VCL_info for informative messages from... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
phk | Add support for obj.prefetch variable |
commit | commitdiff | tree | snapshot |
2008-01-14 |
phk | Add VCC support for: |
commit | commitdiff | tree | snapshot |
2008-01-14 |
phk | Add missing ERRCHK() to suppress subsequent syntax... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
phk | Not all curses have KEY_RESIZE |
commit | commitdiff | tree | snapshot |
2008-01-10 |
phk | Use IOV_MAX as limit if it is smaller on (HTTP_HDR_MAX... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
phk | Don't even look for senfile, it doesn't work for what... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
phk | Make inlining C with C{ ... }C legal at the toplevel... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
phk | Simplify calculation of storage file by using str2bytes... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
des | Remove files which confuse users who mistake them for... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
phk | Extend the str2bytes() function to also cope with perce... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
phk | Add -l argument for specifying shared memory log size. |
commit | commitdiff | tree | snapshot |
next |