- 25 Apr, 2018 1 commit
-
-
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 7 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
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 19 Apr, 2018 10 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
stuff there.
-
Poul-Henning Kamp authored
-
Nils Goroll authored
issue a membar to ensure that the overflow marker is written before a failing WS allocation returns and is thus visible from a different context. pan_ic() already has an implicit membar via the mutex lock. Ref #2645
-
Poul-Henning Kamp authored
list of VCLs" vs. "Do things with VCLs on list"
-
Poul-Henning Kamp authored
-
Nils Goroll authored
Ref: #2645
-
Nils Goroll authored
-
- 18 Apr, 2018 5 commits
-
-
Poul-Henning Kamp authored
Spotted by: slink
-
Nils Goroll authored
Should we plan to phase out synthetic() ?
-
Nils Goroll authored
Thank you to @martin-uplex for the review
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 17 Apr, 2018 1 commit
-
-
Poul-Henning Kamp authored
-