root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @778 [778] 04/18/08 06:11:40 dsallings Binary quit command from Trond Norbye.
(edit) @777 [777] 04/17/08 07:28:03 astone Update the stylesheet paths to point to xml2rfc/ now.
(edit) @776 [776] 04/17/08 07:22:51 astone Rearrange the binary protocol docs and xml2rfc tools.
(edit) @775 [775] 04/02/08 17:41:43 dsallings Syscall optimizations from Trond Norbye. From Trond: I have been using …
(edit) @773 [773] 03/30/08 08:16:46 dormando Super ghetto version bump... It's a development release!
(edit) @772 [772] 03/30/08 08:08:45 dormando BIN_RES_MAGIC should be 0x81 as described in the protocol document. Also …
(edit) @771 [771] 03/29/08 09:36:33 dormando 16/4 == 4.
(edit) @770 [770] 03/29/08 09:36:30 dormando All tests pass... except memcached-debug doesn't work.
(edit) @769 [769] 03/29/08 09:36:25 dormando All existing tests pass.
(edit) @768 [768] 03/28/08 04:26:59 dormando Most tests pass now. MultiGet is still busted.
(edit) @767 [767] 03/27/08 04:31:35 dormando Fix incr/decr perl tests. Next up is CAS, which are no longer separate …
(edit) @766 [766] 03/25/08 21:05:29 dsallings 1) I don't have any prototype for daemon 2) The signature for …
(edit) @765 [765] 03/25/08 08:25:18 dormando More perl binary protocol tests passing now. Still a lot broken.
(edit) @764 [764] 03/25/08 08:25:15 dormando Updating perl tests. Now works a little again. Fails 'Simple set/get'
(edit) @763 [763] 03/25/08 06:26:01 dormando Make unix domain sockets work again.
(edit) @761 [761] 03/19/08 05:19:32 dsallings Updated protocol xml to match protcol txt
(edit) @760 [760] 03/19/08 05:18:15 dsallings Alignment fixes for 64-bit processors.
(edit) @759 [759] 03/18/08 17:21:31 dsallings Style fix: horizontal spacing
(edit) @758 [758] 03/18/08 17:21:28 dsallings Style fix: responseBuf -> response_buf
(edit) @757 [757] 03/18/08 17:21:24 dsallings Avoid a memcpy by writing directly to wbuf.
(edit) @756 [756] 03/18/08 17:21:21 dsallings Removed commented-out managed bucket stuff from the bin protocol.
(edit) @755 [755] 03/18/08 17:21:13 dsallings Use the bin substate enum as well
(edit) @754 [754] 03/18/08 17:21:05 dsallings Ensure all connection states are expressed as enums. Function …
(edit) @753 [753] 03/18/08 17:21:01 dsallings Fix another protocol enum
(edit) @752 [752] 03/17/08 07:40:41 dsallings Handle protocol enums more correctly.
(edit) @751 [751] 03/07/08 08:12:47 dsallings Merge commit 'trunk' into lbinary as of …
(edit) @746 [746] 03/03/08 18:16:26 dsallings Reducing verbosity in the binary protocol handling.
(edit) @745 [745] 03/03/08 07:51:02 dsallings Merged commit 'trunk' into lbinary as of r744
(edit) @735 [735] 03/01/08 05:52:37 dsallings Decreased verbosity around connection protocol discovery. A lot of this …
(edit) @734 [734] 03/01/08 02:43:37 dsallings removed dead code
(edit) @733 [733] 03/01/08 02:43:32 dsallings Removed -B option. Protocol is always auto-discovered.
(edit) @732 [732] 03/01/08 02:43:28 dsallings Auto-discover the protocol being spoken on a per-connection basis.
(edit) @731 [731] 02/29/08 20:01:44 dsallings Merge commit 'trunk' into lbinary r729 (server_socket …
(edit) @730 [730] 02/29/08 20:01:41 dsallings Merge commit 'trunk' into lbinary as of r728 Handle bind errors in …
(edit) @727 [727] 02/27/08 05:54:16 dsallings Merge commit 'trunk' into lbinary as of …
(edit) @725 [725] 02/25/08 18:37:08 dsallings Merge commit 'trunk' into lbinary as of …
(edit) @723 [723] 02/25/08 07:56:06 dsallings Merge commit 'trunk' into lbinary as of r716
(edit) @722 [722] 02/25/08 07:55:50 dsallings Merged through r712 Conflicts: server/memcached.h
(edit) @721 [721] 02/25/08 07:55:41 dsallings Build the connection list out so that we don't lose connections.
(edit) @720 [720] 02/25/08 07:55:36 dsallings Print the listening protocol in debug.
(edit) @719 [719] 02/25/08 07:55:30 dsallings Fixed another place where a protocol was referenced by an magic integer.
(edit) @718 [718] 02/25/08 07:55:25 dsallings Refactored connection setup into a separate function. This loop …
(edit) @717 [717] 02/25/08 07:55:14 dsallings Merge branch 'master' into binary-merged This was a big hack of a merge, …
(edit) @705 [705] 02/18/08 20:35:14 astone Updated the xml2rfc generated txt output.
(edit) @692 [692] 02/11/08 00:24:55 dormando Binary protocol updates for binary incr/decr response. (Dustin Sallings)
(edit) @687 [687] 12/19/07 09:27:19 astone Some minor updates to the base binary protocol document. First pass at a …
(edit) @686 [686] 12/19/07 08:34:45 dormando Updates for the new binary protocol (draft-stone-memcache-binary-01). …
(edit) @684 [684] 12/16/07 06:06:15 astone Updated binary protocol docs.
(edit) @683 [683] 12/14/07 14:29:13 astone Binary protocol documentation.
(edit) @682 [682] 12/13/07 09:26:50 hachi Add decrement test, which is currently failing. This is due to a problem …
(edit) @681 [681] 12/13/07 09:09:41 hachi CAS testing
(edit) @680 [680] 12/13/07 07:48:54 hachi 64bit tests work on 32bit by cheating and using doubles and not …
(edit) @679 [679] 12/13/07 03:27:36 hachi More working tests, attempt at 64bit on 32bit perl.
(edit) @678 [678] 12/13/07 02:46:03 hachi More of the tests working... 64bit counters isn't being tested properly …
(edit) @677 [677] 12/13/07 01:12:36 hachi Now working, set get delete flush and version
(edit) @676 [676] 12/12/07 19:52:22 hachi Partially done test for binary protocol. Almost a pure translation of …
(edit) @675 [675] 12/11/07 03:34:16 dormando Credit more contributors.
(edit) @674 [674] 12/11/07 03:29:00 dormando Binary server CAS command by Dustin Sallings and Chris Goffinet
(edit) @673 [673] 12/11/07 03:28:46 dormando Binary server patches by Dustin Sallings and Chris Goffinet
(edit) @672 [672] 12/11/07 03:28:34 dormando protocol-flag patch from Dustin Sallings
(edit) @671 [671] 12/11/07 02:01:42 dormando Adding myself to CONTRIBUTORS; this is a test.
(edit) @670 [670] 12/10/07 17:57:31 dormando Start new binary protocol branch based off trunk
(edit) @669 [669] 12/10/07 17:54:21 dormando move old semi-broken binary branch out of the way.
(edit) @658 [658] 12/03/07 08:17:24 dormando Binary branch, code from Dustin Sallings and a few others
(edit) @593 [593] 07/10/07 05:39:02 sgrimm Fix a broken #ifdef condition
(edit) @592 [592] 07/10/07 05:35:49 sgrimm New branch for "append to value" hackathon feature
(edit) @560 [560] 05/25/07 00:28:05 plindner get rid of warning message about underquoted definitions
(edit) @555 [555] 05/08/07 00:20:20 plindner incorporate win32 patch
(edit) @554 [554] 05/08/07 00:10:58 plindner branch for win32 dev
(edit) @529 [529] 05/02/07 21:57:25 bradfitz cleanup, cleanup, cleanup, cleanup. and some tests. and use the new …
(edit) @528 [528] 05/02/07 21:18:35 hachi Postpone this clearing of ON_ITEM because we need it after final answer.
(edit) @527 [527] 05/02/07 20:46:56 hachi Now that we have working constants, we should use them. Also making this …
(edit) @526 [526] 05/02/07 20:43:18 hachi Make perl space constants out of the ones in XS land.
(edit) @525 [525] 05/02/07 20:41:57 hachi Switch a couple int types to IV. Trying to be more consistent in the usage …
(edit) @524 [524] 05/02/07 20:22:05 hachi Add a test to make sure it at least starts up properly.
(edit) @507 [507] 04/16/07 15:18:35 sgrimm Merge a few more missing changes from trunk to multithreaded.
(edit) @506 [506] 04/16/07 14:02:37 plindner Merge in latest changes from trunk. svn merge -r 500:505 …
(edit) @499 [499] 04/12/07 17:38:46 plindner merge in 496:498
(edit) @497 [497] 04/12/07 14:40:18 plindner Merge in rev 496 -- support for verbosity switching svn merge -r 495:496 …
(edit) @495 [495] 04/10/07 14:58:42 plindner ignore config.h
(edit) @493 [493] 04/10/07 11:54:23 plindner update clean-whitespace, add automated whitespace test, and clean …
(edit) @490 [490] 04/08/07 15:29:03 plindner Add cleanup patch from "Tim Yardley" <liquid@haveheart.com> to clean up …
(edit) @488 [488] 04/08/07 15:21:45 plindner merge 473:486 here too
(edit) @487 [487] 04/08/07 15:21:12 plindner Merge up changes from trunk, add STATS_LOCK()/STATS_UNLOCK() for new stats …
(edit) @486 [486] 04/05/07 22:06:33 hachi Unfinished writing of the parse_from_sock function in XS... may make …
(edit) @485 [485] 04/05/07 02:17:22 hachi These changes make it quite a bit faster, but require some changes in the …
(edit) @481 [481] 03/30/07 09:10:06 hachi Whitespace changes.
(edit) @480 [480] 03/30/07 09:07:27 hachi Raw checkin of changes from Aaron
(edit) @479 [479] 03/30/07 08:53:11 hachi Branch for XS client work.
(edit) @474 [474] 03/19/07 06:53:52 plindner Merge 470:473 from trunk, including realloc fixes, minor code cleanups …
(edit) @469 [469] 03/06/07 22:11:22 plindner Merge r468 into multithreaded branch
(edit) @467 [467] 03/06/07 11:30:44 plindner Incorporate changes from 426:462 on trunk
(edit) @466 [466] 03/06/07 10:45:28 plindner Merge in two changes from trunk. svn merge -r 463:465 …
(edit) @462 [462] 03/05/07 23:38:52 sgrimm Add stats collection based on key prefixes, which are assumed to specify …
(edit) @461 [461] 03/02/07 03:44:59 sgrimm Fix an off-by-one error in the multithreaded version's message passing …
(edit) @449 [449] 11/26/06 18:47:33 kronuz Patches applied for main branch
(edit) @447 [447] 11/24/06 08:15:44 sgrimm Forgot to svn add the new source file with all the thread functions!
(edit) @446 [446] 11/23/06 22:21:26 kronuz Using WSASendTo() for sendmsg() (fixed all the issues)
(edit) @445 [445] 11/23/06 22:20:27 kronuz working in sendmsg() implementation
(edit) @444 [444] 11/23/06 19:23:44 kronuz Fixed some issues after the Sync with 1.2.0
Note: See TracRevisionLog for help on using the revision log.