- 19 Nov, 2012 3 commits
-
-
Tollef Fog Heen authored
-
Federico G. Schwindt authored
Hi, The diff below fixes one warning during configure and two during compilation on OpenBSD (and maybe elsewhere): checking pthread_np.h usability... no checking pthread_np.h presence... yes configure: WARNING: pthread_np.h: present but cannot be compiled configure: WARNING: pthread_np.h: check for missing prerequisite headers? configure: WARNING: pthread_np.h: see the Autoconf documentation configure: WARNING: pthread_np.h: section "Present But Cannot Be Compiled" configure: WARNING: pthread_np.h: proceeding with the compiler's result configure: WARNING: ## -------------------------------------------- ## configure: WARNING: ## Report this to varnish-dev@varnish-cache.org ## configure: WARNING: ## -------------------------------------------- ## varnishadm.c:190: warning: implicit declaration of function 'add_history' cache/cache_main.c:82: warning: implicit declaration of function 'pthread_set_name_np' Comments? OK? f.-
-
Tollef Fog Heen authored
Some minor cleanups, no functional changes. Thanks to Federico Schwindt for pointing this out.
-
- 16 Nov, 2012 1 commit
-
-
Lasse Karstensen authored
When looking at varnishlog it looks like it is send_timeout that was reached, but in fact it is idle_send_timeout. Clarify the language so the user understands which parameter to adjust.
-
- 13 Nov, 2012 3 commits
-
-
Martin Blix Grydeland authored
The ban.list output would hide the very last ban on the list unless the lurker debug flag was set. This hides useful debugging information (how many objects are stuck on the last ban), without giving any apparent benefit. Remove the hide code.
-
Tollef Fog Heen authored
When using varnishtop -1 on a large log file, the old linked list approach was very slow. Using a tree increases performance significantly. In a test, old was 15 minutes, 52 seconds, new code changes that to about 1.8 seconds.
-
Tollef Fog Heen authored
-
- 12 Nov, 2012 4 commits
-
-
Poul-Henning Kamp authored
including truncating the length. Inspired by: patches and talks from martin
-
Poul-Henning Kamp authored
Add a function for comparing ban-strings, mostly to have a place to put the explanatory comment.
-
Poul-Henning Kamp authored
Replace some magic numbers by #defines and segregate the ban-string Base patch from: martin Fixes #1225
-
Poul-Henning Kamp authored
this information is no longer available. Fixes #1228
-
- 07 Nov, 2012 1 commit
-
-
Martin Blix Grydeland authored
Remove the XXXAZ(smp_chk_sign) after smp_append_sign(), as it causes heavy unnecessary CPU usage after each sign update. No assertion reports have come from this test, so there is no reason to expect the signs not working.
-
- 05 Nov, 2012 3 commits
-
-
Poul-Henning Kamp authored
size of the 'http_req_size' so that we don't run out of WS in case of client pipelining. Fixes #1185
-
Martin Blix Grydeland authored
-
Poul-Henning Kamp authored
setppriv(PRIV_OFF) succeeds when waiving privileges. fixes varnish builds on any Solaris OS older than onnv_140 due to too strict assertions from [c613b135] add history of solaris privileges better comments Submitted by: Nils Goroll
-
- 31 Oct, 2012 2 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
- 29 Oct, 2012 5 commits
-
-
Poul-Henning Kamp authored
Fixes #1201
-
Poul-Henning Kamp authored
processing all the old entries, unless -d was specified. Fixes #1170
-
-
Poul-Henning Kamp authored
-
Dag Haavi Finstad authored
Fixed by: Federico G. Schwindt Fixes: #1216
-
- 25 Oct, 2012 8 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
At least one case was brked.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Submitted by: Federico G. Schwindt
-
Poul-Henning Kamp authored
Submitted by: Federico G. Schwindt
-
- 24 Oct, 2012 10 commits
-
-
Poul-Henning Kamp authored
Now only 100 more to go.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
the actual error messages are somewhat less than helpful.
-
Poul-Henning Kamp authored
badvcl in that you can make sure it fails for the right reason. All -badvcl's should be converted to -errvcl without undue delay.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Clean up some asserts.
-
Poul-Henning Kamp authored
-