- 02 Jan, 2014 3 commits
-
-
Poul-Henning Kamp authored
Fixes #1398
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
(And Happy New Year!)
-
- 20 Dec, 2013 11 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
bother with compat-crap for srandomdev()
-
Poul-Henning Kamp authored
srandomdev() any more
-
Poul-Henning Kamp authored
-
- 18 Dec, 2013 2 commits
-
-
Poul-Henning Kamp authored
Hit by: scoof
-
Poul-Henning Kamp authored
-
- 17 Dec, 2013 8 commits
-
-
Poul-Henning Kamp authored
headers, we need to purge all traces of it, before we construct our 503 response, otherwise we risk failing to set important headers, such as "Connection: close". Fixes #416 (again)
-
Andreas Plesner authored
-
Andreas Plesner authored
-
Andreas Plesner authored
-
Poul-Henning Kamp authored
rather than just the ttl. Fixes #1268 Spotted by: daghf Partial fix by: gquintard
-
Poul-Henning Kamp authored
is not the same as a positive TTL any more.
-
Poul-Henning Kamp authored
"shortlived" test puts the object in Transient. Patch by: gquintard Fixes #1387
-
Poul-Henning Kamp authored
Fixes #1323 Spotted & fix by: gquintard
-
- 16 Dec, 2013 2 commits
-
-
Poul-Henning Kamp authored
we cannot just throw the storage away, we have to wait for the fetch-thread to go away, possibly in response to a new "abandon" signal. Spotted first by: scoof Fixes #1391
-
Poul-Henning Kamp authored
-
- 13 Dec, 2013 7 commits
-
-
Poul-Henning Kamp authored
right order: Init is done first to last "inifin", Fini is done in opposite order, last to first. This replaces the several ad-hoc facilities we had.
-
Poul-Henning Kamp authored
-
Andreas Plesner authored
-
Andreas Plesner authored
-
Andreas Plesner Jacobsen authored
-
Poul-Henning Kamp authored
random bits of memory to each other. I have added a "len" field to the vmod_priv structure and used that for BLOB's. We may need some memory-mgt beauty/convenience functions for this.
-
Poul-Henning Kamp authored
A new parameter, $ban_lurker_age, sets a minimum age bans must have before the lurker will touch them. This way the lurker stays out of the "rush" that happens right after a ban has been added. Another new parameter, $ban_lurker_batch, determines how many objects the lurker will examine, before it takes a $ban_lurker_sleep in order to not monopolize CPU.
-
- 12 Dec, 2013 7 commits
-
-
Poul-Henning Kamp authored
duplicated bans while it runs. Stumbled on by: scoof Fixes #1390
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Spotted by: martin Eliminate some dead code and make sure that the tail-pruner runs, also when the lurker is busy.
-
Poul-Henning Kamp authored
it basically didn't work as intended any more.
-
Martin Blix Grydeland authored
output.
-
Tollef Fog Heen authored
Fixes: #1381
-