varnish-cache:1.1

Last commit made on 2008-06-30
Get this branch:
git clone -b 1.1 https://git.launchpad.net/varnish-cache

Branch merges

Branch information

Name:
1.1
Repository:
lp:varnish-cache

Recent commits

93e944c... by Dag-Erling Smørgrav

Merged revisions 2861 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2861 | des | 2008-06-30 03:40:12 +0200 (Mon, 30 Jun 2008) | 2 lines

  Change my email address.
........

git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2870 d4fa192b-c00b-0410-8231-f00ffab90ce4

9f6d352... by Dag-Erling Smørgrav

Merged revisions 2864 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2864 | des | 2008-06-30 04:11:54 +0200 (Mon, 30 Jun 2008) | 3 lines

  Old patch: greatly improve performance and memory usage by using per-thread
  pre-allocated buffers instead of malloc().
........

git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2869 d4fa192b-c00b-0410-8231-f00ffab90ce4

cf3e726... by Dag-Erling Smørgrav

Merged revisions 2863 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2863 | des | 2008-06-30 04:03:58 +0200 (Mon, 30 Jun 2008) | 2 lines

  Convert from FILE * to fd.
........

git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2868 d4fa192b-c00b-0410-8231-f00ffab90ce4

8e87332... by Dag-Erling Smørgrav

Merged revisions 2862 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2862 | des | 2008-06-30 03:44:33 +0200 (Mon, 30 Jun 2008) | 2 lines

  The correct return value when we reach the end is -1, not 0.
........

git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2867 d4fa192b-c00b-0410-8231-f00ffab90ce4

19d6a79... by Dag-Erling Smørgrav

Merged revisions 2443 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2443 | phk | 2008-02-09 16:59:21 +0100 (Sat, 09 Feb 2008) | 2 lines

  <sys/types.h> required by <sys/mman.h>
........

git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2866 d4fa192b-c00b-0410-8231-f00ffab90ce4

aea5160... by Dag-Erling Smørgrav

Merged revisions 2180,2191-2193 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2180 | phk | 2007-10-29 09:24:04 +0100 (Mon, 29 Oct 2007) | 2 lines

  Mask negative characters to 8 bit before formatting.
........
  r2193 | des | 2007-10-30 11:48:30 +0100 (Tue, 30 Oct 2007) | 2 lines

  Use a cast to prevent sign extension instead of masking it off after the fact.
........

git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2865 d4fa192b-c00b-0410-8231-f00ffab90ce4

8170eb8... by Dag-Erling Smørgrav

Merged revisions 2575-2577 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2575 | des | 2008-03-09 16:14:04 +0100 (Sun, 09 Mar 2008) | 4 lines

  Add -k option which specifies the number of log entries to keep. Along with
  -s, this allows varnishlog to be used to extract part of a log file, or
  partition a log file into smaller sections.
........
  r2576 | des | 2008-03-09 16:17:49 +0100 (Sun, 09 Mar 2008) | 4 lines

  Include complete headers with each replayed request.
  Ignore SIGPIPE, otherwise varnishreplay will stop as soon as varnishd starts
  overflowing.
........
  r2577 | des | 2008-03-09 16:24:37 +0100 (Sun, 09 Mar 2008) | 2 lines

  Braino in previous commit.
........

git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2579 d4fa192b-c00b-0410-8231-f00ffab90ce4

a1c0948... by Dag-Erling Smørgrav

Merged revisions 2572 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2572 | des | 2008-03-08 17:55:22 +0100 (Sat, 08 Mar 2008) | 2 lines

  Add a -s option which specifies a number of entries to skip.
........

git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2574 d4fa192b-c00b-0410-8231-f00ffab90ce4

7047f92... by Dag-Erling Smørgrav

Merged revisions 2569 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2569 | des | 2008-03-08 16:42:23 +0100 (Sat, 08 Mar 2008) | 7 lines

  If it looks like a new request starts before a previous request on the same
  fd has finished, flush the previous request with an additional line to note
  that the request was interrupted.

  This is usually a symptom of the child dying midway through the first
  request.
........

git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2571 d4fa192b-c00b-0410-8231-f00ffab90ce4

58ac515... by Dag-Erling Smørgrav

Merged revisions 2323,2325-2327,2337,2358,2362-2364,2366,2374,2376-2378,2380-2382,2384-2386,2404,2426,2432-2434,2453-2456,2458-2461,2467,2495-2499,2503-2505,2522-2524,2545,2563-2565 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2337 | phk | 2008-01-08 15:35:09 +0100 (Tue, 08 Jan 2008) | 4 lines

  Don't even look for senfile, it doesn't work for what we need on
  any of the platforms right now.
........
  r2382 | des | 2008-01-23 21:23:20 +0100 (Wed, 23 Jan 2008) | 13 lines

  Improve readability, such as it is.

  Allow the user to disable specific acceptor mechanisms (e.g. do not
  use epoll even though it is available).

  Don't look for kqueue on systems where we know it doesn't work.

  Bail if no acceptor mechanism was found.

  Bail if no curses or ncurses was found.

  Warn the user if SO_{RCV,SND}TIMEO are non-functional.
........
  r2404 | phk | 2008-01-30 11:02:19 +0100 (Wed, 30 Jan 2008) | 4 lines

  Make sure we get the right assert() macro.

  Constification.
........
  r2453 | des | 2008-02-13 14:05:36 +0100 (Wed, 13 Feb 2008) | 4 lines

  Some source files (especially in libraries) have embedded test
  programs. Add a configure option and a corresponding automake
  conditional to enable these tests.
........
  r2454 | des | 2008-02-13 14:29:40 +0100 (Wed, 13 Feb 2008) | 2 lines

  Rewrite str2bytes, add unit test
........
  r2455 | des | 2008-02-13 14:55:39 +0100 (Wed, 13 Feb 2008) | 2 lines

  Use #include "config.h" instead of -include config.h
........
  r2456 | des | 2008-02-13 15:58:48 +0100 (Wed, 13 Feb 2008) | 2 lines

  Disable tools that require curses if no curses library was found.
........
  r2458 | des | 2008-02-13 18:12:59 +0100 (Wed, 13 Feb 2008) | 2 lines

  Enable tests + allow overrides from command line.
........
  r2459 | des | 2008-02-13 18:19:52 +0100 (Wed, 13 Feb 2008) | 2 lines

  Never mind trying to avoid libm, we already use it anyway.
........
  r2460 | des | 2008-02-13 18:25:52 +0100 (Wed, 13 Feb 2008) | 2 lines

  Forgot config.h here
........
  r2461 | des | 2008-02-13 18:25:57 +0100 (Wed, 13 Feb 2008) | 2 lines

  Regenerate
........
  r2467 | phk | 2008-02-15 11:01:19 +0100 (Fri, 15 Feb 2008) | 2 lines

  remove the undocumented and unimplemented dump.pool command
........
  r2565 | des | 2008-03-08 14:47:56 +0100 (Sat, 08 Mar 2008) | 2 lines

  dump.pool was removed a while ago.
........

git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2568 d4fa192b-c00b-0410-8231-f00ffab90ce4