- 19 Jun, 2018 11 commits
-
-
Poul-Henning Kamp authored
Also reappropriate test a00001 to exercise the Teken code with the vttest (http://invisible-island.net/vttest/) program, if installed.
-
Poul-Henning Kamp authored
This allows us to use TERM=xterm.
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
default options: For co-existance with libc malloc and potentially other allocators, we should use mmap() regions in favor of sbrk(). Also, libumem's perthread cache only makes sense when umem is actually used for all allocations and, by default, requires an additional massive 1MB per thread, which is totally out of scale with how we manage memory in varnish. if libumem is found to already be loaded, we cannot set its options, so warn about that fact. As we only use function pointers to libumem, lazy loading of symbols should be the better option.
-
Nils Goroll authored
libumem's atfork handler will redefine malloc() and friends so if we load it in the manager, we cannot confine its use to the stevedore
-
Geoff Simmons authored
We do this by not linking with libumem, but rather using dlopen/dlsym to load the slab allocator interface, which is used by the stevedore.
-
Nils Goroll authored
-
Nils Goroll authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 04 Apr, 2018 1 commit
-
-
Poul-Henning Kamp authored
-
- 03 Apr, 2018 4 commits
-
-
Federico G. Schwindt authored
Also report success/failure earlier.
-
Federico G. Schwindt authored
Required for make distcheck. Spotted by geoff.
-
Nils Goroll authored
Ref #2622
-
Nils Goroll authored
-
- 02 Apr, 2018 3 commits
-
-
Federico G. Schwindt authored
Also give irc notifications a try. Discussed with phk and geoff.
-
Emmanuel Hocdet authored
-
Federico G. Schwindt authored
Mostly adding it here for documentation purposes.
-
- 31 Mar, 2018 2 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 30 Mar, 2018 6 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 29 Mar, 2018 12 commits
-
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
I hadn't realized how unsuitable vtc_varnish was to copy from, because of the dual process complications, this simplifiles things back again. Move -D and -W out of -arg, it makes no sense to have to pull them out of there again. Add -conf-OK and -conf-BAD arguments.
-
Poul-Henning Kamp authored
handling.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Add -conf+backend to automatically produce backend confs from list of servers
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
Enforced for HTTP/1.1 requests. To disable it use -nohost.
-
Federico G. Schwindt authored
Prep work for upcoming change.
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 28 Mar, 2018 1 commit
-
-
Poul-Henning Kamp authored
do want VTEST to do so.
-