2009-01-30 |
tfheen | Move mybe{32,64}enc definitions outside of ifdef so... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
phk | More FlexeLint silencing. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
tfheen | Add missing header file to tarball |
commit | commitdiff | tree | snapshot |
2009-01-28 |
phk | silence a couple of Flexelint complaints. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
phk | Stop processing ESI elements as soon as we discover... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
phk | proper errorchecks for regsub syntax. |
commit | commitdiff | tree | snapshot |
2009-01-27 |
phk | Don't modify the obj_timer_when field outside the binhe... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
phk | Lack of a backend name is no reasonable cause for a... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
phk | Test that we know the purge variable when it is compile... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
phk | Implement the new-purge case where the entire expressio... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
phk | First cut at VCL support for new-purge. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
phk | Don't append a CRNL to the body. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
ingvar | Don't need debug patch outside fedora package |
commit | commitdiff | tree | snapshot |
2009-01-22 |
phk | Move the purgable variables into a CPP table, so we... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
phk | Enforce a minimum ttl for "hit for pass" objects to... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
phk | Add "no match" operator !~ to VCL regexps |
commit | commitdiff | tree | snapshot |
2009-01-19 |
phk | Be much more BOFH about bereq, more asserts, free them... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
tfheen | Make make dist happier; distribute the files we need |
commit | commitdiff | tree | snapshot |
2009-01-19 |
phk | Add a new paramter "purge_hash" which defaults to ... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
phk | Move the vca_pipes to a more proper header file |
commit | commitdiff | tree | snapshot |
2009-01-19 |
phk | Move the fiddling of banned objects to cache_ban.c |
commit | commitdiff | tree | snapshot |
2009-01-19 |
phk | A couple of FlexeLint nits |
commit | commitdiff | tree | snapshot |
2009-01-18 |
phk | List referenced, but gone purges, mark them with a "G" |
commit | commitdiff | tree | snapshot |
2009-01-18 |
phk | Add a protective object to prevent purge.list from... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
phk | Set cost 10 on regexp tests. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
phk | Add the ability to purge on random request or object... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
phk | Implement exact matching and negatives for bans. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
phk | Don't list gone bans. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
phk | Properly quote the ban descriptions. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
phk | Move the body of cli_quote() to vsb_quote() and give... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
phk | redo the purge.list function with proper locking |
commit | commitdiff | tree | snapshot |
2009-01-14 |
phk | After HSH_Lookup() returns NULL indicating a busy objec... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
phk | Originally we shaved 64 bytes from the session to the... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
phk | Add testcase for cli:purge |
commit | commitdiff | tree | snapshot |
2009-01-13 |
phk | Add CLI_PURGE definition |
commit | commitdiff | tree | snapshot |
2009-01-13 |
phk | Commit the old urge facilities to the new world order. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
phk | Change the way bans/purges are stored, so that each... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
phk | Ditch HSH_Compare() and just check the digest with... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
phk | don't overload the waiting list (yet), I suspect it... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
phk | Expand critbit test for more coverage |
commit | commitdiff | tree | snapshot |
2009-01-12 |
phk | Make SHA256 digest standard and use it in hash_classic.c |
commit | commitdiff | tree | snapshot |
2009-01-12 |
phk | Add a minimal testcase of critbit |
commit | commitdiff | tree | snapshot |
2009-01-10 |
phk | Addendum to r3501: remove the file from the list. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
phk | Don't panic if we fail to delete shared objects in... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
phk | Don't panic if the chunked header is ridiculously long... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
phk | This is a regression test |
commit | commitdiff | tree | snapshot |
2009-01-10 |
phk | If we get more HTTP headers than we have room for ... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Minor polishing for the benefit of Glorius Checker... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Make vsb_new() a tad easier for FlexeLint to figure... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Properly ignore the return value from cli_readres(... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Set the status to CLIS_COMMS if we fal to read the... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Remove pointless initialization. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Be more stringent about our timeout: fail even if we... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Check close(2) status. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Assert that realloc() did. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | remove pointless assignment |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Assert fcntl(2) have not failed. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | More flexelinting. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Flexelint'ing |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Adjust to VCL_RET_* being enum instead of bitmap. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Generate VCL_RET_* as enumbering instead of bitmap... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Move the enum MET/RET macros to vcl.h |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Move the enum MET/RET macros to vcl.h |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Flexelint adjustments |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Make VCC_Return_Name() return lower case, and use it... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Use VCC_Return_Name() instead of rolling our own. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Add a VCC_Return_Name() function to convert a return... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
phk | Make it entirely clear to the compiler that the WRONG... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
phk | This is a bandaid for a pointer dereference when "resta... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
phk | Remove http_GetProto(), it's unused. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | Assert lock properly held, inspired by unease about... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | Only fail -T argument if none of the addresses it resol... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | Add test for two corner cases in backend body determina... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | Add regression test for #400 |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | Change the logic that decides when we attempt EOF fetch... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | We should have a body length on a 200 reply |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | Add regressiont test for #409 |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | Add a missing newline |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | Add a missing error check. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | Add regression test for ticket 412 |
commit | commitdiff | tree | snapshot |
2008-12-18 |
phk | A bit of cleanup while I ponder ticket 412: |
commit | commitdiff | tree | snapshot |
2008-12-18 |
ingvar | Changed rpm summary string as requested by the Fedora... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
petter | Fixed so that server_host is the hostname and not IP... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
petter | Initial checkin of a work in progress of the web GUI |
commit | commitdiff | tree | snapshot |
2008-12-09 |
phk | Add support for, and use a new syntax for terminating... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
phk | Increase session workspace to 16k |
commit | commitdiff | tree | snapshot |
2008-12-08 |
phk | Silence debug noise |
commit | commitdiff | tree | snapshot |
2008-12-08 |
phk | Implement the cooling period before objhead's are delet... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
phk | Resolve the remove/lookup race the simple way. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
phk | And as always I forgot to svn add the new file... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
phk | Add preliminary version of lock-less tree based lookup... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
phk | Wrap some long lines |
commit | commitdiff | tree | snapshot |
2008-12-02 |
phk | Fix an embarrasing bug in my Flexlinting of this code... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
phk | Fix build on !FreeBSD systems. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
phk | Various minor cleanups while we wait... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
phk | Shut FlexeLint up about SHA256 implementation. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
phk | We cannot gain a reference to an object unless it has... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
phk | Supress stats in the curses mode until we have see... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
phk | Always release WRW, also on error. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
phk | Add asserts to find where WRW is leaking in ticket 390 |
commit | commitdiff | tree | snapshot |
next |