root/branches

Revision Log Mode:


Legend:

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