- 12 Oct, 2006 3 commits
-
-
Lars Bahner authored
gcc >= 3.3. Now compiles on pristine etch-systems git-svn-id: http://www.varnish-cache.org/svn/trunk@1152 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Lars Bahner authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1151 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Lars Bahner authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1150 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 10 Oct, 2006 3 commits
-
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1149 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Lars Bahner authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1148 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Lars Bahner authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1147 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 09 Oct, 2006 2 commits
-
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1146 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
WARNING: varnish will build and run, but the lack of a monotonic clock may lead to strange behaviour if the clock is stepped (rather than skewed) while varnish is running. Thanks to Niklas Saers for providing a test environment. git-svn-id: http://www.varnish-cache.org/svn/trunk@1145 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 06 Oct, 2006 4 commits
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1144 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
even though it is not used, and will return EFAULT if one is not provided. Also, instead of silently accepting EBADF from epoll_ctl(), check that sp->fd != -1 before calling vca_del(). This can happen in some cases where vca_pollsession() closes the session before returning. This way, we will still get an assertion failure if epoll_ctl() fails for some other (unexpected) reason. Thanks to airmax for his assistance in tracking this down. git-svn-id: http://www.varnish-cache.org/svn/trunk@1143 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
the response, not the time of the request. If the document was not in cache and the backend took a long time to respond, the document would end up with a negative computed age, which when printed with %u would appear as a large positive number (a few seconds short of either 2^32 or 2^64 depending on the size of time_t). git-svn-id: http://www.varnish-cache.org/svn/trunk@1142 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1141 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 05 Oct, 2006 6 commits
-
-
Dag Erling Smørgrav authored
own mechanism for specifying a required version doesn't seem to work. Hack autogen.sh to check which version of automake is installed. git-svn-id: http://www.varnish-cache.org/svn/trunk@1140 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
and Ubuntu) do not understand --force[-missing], and we can do without. git-svn-id: http://www.varnish-cache.org/svn/trunk@1139 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
modified) responses MUST NOT include a message-body," so Content-Length: is not needed in these cases (and Apache does indeed not include it). This causes PassBody() to call pass_straight() with a NULL length argument, which waits until the connection is closed by the server. PassBody() should not call pass_*() at all for responses that are known to be bodyless. Submitted by: Dagfinn Ilmari Mannsåker <ilmari@ping.uio.no> git-svn-id: http://www.varnish-cache.org/svn/trunk@1138 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1137 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
that done later today. git-svn-id: http://www.varnish-cache.org/svn/trunk@1136 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
varnishlog's request selection feature. git-svn-id: http://www.varnish-cache.org/svn/trunk@1135 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 02 Oct, 2006 1 commit
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1134 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 29 Sep, 2006 1 commit
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1133 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 27 Sep, 2006 2 commits
-
-
Dag Erling Smørgrav authored
just -O is not enough to prevent gcc from optimizing away loop variables. git-svn-id: http://www.varnish-cache.org/svn/trunk@1132 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
Ticket: #46 git-svn-id: http://www.varnish-cache.org/svn/trunk@1131 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 26 Sep, 2006 6 commits
-
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1130 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1129 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1128 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1127 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1126 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
on a production server, but it will on a test rig, and it may confuse and alarm the admin. git-svn-id: http://www.varnish-cache.org/svn/trunk@1125 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 24 Sep, 2006 3 commits
-
-
Anders Berg authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1124 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Anders Berg authored
Note: Still builds with warning. git-svn-id: http://www.varnish-cache.org/svn/trunk@1123 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Anders Berg authored
Fixed: Status variable is not shown correctly. Added: base64() decode of Remote User. Note: Getting compile warning. git-svn-id: http://www.varnish-cache.org/svn/trunk@1122 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 23 Sep, 2006 2 commits
-
-
Poul-Henning Kamp authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1121 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
Detected by: Xing Li <xing@litespeedtech.com> git-svn-id: http://www.varnish-cache.org/svn/trunk@1120 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 22 Sep, 2006 1 commit
-
-
Dag Erling Smørgrav authored
Spotted by: Anders Hanssen <anders@rethink.no> git-svn-id: http://www.varnish-cache.org/svn/trunk@1119 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
- 20 Sep, 2006 6 commits
-
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1114 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1113 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
varnishhist(1). Spotted by: Anders Hanssen <anders@rethink.no> git-svn-id: http://www.varnish-cache.org/svn/trunk@1109 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
on MacOS. git-svn-id: http://www.varnish-cache.org/svn/trunk@1108 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Poul-Henning Kamp authored
MFC: yes. git-svn-id: http://www.varnish-cache.org/svn/trunk@1107 d4fa192b-c00b-0410-8231-f00ffab90ce4
-
Dag Erling Smørgrav authored
git-svn-id: http://www.varnish-cache.org/svn/trunk@1101 d4fa192b-c00b-0410-8231-f00ffab90ce4
-