- 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
-
- 11 Jul, 2011 4 commits
-
-
Tollef Fog Heen authored
Thanks to new GCC for spotting those.
-
Tollef Fog Heen authored
Fall back to "-" if the handling has not been decided yet. Fixes: #950 Fixes: #944 Fixes: #918
-
Martin Blix Grydeland authored
utils expect to receive SIGHUP). Fixes: #947
-
Tollef Fog Heen authored
Fixes: #949
-
- 30 Jun, 2011 1 commit
-
-
Poul-Henning Kamp authored
different functions. I have not managed to write a vtc case for this one, but I am pretty sure this: Fixes: #945
-