root/branches/binary/server


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.
(copy) @670 [670] 12/10/07 17:57:31 dormando Start new binary protocol branch based off trunk
copied from trunk/server:
(edit) @668 [668] 12/08/07 04:16:24 dormando Fix --disable-threads not to _enable_ them. (Tomash Brechko)
Note: See TracRevisionLog for help on using the revision log.