- 06 Oct, 2011 5 commits
-
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Andreas Plesner Jacobsen authored
-
Tollef Fog Heen authored
Fixes: #1024
-
- 04 Oct, 2011 4 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Tighten it up with use of semaphores and collapse s1/s2/s3 using "accept" keyword.
-
Andreas Plesner Jacobsen authored
-
- 22 Sep, 2011 31 commits
-
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Poul-Henning Kamp authored
The intent is that they should be mined and dumped into the documentation. Feel free to add (or send patches with descriptions, preferably only one line or paragraph for each. Conflicts: bin/varnishd/cache_wrk.c include/vsc_fields.h
-
Tollef Fog Heen authored
Fixes: #912
-
Tollef Fog Heen authored
Solaris puts the ncurses header in /usr/include/ncurses, and we need that to compile with -Werror. Fixes: #889
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Andreas Plesner Jacobsen authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
It used to be that we'd call http processing on a filedescriptor and then that was that. Then we added keywords to do new accepts in the server and suddenly the calling code closes a wrong filedesc which belongs to somebody else and things get really inconvenient fast. This made all test-cases which use the "accept" server directive flakey.
-
Poul-Henning Kamp authored
test failures seems to be timeouts on stressed machines. Teport timeouts more clearly.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
two separate timestamps just happen to be the same, just make them the same.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
the same address again, even with hinting.
-
Poul-Henning Kamp authored
-
Andreas Plesner Jacobsen authored
-
Poul-Henning Kamp authored
this should solve issues where the c2-v1 connection times out before it ever got used.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Tollef Fog Heen authored
Apache (and nginx) uses 8k, so use the same default size to avoid people being surprised by more 413 responses than necessary. Fixes: #1016
-
Poul-Henning Kamp authored
-
Tollef Fog Heen authored
Thanks to cleberjsantos for initial patch which this is based on. Fixes: #976
-
Poul-Henning Kamp authored
are no lingering bits. Convert an assert to a failure.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Based on code from: DocWilco
-
Martin Blix Grydeland authored
to --without-jemalloc Patch from Pål-Eivind Johnsen Fixes: #1011
-