- 06 Aug, 2015 2 commits
-
-
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.
-
- 31 Jul, 2015 15 commits
-
-
Martin Blix Grydeland authored
Add commas to panic line endinges consistently
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
This dumps some useful bits about the state of the client connection.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
If s_indent > 0 and the buffer is empty, it would check s_buf[-1] for the '\n' character. Now it will indent either on previous character being a newline, or on empty buffer. This allows indenting also the very first line of a buffer.
-
Martin Blix Grydeland authored
-
Poul-Henning Kamp authored
Based largely on patch from: Martin I wonder if we should make the panic output (readable) JSON format ?
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Submitted by: fgs
-
Lasse Karstensen authored
-
Lasse Karstensen authored
"2eq" instead of "Req" didn't look right.
-
Lasse Karstensen authored
-
- 29 Jul, 2015 1 commit
-
-
Martin Blix Grydeland authored
-