- 27 Apr, 2018 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 26 Apr, 2018 12 commits
-
-
Federico G. Schwindt authored
Reported by ingvar
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Guillaume Quintard authored
-
Federico G. Schwindt authored
Fixes #2661.
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Nils Goroll authored
thanks to coverity
-
- 25 Apr, 2018 5 commits
-
-
Carla authored
See: https://github.com/Homebrew/homebrew-core/issues/26358
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Nils Goroll authored
-
Nils Goroll authored
-
- 24 Apr, 2018 3 commits
-
-
Poul-Henning Kamp authored
Add a new -v flag, just because we can.
-
Nils Goroll authored
-
Nils Goroll authored
* remember push errors in the context * also fail additional pushes once we saw an error Try to fail requests as early as possible. Otherwise just calling VDP functions after an error is a noop. Fixes #2618
-
- 23 Apr, 2018 8 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 22 Apr, 2018 2 commits
-
-
Nils Goroll authored
suncc implements the inline functions from cache.h using it
-
Federico G. Schwindt authored
-
- 21 Apr, 2018 3 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
This includes building the fuzzer to avoid code rot, but exercising the fuzzer will be done elsewhere.
-
- 20 Apr, 2018 5 commits
-
-
Nils Goroll authored
No need to remain paranoid when the actual root case is dead simple (see previous commit) This reverts commit f5ce5516. Ref: #2645
-
Nils Goroll authored
As WS_Reset() clears the overflow marker, the correct order for resetting and marking an overflow is WS_Reset(); WS_MarkOverflow(); Fixes the last seemingly obscure bit of #2645
-
Nils Goroll authored
If vbf_default_filter_list() returned without anything written to the vsb (for no body or length 0), we would return as the filter list whatever existed at ws->f + 1 prior to calling VBF_Get_Filter_List (for example the string logged with std.log()). Consequently, backend requests would fail with FetchError Filter '...' not found
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-