2009-02-23 |
phk | Move on to the worker process side of persistent storage |
commit | commitdiff | tree | snapshot |
2009-02-23 |
phk | The SHA256 is outside the signature struct |
commit | commitdiff | tree | snapshot |
2009-02-23 |
phk | A bit of FlexeLint nitpicking |
commit | commitdiff | tree | snapshot |
2009-02-23 |
phk | Create/validate the three signed tables (ban1+2, segments) |
commit | commitdiff | tree | snapshot |
2009-02-23 |
phk | Add symbolic SHA256_LEN for the size of the digest. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
phk | Code to create, map and ident the storage silo |
commit | commitdiff | tree | snapshot |
2009-02-23 |
petter | Gain some speed by at least creating index on the stat... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
phk | Bring in the first inkling of the persistent storage... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
phk | Move the catalogs of storage and hash modules closer... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Some constifications |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Handle worker thread on subrequests correctly |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Don't clean on every request, that was for debugging... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Don't try to rush waiting sessions of refcount is zero... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Add a lot more paranoia asserts |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Put the cleanup next to the preallocation and remember... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Add a delta-stats structure to worker threads and keep |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Make "hcb.dump" a CLI command |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Add a argument to the stat_field macro, to be used... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
petter | Open the socket non-blocking so we can time out if... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
petter | Added possibility to add nodes to a group without have... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Be more defensive around objhead retirement. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
phk | Remove unused hoh_digest |
commit | commitdiff | tree | snapshot |
2009-02-20 |
petter | Forgot to escape \ when sending VCL to management port |
commit | commitdiff | tree | snapshot |
2009-02-19 |
phk | Split a couple of generally useful routines out of... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
petter | Some minor cosmetics and bugs discovered during documen... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
petter | A mojor update to the web GUI, unfortunately all done... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
tfheen | Make sure we have a C99 compiler |
commit | commitdiff | tree | snapshot |
2009-02-17 |
des | Correct and complete description of -a. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
phk | with the prefetch timer out of the way, we do not need... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
phk | Now that we only have one timer firing, remove stuff... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
phk | Eliminate prefetch, grace was a much better idea. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
phk | Assert that we got an objcore |
commit | commitdiff | tree | snapshot |
2009-02-17 |
phk | Move the ttl from object up to the objcore |
commit | commitdiff | tree | snapshot |
2009-02-17 |
phk | Move the pass flag from the object to the objcore. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
tfheen | Remove __BEGIN_DECLS and __END_DECLS as those do not... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
phk | Convert assert to error report |
commit | commitdiff | tree | snapshot |
2009-02-17 |
tfheen | Add documentation for cli_banner |
commit | commitdiff | tree | snapshot |
2009-02-16 |
phk | Allow for pass opbjects not having a objcore |
commit | commitdiff | tree | snapshot |
2009-02-16 |
phk | Move the object busy flag up to the objcore. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
phk | Compress objcore a bit more by squezing 32 bit fields... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
des | Correct copyright and attribution. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
phk | Reduce objhead size by overloading. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | To prevent masking bugs, disable auto_restart by default. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | Make sure to clean the VBE properly before releasing it. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | Add two hidden CLI commands for panic'ing the master... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | Use semaphores instead of delays |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | Don't copy the debug flag around, make it a global... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | vi(1) 'x' key misfire. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | Disable CLI banner when running tests. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | Add a "banner" command to the CLI interface. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | Update copyright year |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | Add VLU_Data() function for injecting input |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | parameter name change "acceptor" -> "waiter" |
commit | commitdiff | tree | snapshot |
2009-02-13 |
phk | Due to lack og foresight,the threads that keep an eye... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
phk | Move the LRU timestamp from the objcore to the object... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
phk | Move objcore over objects, so that objhead has a list... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
tfheen | Merge r3752: Added som changelog changes from fedora... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
tfheen | Merge r3751 into trunk: Packaging fixes |
commit | commitdiff | tree | snapshot |
2009-02-11 |
phk | Pull struct objexp out of the closet and call it objcore. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
des | Fix backslashes. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
des | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | Regression testcase for #433 |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | Overhaul the ESI parser in light of #433 and the prospe... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | Add line numbers to this test, so we can see where... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | Add a counter for esi parse errors and test it in all... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | Add bodylen expects to the ESI test cases |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | Update this test to actually test what it should. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | Make it possible (at great performance loss) to force... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | Mark that we do limited segment size fetches for debugging |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | Opps, debugging hack leaked in. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | The esi detector should also spot esi comments. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
phk | Add an (unlocked) counter for number of ESI objects... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
phk | Close a race where VCL tries to modify the obj.ttl... |
commit | commitdiff | tree | snapshot |
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 |
next |