root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @793 [793] 07/29/08 16:41:13 dormando replace busted distro file. Dormando dummmmmmmbbbbbbbbbbbbbb
(edit) @792 [792] 07/29/08 07:24:07 dormando Push 1.2.6 final release!
(edit) @791 [791] 07/24/08 18:25:39 dormando Upload 1.2.6-rc1
(edit) @790 [790] 07/23/08 19:18:17 ykerherve Fixed flush_all to only return success when there is a proper OK returned …
(edit) @789 [789] 06/28/08 17:15:03 bradfitz add analytics, and change my email address to link to mailing list.. heh
(edit) @788 [788] 06/23/08 04:05:28 dormando Another buffer overrun fix.
(edit) @787 [787] 06/23/08 04:05:23 dormando Allocate new conn structures with calloc. Janusz Dziemidowicz reported …
(edit) @786 [786] 06/23/08 04:05:18 dormando Fix heap corruption when copying too much data onto an item. (Dustin:) I …
(edit) @785 [785] 06/23/08 04:05:13 dormando Use calloc for allocating the hash table vs. malloc+memset. calloc is …
(edit) @784 [784] 06/23/08 04:05:08 dormando Fix freesuffix corruption. When attempting to grow the freesuffix …
(edit) @783 [783] 06/12/08 03:36:09 dormando make -k work under daemon mode (-d).
(edit) @782 [782] 06/11/08 06:29:54 dormando maybe this'll look better? Hate not being able to test BML from here :)
(edit) @781 [781] 06/11/08 06:28:03 dormando Add git repos to download page.
(edit) @774 [774] 03/31/08 07:50:20 dormando Development release of the binary tree work.
(edit) @762 [762] 03/21/08 01:33:44 bradfitz add Lua library
(edit) @750 [750] 03/04/08 08:25:16 dormando Update website for 1.2.5 release.
(edit) @749 [749] 03/03/08 20:00:41 dormando auto-adding file using shipit
(edit) @747 [747] 03/03/08 18:45:30 dormando Document a few of the stats commands.
(edit) @744 [744] 03/03/08 05:20:20 dormando Add 1.2.5-rc1 to website dist.
(edit) @743 [743] 03/03/08 05:08:47 dormando Halve distro size ;) If we want the image back, fetch it from history …
(edit) @742 [742] 03/03/08 05:08:44 dormando Add -L mode to manpage.
(edit) @741 [741] 03/03/08 05:08:40 dormando Version bump (shipit's having trouble with it), and update ChangeLog
(edit) @740 [740] 03/03/08 05:08:36 dormando per-stat-class tracking of evictions and out of memory conditions. We have …
(edit) @739 [739] 03/03/08 05:08:31 dormando Don't re-calculate the slab class id for slabs_free() either. This + …
(edit) @738 [738] 03/03/08 05:08:26 dormando Don't re-calculate the slab class id. slabs_alloc() internally calls …
(edit) @737 [737] 03/03/08 05:08:23 dormando Useless check. 'id' will never be higher than POWER_LARGEST. Which is …
(edit) @736 [736] 03/03/08 05:08:17 dormando Give 'SERVER_ERROR out of memory' errors more context.
(edit) @729 [729] 02/29/08 19:43:21 dsallings Minor refactoring of server_socket. Build the linked list out backwards …
(edit) @728 [728] 02/27/08 10:07:59 dormando Handle bind errors in server_socket() (Brian Aker) (Dormando helped!)
(edit) @726 [726] 02/27/08 03:37:18 dormando Enable UDP by default, clean up server socket code (Brian Aker)
(edit) @724 [724] 02/25/08 16:56:45 dormando Enable use of large memory pages (Trond Norbye) …
(edit) @716 [716] 02/24/08 22:28:34 dormando Make likely() and unlikely() available (Brian Aker)
(edit) @715 [715] 02/24/08 22:22:28 dormando Add new BeIT client to website.
(edit) @714 [714] 02/24/08 22:19:09 dormando Lost tests/bench, I think.
(edit) @713 [713] 02/23/08 00:47:04 hachi This change is causing massive slowdown on some operations. I have yet to …
(edit) @712 [712] 02/22/08 05:05:23 dormando Add verbose message on noreply conditions.
(edit) @711 [711] 02/22/08 04:57:55 dormando Changelog update (fix my formatting too)
(edit) @710 [710] 02/22/08 04:57:52 dormando Changelog update.
(edit) @709 [709] 02/22/08 04:57:47 dormando Cache::Memcached: use 'noreply' option in void context. (Tomash Brechko …
(edit) @708 [708] 02/22/08 04:57:41 dormando Implement 'noreply' option for update commands. (Tomash Brechko …
(edit) @707 [707] 02/22/08 04:38:00 dormando Close socket on unhandled read errors. (Tao Hui <taohui3@gmail.com>)
(edit) @706 [706] 02/19/08 07:45:13 dormando Someday I'll stop forgetting the changelog updates :)
(edit) @704 [704] 02/18/08 10:26:22 dormando Swap time(2) with gettimeofday(2), since the latter is optimized away on …
(edit) @703 [703] 02/18/08 10:10:20 dormando Add --enable-64bit to build 64-bit version of memcached (Trond Norbye) …
(edit) @702 [702] 02/18/08 10:10:17 dormando add compiler options for Sun Studio compilers with --enable-threads (Trond …
(edit) @701 [701] 02/18/08 09:22:47 dormando Support multiple interfaces returned by IPv6 interfaces. By Brian Aker …
(edit) @700 [700] 02/18/08 09:22:42 dormando IPv6 support patch by Brian Aker <brian@tangent.org>
(edit) @699 [699] 02/11/08 07:44:26 dormando Break out of the read-loop when read returns with available …
(edit) @698 [698] 02/11/08 07:34:44 dormando Use the correct headerfile for signal-related …
(edit) @697 [697] 02/11/08 06:00:40 dormando Missed again... changelog update for chunk fix.
(edit) @696 [696] 02/11/08 05:59:36 dormando The memory returned from do_slabs_alloc is currently not properly aligned …
(edit) @695 [695] 02/11/08 05:59:32 dormando Forgot ChangeLog entry for -k fix.
(edit) @694 [694] 02/11/08 05:15:03 bradfitz automated update
(edit) @693 [693] 02/11/08 04:38:23 dormando Seems like -k never worked: it requires privileges to lock the memory, but …
(edit) @691 [691] 02/06/08 23:03:53 dormando Add Evan Weaver's ruby libmemcached wrapper to API page.
(edit) @690 [690] 01/24/08 09:00:04 bradfitz automated update
(edit) @689 [689] 12/21/07 09:02:00 dormando Clarify error condition with cas set command by Tomash (modified by me).
(edit) @688 [688] 12/21/07 08:49:10 dormando Clarify which non-apr C API is under active development.
(edit) @685 [685] 12/18/07 08:41:01 dormando New C-backed perl API by Tomash.
(edit) @668 [668] 12/08/07 04:16:24 dormando Fix --disable-threads not to _enable_ them. (Tomash Brechko)
(edit) @667 [667] 12/08/07 04:16:13 dormando Fix "flush_all 0" bug. (Tomash Brechko)
(edit) @666 [666] 12/08/07 04:16:01 dormando Add test for "flush_all 0" (Tomash Brechko)
(edit) @665 [665] 12/07/07 05:56:59 dormando Believe this modified test is still useful. Based on what Tomash …
(edit) @664 [664] 12/06/07 09:47:31 dormando update website for release.
(edit) @663 [663] 12/06/07 09:38:55 dormando auto-adding file using shipit
(edit) @661 [661] 12/06/07 09:38:49 dormando Checking in changes prior to tagging of version 1.2.4. Changelog diff is:
(edit) @660 [660] 12/06/07 09:36:42 dormando Changelog updates
(edit) @659 [659] 12/06/07 09:12:49 dormando Tests are nondeterministic. Awaiting replacements.
(edit) @657 [657] 12/02/07 22:09:59 dormando link to MySQL UDFs for memcached.
(edit) @656 [656] 12/02/07 06:02:03 dormando Rolling an -rc2 with a few bugfixes, and more tests.
(edit) @655 [655] 12/02/07 05:49:39 dormando More cas tests by Chris Goffinet and Tomash Brechko
(edit) @654 [654] 12/02/07 02:06:51 dormando If no IOV_MAX, and you're freebsd or apple platforms, define it. I can't …
(edit) @653 [653] 12/01/07 23:18:01 dormando Idiotic copy/paste mistake by dormando. Fixed by dormando ;)
(edit) @652 [652] 11/28/07 17:25:02 dormando Commandline help for -a option by <bremner@unb.ca>
(edit) @651 [651] 11/21/07 19:59:12 dormando Remove conn_caswrite mode. Tomash pointed out that it's unneeded. One more …
(edit) @650 [650] 11/21/07 19:58:47 dormando Fix bugs reported by Tomash Brechko for the new cas patch.
(edit) @649 [649] 11/20/07 07:08:32 dormando Semi-official-but-not-shipit-blessed-1.2.4-rc1
(edit) @648 [648] 11/20/07 07:02:05 dormando Version bump spec file in prep for release... well, -rc.
(edit) @647 [647] 11/20/07 07:01:56 dormando Several days worth of changelog updates... Slipped my mind.
(edit) @646 [646] 11/20/07 07:01:27 dormando Dynamic suffix buffer work.
(edit) @645 [645] 11/19/07 00:15:18 dormando Reduce mutex contention in get command for multiple keys. (Tomash Brechko)
(edit) @644 [644] 11/18/07 20:37:17 dormando Document append/prepend flag/exptime ignore.
(edit) @643 [643] 11/16/07 10:28:02 dormando Append should not allow its flags or exptime to be updated.
(edit) @642 [642] 11/16/07 09:36:07 dormando Fix C operation priority bug. (Tomash Brechko)
(edit) @641 [641] 11/16/07 09:13:41 dormando Allow running tests in a build directory different from source directory. …
(edit) @640 [640] 11/16/07 07:44:39 dormando Fix CAS segfault due to wrong number of tokens (Chris Goffinet, Tomash …
(edit) @639 [639] 11/16/07 07:44:30 dormando Updated CAS test for sending empty value (Chris Goffinet …
(edit) @638 [638] 11/16/07 07:44:10 dormando Fix for CAS ID replay. (Dustin Sallings <dustin@spy.net>)
(edit) @637 [637] 11/16/07 07:43:45 dormando Test showing CAS ID replay problem. (Dustin Sallings <dustin@spy.net>)
(edit) @636 [636] 11/15/07 17:09:03 dormando Remove global id overflow check in CAS, and NOT FOUND should be NOT_FOUND.
(edit) @635 [635] 11/15/07 08:13:45 dormando CAS fix from Christ Goffinet and Dustin Sallings. Use a global …
(edit) @634 [634] 11/14/07 19:58:35 ykerherve _write_and_read return undef on error which generates unwanted warning in …
(edit) @633 [633] 11/14/07 17:11:07 dormando Missed the indentation.
(edit) @632 [632] 11/14/07 08:47:37 dormando Remove garbage whitespace, trunk now compiles again!
(edit) @631 [631] 11/14/07 07:00:04 dormando Define IOV_MAX for OS X Panther and earlier. Report submitted by js …
(edit) @630 [630] 11/12/07 17:48:54 sgrimm Always send "SERVER_ERROR out of memory" when memory exhausted. Before the …
(edit) @629 [629] 10/16/07 01:13:43 plindner Patch from David Bremner <bremner@unb.ca> that implements a new option …
(edit) @628 [628] 10/05/07 16:55:40 sgrimm Allow memcached-tool dump mode to output keys containing punctuation The …
(edit) @627 [627] 10/03/07 23:45:44 plindner update for prepend operation, thread safe version from Maxim replacing …
(edit) @626 [626] 10/03/07 23:35:24 dormando memcached MySQL storage engine by Brian Aker
Note: See TracRevisionLog for help on using the revision log.