memcached/trunk

log

age author description
Mon, 31 Mar 2008 00:50:20 -0700 dormando [svn] Development release of the binary tree work.trunk svn.774 tip
Thu, 20 Mar 2008 18:33:44 -0700 bradfitz [svn] add Lua librarytrunk svn.762
Tue, 04 Mar 2008 00:25:16 -0800 dormando [svn] Update website for 1.2.5 release.trunk svn.750
Mon, 03 Mar 2008 12:00:41 -0800 dormando [svn] auto-adding file using shipittrunk svn.749
Mon, 03 Mar 2008 10:45:30 -0800 dormando [svn] Document a few of the stats commands.trunk svn.747
Sun, 02 Mar 2008 21:20:20 -0800 dormando [svn] Add 1.2.5-rc1 to website dist.trunk svn.744
Sun, 02 Mar 2008 21:08:47 -0800 dormando [svn] Halve distro size ;)trunk svn.743
Sun, 02 Mar 2008 21:08:44 -0800 dormando [svn] Add -L mode to manpage.trunk svn.742
Sun, 02 Mar 2008 21:08:40 -0800 dormando [svn] Version bump (shipit's having trouble with it), and update ChangeLogtrunk svn.741
Sun, 02 Mar 2008 21:08:36 -0800 dormando [svn] per-stat-class tracking of evictions and out of memory conditions.trunk svn.740
Sun, 02 Mar 2008 21:08:31 -0800 dormando [svn] Don't re-calculate the slab class id for slabs_free() either.trunk svn.739
Sun, 02 Mar 2008 21:08:26 -0800 dormando [svn] Don't re-calculate the slab class id.trunk svn.738
Sun, 02 Mar 2008 21:08:23 -0800 dormando [svn] Useless check. 'id' will never be higher than POWER_LARGEST.trunk svn.737
Sun, 02 Mar 2008 21:08:17 -0800 dormando [svn] Give 'SERVER_ERROR out of memory' errors more context.trunk svn.736
Fri, 29 Feb 2008 11:43:21 -0800 dsallings [svn] Minor refactoring of server_socket.trunk svn.729
Wed, 27 Feb 2008 02:07:59 -0800 dormando [svn] Handle bind errors in server_socket() (Brian Aker) (Dormando helped!)trunk svn.728
Tue, 26 Feb 2008 19:37:18 -0800 dormando [svn] Enable UDP by default, clean up server socket code (Brian Aker)trunk svn.726
Mon, 25 Feb 2008 08:56:45 -0800 dormando [svn] Enable use of large memory pages (Trond Norbye) <Trond.Norbye@Sun.COM>trunk svn.724
Sun, 24 Feb 2008 14:28:34 -0800 dormando [svn] Make likely() and unlikely() available (Brian Aker)trunk svn.716
Sun, 24 Feb 2008 14:22:28 -0800 dormando [svn] Add new BeIT client to website.trunk svn.715
Sun, 24 Feb 2008 14:19:09 -0800 dormando [svn] Lost tests/bench, I think.trunk svn.714
Fri, 22 Feb 2008 16:47:04 -0800 hachi [svn] This change is causing massive slowdown on some operations. I have yet to figure out exactly what the problem is, but I'm backing it out for the moment.trunk svn.713
Thu, 21 Feb 2008 21:05:23 -0800 dormando [svn] Add verbose message on noreply conditions.trunk svn.712
Thu, 21 Feb 2008 20:57:55 -0800 dormando [svn] Changelog update (fix my formatting too)trunk svn.711
Thu, 21 Feb 2008 20:57:52 -0800 dormando [svn] Changelog update.trunk svn.710
Thu, 21 Feb 2008 20:57:47 -0800 dormando [svn] Cache::Memcached: use 'noreply' option in void context. (Tomash Brechko <tomash.brechko@gmail.com>)trunk svn.709
Thu, 21 Feb 2008 20:57:41 -0800 dormando [svn] Implement 'noreply' option for update commands. (Tomash Brechko <tomash.brechko@gmail.com>)trunk svn.708
Thu, 21 Feb 2008 20:38:00 -0800 dormando [svn] Close socket on unhandled read errors. (Tao Hui <taohui3@gmail.com>)trunk svn.707
Mon, 18 Feb 2008 23:45:13 -0800 dormando [svn] Someday I'll stop forgetting the changelog updates :)trunk svn.706
Mon, 18 Feb 2008 02:26:22 -0800 dormando [svn] Swap time(2) with gettimeofday(2), since the latter is optimized away on some platforms. (Brian Aker) <brian@tangent.org>trunk svn.704
Mon, 18 Feb 2008 02:10:20 -0800 dormando [svn] Add --enable-64bit to build 64-bit version of memcached (Trond Norbye) <Trond.Norbye@Sun.COM>trunk svn.703
Mon, 18 Feb 2008 02:10:17 -0800 dormando [svn] add compiler options for Sun Studio compilers with --enable-threads (Trond Norbye)trunk svn.702
Mon, 18 Feb 2008 01:22:47 -0800 dormando [svn] Support multiple interfaces returned by IPv6 interfaces. By Brian Aker <brian@tangent.org>trunk svn.701
Mon, 18 Feb 2008 01:22:42 -0800 dormando [svn] IPv6 support patch by Brian Aker <brian@tangent.org>trunk svn.700
Sun, 10 Feb 2008 23:44:26 -0800 dormando [svn] Break out of the read-loop when read returns with available spacetrunk svn.699
Sun, 10 Feb 2008 23:34:44 -0800 dormando [svn] Use the correct headerfile for signal-related functionstrunk svn.698
Sun, 10 Feb 2008 22:00:40 -0800 dormando [svn] Missed again... changelog update for chunk fix.trunk svn.697
Sun, 10 Feb 2008 21:59:36 -0800 dormando [svn] The memory returned from do_slabs_alloc is currently not properly aligned when compiled in an ILP32 environment. The memory returned is aligned to the size of the pointers, but we need to return a pointer that is suitable aligned so that it may be assigned to a pointer to any type of object.trunk svn.696
Sun, 10 Feb 2008 21:59:32 -0800 dormando [svn] Forgot ChangeLog entry for -k fix.trunk svn.695
Sun, 10 Feb 2008 21:15:03 -0800 bradfitz [svn] automated updatetrunk svn.694
Sun, 10 Feb 2008 20:38:23 -0800 dormando [svn] Seems like -k never worked: it requires privileges to lock the memory,trunk svn.693
Wed, 06 Feb 2008 15:03:53 -0800 dormando [svn] Add Evan Weaver's ruby libmemcached wrapper to API page.trunk svn.691
Thu, 24 Jan 2008 01:00:04 -0800 bradfitz [svn] automated updatetrunk svn.690
Fri, 21 Dec 2007 01:02:00 -0800 dormando [svn] Clarify error condition with cas set command by Tomash (modified by me).trunk svn.689
Fri, 21 Dec 2007 00:49:10 -0800 dormando [svn] Clarify which non-apr C API is under active development.trunk svn.688
Tue, 18 Dec 2007 00:41:01 -0800 dormando [svn] New C-backed perl API by Tomash.trunk svn.685
Fri, 07 Dec 2007 20:16:24 -0800 dormando [svn] Fix --disable-threads not to _enable_ them. (Tomash Brechko)trunk svn.668
Fri, 07 Dec 2007 20:16:13 -0800 dormando [svn] Fix "flush_all 0" bug. (Tomash Brechko)trunk svn.667
Fri, 07 Dec 2007 20:16:01 -0800 dormando [svn] Add test for "flush_all 0" (Tomash Brechko)trunk svn.666
Thu, 06 Dec 2007 21:56:59 -0800 dormando [svn] Believe this modified test is still useful. Based on what Tomash suggested.trunk svn.665
Thu, 06 Dec 2007 01:47:31 -0800 dormando [svn] update website for release.trunk svn.664
Thu, 06 Dec 2007 01:38:55 -0800 dormando [svn] auto-adding file using shipittrunk svn.663
Thu, 06 Dec 2007 01:38:49 -0800 dormando [svn] Checking in changes prior to tagging of version 1.2.4. Changelog diff is:trunk svn.661
Thu, 06 Dec 2007 01:36:42 -0800 dormando [svn] Changelog updatestrunk svn.660
Thu, 06 Dec 2007 01:12:49 -0800 dormando [svn] Tests are nondeterministic. Awaiting replacements.trunk svn.659
Sun, 02 Dec 2007 14:09:59 -0800 dormando [svn] link to MySQL UDFs for memcached.trunk svn.657
Sat, 01 Dec 2007 22:02:03 -0800 dormando [svn] Rolling an -rc2 with a few bugfixes, and more tests.trunk svn.656
Sat, 01 Dec 2007 21:49:39 -0800 dormando [svn] More cas tests by Chris Goffinet and Tomash Brechkotrunk svn.655
Sat, 01 Dec 2007 18:06:51 -0800 dormando [svn] If no IOV_MAX, and you're freebsd or apple platforms, define it.trunk svn.654
Sat, 01 Dec 2007 15:18:01 -0800 dormando [svn] Idiotic copy/paste mistake by dormando. Fixed by dormando ;)trunk svn.653