- 12 Aug, 2015 2 commits
-
-
Poul-Henning Kamp authored
This commit cleans up a number of weeds and loose ends: The complete_function should not muck about with the pipelining or WS reservation. Only when we have dissected the headers for good do we know how long the headers were. Make the HTTP1_Dissect* functions have consistent parameters.
-
Poul-Henning Kamp authored
-
- 11 Aug, 2015 7 commits
-
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Federico G. Schwindt authored
-
Dridi Boukelmoune authored
-
- 10 Aug, 2015 5 commits
-
-
Poul-Henning Kamp authored
before an ESI include at one level, and then again at a higher level. Fixed by not closing the session in this case, as that will be taken care of at the end of delivery anyways when V1L_FlushRelease is called. Fixes: #1737 Submitted by: Martin
-
Poul-Henning Kamp authored
stuff on this TCP connection with timeouts" function. Inpired by colliding patches from Martin & Lasse.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 06 Aug, 2015 4 commits
-
-
Dridi Boukelmoune authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
error has been long retired.
-
Federico G. Schwindt authored
-
- 04 Aug, 2015 5 commits
-
-
Dridi Boukelmoune authored
Mark optional parts as such and briefly document components. Sync with the man page. The address part for options -a and -b is technically optional too.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
We should perhaps rename this parameter away from sigsegv_handler? Maybe error_sighandler? Maybe move it into a feature bit for the disabling instead of a separate parameter too.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
This allows for a panic dump and backtrace to be produced on sigabrt. This is useful e.g. when using jemalloc's debug flags, which can through a special environment variable enable memory allocation consistency checks and trigger sigabrt on errors.
-
- 03 Aug, 2015 16 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
Reported and diff submitted by Gauthier Delacroix on varnish-dev.
-
Federico G. Schwindt authored
Makes this work with multiple instances under systemd. Discussed with ingvar on irc.
-
Federico G. Schwindt authored
Fixes startup if vcl_dir was specified in DAEMON_OPTS. Reported by Gauthier Delacroix. Discussed with ssm on irc.
-
Poul-Henning Kamp authored
Fixes #1765
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
understand them. Fixes: #1770
-
Federico G. Schwindt authored
For continuous updates we can always use a shell loop. Fixes #1760.
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Please note that using underscore in HTTP headers is considered a really bad idea because many application frameworks map minus to underscore in environment variables. Fixes: #1768
-
- 01 Aug, 2015 1 commit
-
-
Federico G. Schwindt authored
Discussed with Martin.
-