- 10 Oct, 2012 3 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
architectures. NB: VMOD writers need to review/revise use of the INT type. Fixes #1204
-
- 09 Oct, 2012 12 commits
-
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
way any stevedore interested in new bans can request to be notified (not just the persistent). Also report dropped bans to the stevedores.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
signal background threads to stop in preparation for the coming close callback.
-
Martin Blix Grydeland authored
allocation calculations.
-
Martin Blix Grydeland authored
This then also breaks the previous expectation that cur_seg would always be non-NULL. Change the code to take this into account.
-
Martin Blix Grydeland authored
Fixes: #1146
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
smp_copy_signspace() will copy the sign data of one space onto another. smp_trunc_signspace() will truncate the signed space to len bytes and resign the space.
-
Martin Blix Grydeland authored
growing signed data structures.
-
Martin Blix Grydeland authored
-
- 26 Sep, 2012 2 commits
-
-
Tollef Fog Heen authored
-
Tollef Fog Heen authored
-
- 24 Sep, 2012 1 commit
-
-
Andreas Plesner Jacobsen authored
-
- 19 Sep, 2012 2 commits
-
-
Martin Blix Grydeland authored
build happy on FreeBSD.
-
Martin Blix Grydeland authored
This should not have any impact on the "normal" deliveries, as these will as before be done through a single writev operation. For deliveries involving chunked encoding (e.g. ESI or gunzip), this should prevent an unnecessary delay where the Nagle algorithm kicks in on the end-chunk write. This should give higher throughput and better utilization of a single connection, especially for clients not doing pipelining.
-
- 18 Sep, 2012 1 commit
-
-
Tollef Fog Heen authored
-
- 17 Sep, 2012 1 commit
-
-
Poul-Henning Kamp authored
buy 512TB ram to run Varnish on ppc64.
-
- 14 Sep, 2012 1 commit
-
-
Poul-Henning Kamp authored
-
- 09 Sep, 2012 1 commit
-
-
Per Buer authored
-
- 08 Sep, 2012 2 commits
- 07 Sep, 2012 6 commits
- 06 Sep, 2012 6 commits
-
-
Poul-Henning Kamp authored
-
Per Buer authored
-
Per Buer authored
-
Poul-Henning Kamp authored
Some of them are rather pedantic: "NULL" vs "(char*)0" -- Really ?
-
Per Buer authored
-
Martin Blix Grydeland authored
libtoolize was overwriting m4/libtool.m4, which aclocal.m4 depended on and needed aclocal to update. This caused the autotools files to be updated, triggering a second configure run on first build.
-
- 05 Sep, 2012 1 commit
-
-
Martin Blix Grydeland authored
-
- 04 Sep, 2012 1 commit
-
-
Tollef Fog Heen authored
The JIT compiler is broken on some versions of PCRE, at least on i386, so disable it by default. It can be enabled using --enable-pcre-jit to configure. Fixes #1191
-