- 03 Jun, 2015 1 commit
-
-
Poul-Henning Kamp authored
-
- 01 Jun, 2015 10 commits
-
-
Poul-Henning Kamp authored
Fixes: #1746
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
It used to be possible to specify -sfile size in percentage. This feature has been removed. Update the users guide to reflect this. Fixes: #1744
-
Nils Goroll authored
Fixes #1745
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
shutuppery about indentation.
-
- 31 May, 2015 1 commit
-
-
Poul-Henning Kamp authored
-
- 30 May, 2015 6 commits
-
-
Poul-Henning Kamp authored
order. Use it to health poke backends, rather than wasting a thread per backend+poll.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
for a very long time and never been shown to actually improve performance. These days we pick busyobj out of a memory pool which gives us much better control of the amount of memory sitting idle waiting to become a busyobj. In case a single mempool not scale well enough, we make a mempool per thread pool to scale horizontally.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
config we have in Jenkins.
-
- 29 May, 2015 4 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Poul-Henning Kamp authored
-
- 28 May, 2015 8 commits
-
-
Nils Goroll authored
See comment XXX questions to discuss with phk
-
Nils Goroll authored
-
Nils Goroll authored
varnishd will (try to) to accept on the default port *:80 and listen to cli commands. A warning will get emitted: Warning: Neither -b nor -f given, won't start a worker child. Master process started, use varnishadm to control it.
-
Nils Goroll authored
-
Nils Goroll authored
Some systems cannot resolve service "http", so in commit 8c7e459d we changed the hardcoded default service from "http" to "80". Before we complicate the implementation uselessly to first look up http and then fall back to 80, just docfix. Port 80 is probably _the_ one assignment with the least chance of ever changing.
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
- 27 May, 2015 8 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
the pool waiter for the working thread doing the recycling. This does not restrict which threads can reuse the connection later on.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 26 May, 2015 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
but retain stats stuff (since it runs across pools) in cache_pool.c
-