memcached/performance

log

age author description
Mon, 20 Nov 2006 14:05:31 -0800 sgrimm [svn] Fix for flush_all 1-second window bug. You can now do a "set" immediatelyperformance svn.438 tip
Thu, 19 Oct 2006 16:34:28 -0700 sgrimm [svn] Merge revision 420 ("exit" variable rename) into performance branch.performance svn.421
Sun, 15 Oct 2006 01:58:28 -0700 sgrimm [svn] Refactor the command parsing. We now break incoming command lines up intoperformance svn.419
Sun, 15 Oct 2006 01:45:01 -0700 sgrimm [svn] Only reposition items in the LRU queue once a minute. This reduces the numberperformance svn.418
Sun, 15 Oct 2006 01:28:25 -0700 sgrimm [svn] If we run out of open file descriptors, stop listening for new connectionsperformance svn.417
Sun, 15 Oct 2006 01:27:06 -0700 sgrimm [svn] Fix a merge error from the previous commit.performance svn.416
Sun, 15 Oct 2006 01:13:00 -0700 sgrimm [svn] Resize the hashtable when it grows too large. The initial hashtable size isperformance svn.415
Sun, 15 Oct 2006 01:08:25 -0700 sgrimm [svn] New branch for experimental performance-related changes.performance svn.414
Sat, 14 Oct 2006 23:50:56 -0700 sgrimm [svn] Note new hash function in change log.trunk
Fri, 13 Oct 2006 15:16:21 -0700 sgrimm [svn] Update hash function to Jenkins2006.trunk
Wed, 20 Sep 2006 19:47:42 -0700 bradfitz [svn] automated updatetrunk
Wed, 20 Sep 2006 15:34:08 -0700 bradfitz [svn] gemtrunk
Wed, 20 Sep 2006 13:36:42 -0700 bradfitz [svn] add UDP option to helptrunk
Wed, 20 Sep 2006 13:32:47 -0700 bradfitz [svn] udp warning messagetrunk
Thu, 14 Sep 2006 10:29:02 -0700 bradfitz [svn] fix pathstrunk
Wed, 13 Sep 2006 12:33:22 -0700 bradfitz [svn] bogus linktrunk
Wed, 13 Sep 2006 12:32:56 -0700 bradfitz [svn] include changestrunk
Wed, 13 Sep 2006 12:31:02 -0700 bradfitz [svn] fixtrunk
Wed, 13 Sep 2006 12:28:49 -0700 bradfitz [svn] forgot to update websitetrunk
Sat, 09 Sep 2006 14:36:48 -0700 bradfitz [svn] update test so it still works, but can also work with the 1.1.x branchtrunk
Sat, 09 Sep 2006 13:25:35 -0700 bradfitz [svn] work even if no Time::HiRestrunk
Sat, 09 Sep 2006 12:49:36 -0700 bradfitz [svn] potential racetrunk
Sat, 09 Sep 2006 10:16:02 -0700 bradfitz [svn] to stay in sync with 1.1.x test library.trunk
Thu, 07 Sep 2006 13:38:00 -0700 bradfitz [svn] put memcached.h back up heretrunk
Thu, 07 Sep 2006 10:13:36 -0700 bradfitz [svn] working UDP tests nowtrunk
Wed, 06 Sep 2006 23:02:56 -0700 sgrimm [svn] Fix UDP protocol handler bug introduced in merge to trunktrunk
Wed, 06 Sep 2006 22:26:44 -0700 bradfitz [svn] failing UDP testtrunk
Tue, 05 Sep 2006 19:44:13 -0700 bradfitz [svn] automake foo from Robin H. Johnson: build two targets, and test on the debug one with assertstrunk
Tue, 05 Sep 2006 15:46:32 -0700 bradfitz [svn] make "make test" run "prove t"trunk
Tue, 05 Sep 2006 11:48:38 -0700 bradfitz [svn] make memcached reports its pointer size, so test suite needs less overflow guessworktrunk
Mon, 04 Sep 2006 22:59:43 -0700 bradfitz [svn] update 64 bit test skipping now that we're using atol instead of atolltrunk
Mon, 04 Sep 2006 22:55:37 -0700 bradfitz [svn] more test -> ttrunk
Mon, 04 Sep 2006 22:55:12 -0700 bradfitz [svn] rename 'test' to 't'.trunk
Mon, 04 Sep 2006 22:50:57 -0700 bradfitz [svn] gcc 2.95 doesn't have atoll apparently.trunk
Mon, 04 Sep 2006 22:20:20 -0700 bradfitz [svn] shit, I should've started this list years ago. this is just fromtrunk
Mon, 04 Sep 2006 22:00:40 -0700 bradfitz [svn] FreeBSD 4.x doesn't have IOV_MAX exposed (Eric Hodel <drbrain@segment7.net>)trunk
Mon, 04 Sep 2006 21:56:24 -0700 bradfitz [svn] this is needed for FreeBSD 4, according to Eric Hodel <drbrain@segment7.net>. but doesn't quite compile yet, as IOV_MAX is undeclared.trunk
Mon, 04 Sep 2006 21:49:48 -0700 bradfitz [svn] decl before statementtrunk
Mon, 04 Sep 2006 19:42:20 -0700 sgrimm [svn] Remove redundant setup code in conn_new()trunk
Mon, 04 Sep 2006 19:37:30 -0700 sgrimm [svn] Always read UDP-based commands from the front of the packet; we fixed thistrunk
Mon, 04 Sep 2006 18:41:43 -0700 bradfitz [svn] the old unixsocket check didn't work on OS X or other BSDs or Solaris... making it more explicit.trunk
Mon, 04 Sep 2006 17:22:48 -0700 bradfitz [svn] hush a warningtrunk
Mon, 04 Sep 2006 17:21:22 -0700 bradfitz [svn] lame-ass fix to make this build on Solaris 10, which lacks some fields in msghdr. easier than this: http://lists.gnupg.org/pipermail/gnupg-devel/2005-September/022431.htmltrunk
Mon, 04 Sep 2006 17:03:09 -0700 bradfitz [svn] improve autoconf detection for libevent. from the Tor project.trunk
Mon, 04 Sep 2006 16:52:08 -0700 bradfitz [svn] remove warning in assertiontrunk
Mon, 04 Sep 2006 14:16:19 -0700 bradfitz [svn] incrdecr tests and new protocol notetrunk
Mon, 04 Sep 2006 14:04:02 -0700 bradfitz [svn] daemonize teststrunk
Mon, 04 Sep 2006 14:03:49 -0700 bradfitz [svn] whitespace. (had written this test on a 64-bit machine without my .emacs file)trunk
Mon, 04 Sep 2006 13:51:37 -0700 bradfitz [svn] more 64 bit teststrunk
Mon, 04 Sep 2006 13:22:26 -0700 bradfitz [svn] need -u root when running tests as roottrunk
Mon, 04 Sep 2006 03:41:36 -0700 bradfitz [svn] start of work on 64-bit hosts. at least identifying 32-bit buildstrunk
Mon, 04 Sep 2006 00:41:00 -0700 bradfitz [svn] adding stub teststrunk
Mon, 04 Sep 2006 00:21:12 -0700 bradfitz [svn] test was racy before. increased margins. this version ran in a looptrunk
Mon, 04 Sep 2006 00:15:22 -0700 bradfitz [svn] was supposed to be 256kB, to be at least bigger than most TCP window sizestrunk
Mon, 04 Sep 2006 00:12:54 -0700 bradfitz [svn] two new tests:trunk
Sun, 03 Sep 2006 23:38:02 -0700 bradfitz [svn] test flush_all in futuretrunk
Sun, 03 Sep 2006 23:33:36 -0700 bradfitz [svn] improve flush_all test, including adding failing (skipped) tests for a known issue.trunk
Sun, 03 Sep 2006 23:16:24 -0700 bradfitz [svn] add partially-failing flush_all test, and make mem_get_is functiontrunk
Sun, 03 Sep 2006 23:11:16 -0700 bradfitz [svn] prepping for running on 1.1.x branch, preparing for failurestrunk
Sun, 03 Sep 2006 23:05:18 -0700 bradfitz [svn] adding absolute time expires teststrunk