- 10 Aug, 2011 5 commits
-
-
Tollef Fog Heen authored
Put esi → do_esi in upgrade checklist, fix markup typo. Fixes #974
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
Document the TTL record.
-
Poul-Henning Kamp authored
Simplify the move from sp->wrk to sp->obj accordingly. Add a diagram that explains how ttl, grace & keep related to each other. Fix VCL's obj.ttl variable to appear to be relative to "now" rather than obj->entered. (#956) Also log SLT_TTL when we change obj.grace and obj.keep Make SLT_TTL always have the same format: XID "RFC" or "VCL" obj.ttl obj.grace obj.keep obj.entered obj.age In addition "RFC" has: obj.date obj.expires obj.max-age Fixes #956 Thanks to: DocWilco
-
Poul-Henning Kamp authored
-
- 09 Aug, 2011 4 commits
-
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
fields in different ways.
-
Tollef Fog Heen authored
Thanks a lot to Andreas Plesner Jacobsen for writing those up.
-
- 08 Aug, 2011 2 commits
-
-
Poul-Henning Kamp authored
DocWilcos proposed fix in #956
-
Poul-Henning Kamp authored
XXX: the 64k fd limitation should probably be fixed.
-
- 05 Aug, 2011 1 commit
-
-
Tollef Fog Heen authored
dlopen typically only fails here if the child process does not have access to the build directory and the user runs varnishtest as root (meaning the child setuids to nobody). Report the dlerror and give a hopefully helpful hint to help diagnose the error. Fixes: #959
-
- 04 Aug, 2011 1 commit
-
-
Kristian Lyngstol authored
-
- 03 Aug, 2011 2 commits
-
-
Martin Blix Grydeland authored
dereferencing and destroying a busy objcore. Free the busyobj in the case that the worker already has one (potential race condition from the expiry/ban-lurker threads?)
-
Martin Blix Grydeland authored
-
- 02 Aug, 2011 6 commits
-
-
Poul-Henning Kamp authored
Reminded by: Tollef Related to: #953
-
Tollef Fog Heen authored
Thanks a lot to David for minimised test case showing the bug. Fixes: #965
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
to avoid dropping an object on out of storage conditions. I belive this... Fixes #953 Otherwise please reopen.
-
Poul-Henning Kamp authored
Ensure that stats are correct if allocations fail. Don't rely on the VSC counter for checking the limit.
-
- 01 Aug, 2011 6 commits
-
-
Tollef Fog Heen authored
It seems most RPM-based distros has the -p switch to killproc and status those days, so only blacklist the ones we know about that does not have it. Fixes: #969
-
Tollef Fog Heen authored
Make sure we compensate for sizeof(int) and the stuff we have already read. Fixes: #848
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
LLVM C-compiler. You have no idea how much or how long (20+ years!) I have missed having an alternative to GCC. Remember: Mono cultures are particularly bad for you, when they are good for you Kudos to: The LLVM team.
-
- 18 Jul, 2011 2 commits
-
-
Poul-Henning Kamp authored
Patch by: scoof Fixes #961
-
Poul-Henning Kamp authored
as per discussions in httpbis WG
-
- 15 Jul, 2011 11 commits
-
-
Tollef Fog Heen authored
We're seeing at least up to 4k in the wild, so increase the limit somewhat. See: #939
-
Tollef Fog Heen authored
Switch back from beta2 to trunk meaning RPMs can be built directly from the tarballs again. Fixes: #955
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
"-" is correct according to the Apache LogFormat documentation on http://httpd.apache.org/docs/current/mod/mod_log_config.html This reverts commit fe7e315c. See #949
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
Print out the rest of the format, changing the error from "Unknown format character: {" to: "Unknown format starting at: %{asdf}x"
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-