- 22 Sep, 2014 40 commits
-
-
Poul-Henning Kamp authored
-
Nils Goroll authored
-
Nils Goroll authored
Fixes #1546
-
Martin Blix Grydeland authored
Fixes: #1591
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Fixes: #1592
-
Martin Blix Grydeland authored
Require that buffer arguments have greater than zero length to allow for zero termination. Make sure that NULL buffers are not touched.
-
Nils Goroll authored
-
Lasse Karstensen authored
-
Federico G. Schwindt authored
Spotted by: Dridi Boukelmoune
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
Use vcl_synth or vcl_backend_error where appropriate.
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
For master we retain the more strict check in case we forget to bump the API version as discussed on irc. Implementation idea from scoof. Fixes #1538
-
Lasse Karstensen authored
Not being able to fchown() is normal when running varnishd unprivileged, so don't report failure unless running as root.
-
Lasse Karstensen authored
Add missing braces, avoid unnecessary variables. Noticed by: fgs
-
Lasse Karstensen authored
-
Lasse Karstensen authored
Extensive test cases often lead to a lot of log output, which at times tripped the following assert: Assert error in vtc_log_emit(), vtc_log.c line 122: Condition(vtclog_left > l) not true. Double the amount of buffer space allowed to avoid this. Another 256KB memory use per concurrent running test should be fine.
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Lasse Karstensen authored
-
Lasse Karstensen authored
Requests that end up in the hard "400 Bad Request" handling used to be logged with incomplete data. (no method, maybe no path, possibly no proto, and no response status) Port scans or anything sending a byte and a linefeed would be logged. Since this is used for logging access to a web site, it makes more sense to skip these garbage requests. Fixes: #1584
-
Lasse Karstensen authored
Adding a dash if missing the path component does not make sense. Related bug: #1584
-
Poul-Henning Kamp authored
child process during startup. Fixes #1407
-
Poul-Henning Kamp authored
-
Martin Blix Grydeland authored
This prevents SLT_ReqAcct log records with 0 as VXID.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
non-fatal. Fixes: #1414
-
Poul-Henning Kamp authored
Fixes: #1466
-
Poul-Henning Kamp authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
Fixes #1580
-
Nils Goroll authored
Fixes #1583
-
Nils Goroll authored
Fixes a regression from 33e6fe71 Fixes #1585
-