2008-02-15 |
phk | Unused variable |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Define VARNISH_STATE_DIR |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Somebody ate my ')' on the way to the commit. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Tell if we could not write the PID file. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Flexelint does not react to the assert, so tell it... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Check VLU_Fd return for good measure. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Remove a spurious debugging message. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Assert that VCC did its job with respect to weights. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Insist on a non-zero weight for random director memeber... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Don't advance the token in vcc_UintVal(), that prevents... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Use the abort2(2) function to record our panic string... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Add a paramter for maximum CLI buffer size and use... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Give uint parameters the same treatment as bool and... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Rewrite the childs CLI handling to use VLU |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Remove a duplicated message on the childs stdout. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | A Give VLU_New() an optional buffersize argument |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Log everything we see on the childs stdout/stderr to... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Add VLU (Varnish Line Up) a copy of LineUp from my... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Add ALLOC_OBJ macro |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Move the sizeof debugging output to an undocumented... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | remove dump.pool prototype |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | remove the undocumented and unimplemented dump.pool... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Give the param structure a void *priv, and use it to... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Adjust to direct inclusion of config.h |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Determine our backend (using the director) before we... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
phk | Put a ULL suffix on numeric constants too large for... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
des | Detect and gracefully recover from what appears to... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
des | Regenerate |
commit | commitdiff | tree | snapshot |
2008-02-13 |
des | Forgot config.h here |
commit | commitdiff | tree | snapshot |
2008-02-13 |
des | Never mind trying to avoid libm, we already use it... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
des | Enable tests + allow overrides from command line. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
des | SLT_Length is not relevant for backend requests. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
des | Disable tools that require curses if no curses library... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
des | Use #include "config.h" instead of -include config.h |
commit | commitdiff | tree | snapshot |
2008-02-13 |
des | Rewrite str2bytes, add unit test |
commit | commitdiff | tree | snapshot |
2008-02-13 |
des | Some source files (especially in libraries) have embedd... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
phk | Fix a bug relating to vbe_conn statistics counter. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
phk | Go over the backend code and privatize a lot of stuff |
commit | commitdiff | tree | snapshot |
2008-02-13 |
phk | Add two new stat fields for counting bereq's and backends. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
phk | Add a parameter for controlling caching of vbe_conn... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
phk | Fix example to new backend syntax |
commit | commitdiff | tree | snapshot |
2008-02-12 |
ssm | Add information to \"-a\" about how to listen on multip... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
des | Update backend declaration syntax. Note that a) vcl... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
des | Separate the handling of backend and client requests... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
des | Alphabetize command-line options. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
phk | <sys/types.h> required by <sys/mman.h> |
commit | commitdiff | tree | snapshot |
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 |
next |