- 17 Aug, 2011 10 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
also have the 206/range handling. Instead of building the 304 response from scratch, dumb down the 200 response accordingly. This implement the policy consideration of #970 led to.
-
Poul-Henning Kamp authored
Written by: Martin
-
Poul-Henning Kamp authored
prefer IMS, it is less work and less data to transmit. Fixes #972 Thanks to: Martin
-
Poul-Henning Kamp authored
into the RFC policy module where it belongs.
-
Poul-Henning Kamp authored
-
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
-
- 16 Aug, 2011 30 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
non-busy. Not sure what I thought when I changed it last, but it was clearly not smart thinking. Spotted by: Martin Test case by: Martin Fixes #963
-
Poul-Henning Kamp authored
-
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.
-
Poul-Henning Kamp authored
DocWilcos proposed fix in #956
-
Poul-Henning Kamp authored
XXX: the 64k fd limitation should probably be fixed.
-
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
-
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
-
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.
-
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.
-
Poul-Henning Kamp authored
Patch by: scoof Fixes #961
-
Poul-Henning Kamp authored
as per discussions in httpbis WG
-
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
-
Martin Blix Grydeland authored
a21746d2. Fixes: #941
-
Poul-Henning Kamp authored
of source code. This is substantially DocWilcos fix, but instead of adding yet another unique numbering variable, I have collapsed the once we have into a single one. Fixes #948
-
Poul-Henning Kamp authored
Use it to hold the derived vary string for the request (if any) and skip busy objects with non-matching Vary during hash lookup. Idea by: sky
-