- 31 Aug, 2011 4 commits
-
-
Poul-Henning Kamp authored
-
-
Poul-Henning Kamp authored
Fixes #1002
-
Kristian Lyngstol authored
-
- 30 Aug, 2011 13 commits
-
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
Having all the parameters in their own file makes updating them simpler.
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
Rogier R. Mulhuijzen authored
Fixes #995 (the rest of it).
-
Poul-Henning Kamp authored
Fixes #946 Patch by scoof
-
Poul-Henning Kamp authored
Fixes #995 Patch by DocWilco
-
Poul-Henning Kamp authored
Fixes #990
-
-
-
Jean-Baptiste Quenot authored
-
Poul-Henning Kamp authored
request to error. Fixes #996
-
Tollef Fog Heen authored
Avoid crashing if an -X parameter is passed, and skip any requests where the URL or Host matches the -X parameter.
-
- 29 Aug, 2011 2 commits
-
-
Poul-Henning Kamp authored
- Cleanup whitespace bogons - Make all machine-generated no-copyright notices consistent - Update copyrights
-
Poul-Henning Kamp authored
page-size issue on ppc64
-
- 26 Aug, 2011 2 commits
-
-
Poul-Henning Kamp authored
Fixes #988
-
Poul-Henning Kamp authored
value was actually being used. Fixed by: DocWilco Fixes #984
-
- 25 Aug, 2011 4 commits
-
-
Andreas Plesner Jacobsen authored
-
Andreas Plesner Jacobsen authored
-
Poul-Henning Kamp authored
This one always picks the first healty backend, in the order they are specified in the VCL. Submitted by: DocWilco
-
Cosimo Streppone authored
-
- 24 Aug, 2011 4 commits
-
-
Poul-Henning Kamp authored
This highlights that they really need to go into a struct or bitmap for clarity, but I'm not doing that right before 3.0.1 Fixes #986 Many Thanks To: Kristian
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 23 Aug, 2011 2 commits
-
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
- 22 Aug, 2011 9 commits
-
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
the SMA to run out of space eventually.
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
If we were panic-ing in multiple threads at the same time, the panic buffer would be partially overwritten. Prevent this with a mutex
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
When we pushed the object allocation into the stevedores for -spersistent, we did not add LRU eviction to that allocation path. Then we added the Transient storage as a fallback for objects we could not allocate, and they all went there. Change the way object allocation works as follows: If VCL set a stevedore hint and it is valid, we stick with it, and LRU that stevedore attempting to make space. If no valid hint is given, try all stevedores in turn, then LRU one of them to make space. Fixes #953
-