root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @729 [729] 21 months dsallings Minor refactoring of server_socket. Build the linked list out backwards …
(edit) @728 [728] 21 months dormando Handle bind errors in server_socket() (Brian Aker) (Dormando helped!)
(edit) @727 [727] 21 months dsallings Merge commit 'trunk' into lbinary as of …
(edit) @726 [726] 21 months dormando Enable UDP by default, clean up server socket code (Brian Aker)
(edit) @725 [725] 21 months dsallings Merge commit 'trunk' into lbinary as of …
(edit) @724 [724] 21 months dormando Enable use of large memory pages (Trond Norbye) …
(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) @716 [716] 21 months dormando Make likely() and unlikely() available (Brian Aker)
(edit) @715 [715] 21 months dormando Add new BeIT client to website.
(edit) @714 [714] 21 months dormando Lost tests/bench, I think.
(edit) @713 [713] 21 months hachi This change is causing massive slowdown on some operations. I have yet to …
(edit) @712 [712] 21 months dormando Add verbose message on noreply conditions.
(edit) @711 [711] 21 months dormando Changelog update (fix my formatting too)
(edit) @710 [710] 21 months dormando Changelog update.
(edit) @709 [709] 21 months dormando Cache::Memcached: use 'noreply' option in void context. (Tomash Brechko …
(edit) @708 [708] 21 months dormando Implement 'noreply' option for update commands. (Tomash Brechko …
(edit) @707 [707] 21 months dormando Close socket on unhandled read errors. (Tao Hui <taohui3@…>)
(edit) @706 [706] 22 months dormando Someday I'll stop forgetting the changelog updates :)
(edit) @705 [705] 22 months astone Updated the xml2rfc generated txt output.
(edit) @704 [704] 22 months dormando Swap time(2) with gettimeofday(2), since the latter is optimized away on …
(edit) @703 [703] 22 months dormando Add --enable-64bit to build 64-bit version of memcached (Trond Norbye) …
(edit) @702 [702] 22 months dormando add compiler options for Sun Studio compilers with --enable-threads (Trond …
(edit) @701 [701] 22 months dormando Support multiple interfaces returned by IPv6 interfaces. By Brian Aker …
(edit) @700 [700] 22 months dormando IPv6 support patch by Brian Aker <brian@…>
(edit) @699 [699] 22 months dormando Break out of the read-loop when read returns with available …
(edit) @698 [698] 22 months dormando Use the correct headerfile for signal-related …
(edit) @697 [697] 22 months dormando Missed again... changelog update for chunk fix.
(edit) @696 [696] 22 months dormando The memory returned from do_slabs_alloc is currently not properly aligned …
(edit) @695 [695] 22 months dormando Forgot ChangeLog entry for -k fix.
(edit) @694 [694] 22 months bradfitz automated update
(edit) @693 [693] 22 months dormando Seems like -k never worked: it requires privileges to lock the memory, but …
(edit) @692 [692] 22 months dormando Binary protocol updates for binary incr/decr response. (Dustin Sallings)
(edit) @691 [691] 22 months dormando Add Evan Weaver's ruby libmemcached wrapper to API page.
(edit) @690 [690] 22 months bradfitz automated update
(edit) @689 [689] 2 years dormando Clarify error condition with cas set command by Tomash (modified by me).
(edit) @688 [688] 2 years dormando Clarify which non-apr C API is under active development.
(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) @685 [685] 2 years dormando New C-backed perl API by Tomash.
(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) @668 [668] 2 years dormando Fix --disable-threads not to _enable_ them. (Tomash Brechko)
(edit) @667 [667] 2 years dormando Fix "flush_all 0" bug. (Tomash Brechko)
(edit) @666 [666] 2 years dormando Add test for "flush_all 0" (Tomash Brechko)
(edit) @665 [665] 2 years dormando Believe this modified test is still useful. Based on what Tomash …
(edit) @664 [664] 2 years dormando update website for release.
(edit) @663 [663] 2 years dormando auto-adding file using shipit
(edit) @662 [662] 2 years dormando Tagging version '1.2.4' using shipit.
(edit) @661 [661] 2 years dormando Checking in changes prior to tagging of version 1.2.4. Changelog diff is:
(edit) @660 [660] 2 years dormando Changelog updates
(edit) @659 [659] 2 years dormando Tests are nondeterministic. Awaiting replacements.
(edit) @658 [658] 2 years dormando Binary branch, code from Dustin Sallings and a few others
(edit) @657 [657] 2 years dormando link to MySQL UDFs for memcached.
(edit) @656 [656] 2 years dormando Rolling an -rc2 with a few bugfixes, and more tests.
(edit) @655 [655] 2 years dormando More cas tests by Chris Goffinet and Tomash Brechko
(edit) @654 [654] 2 years dormando If no IOV_MAX, and you're freebsd or apple platforms, define it. I can't …
(edit) @653 [653] 2 years dormando Idiotic copy/paste mistake by dormando. Fixed by dormando ;)
(edit) @652 [652] 2 years dormando Commandline help for -a option by <bremner@…>
(edit) @651 [651] 2 years dormando Remove conn_caswrite mode. Tomash pointed out that it's unneeded. One more …
(edit) @650 [650] 2 years dormando Fix bugs reported by Tomash Brechko for the new cas patch.
(edit) @649 [649] 2 years dormando Semi-official-but-not-shipit-blessed-1.2.4-rc1
(edit) @648 [648] 2 years dormando Version bump spec file in prep for release... well, -rc.
(edit) @647 [647] 2 years dormando Several days worth of changelog updates... Slipped my mind.
(edit) @646 [646] 2 years dormando Dynamic suffix buffer work.
(edit) @645 [645] 2 years dormando Reduce mutex contention in get command for multiple keys. (Tomash Brechko)
(edit) @644 [644] 2 years dormando Document append/prepend flag/exptime ignore.
(edit) @643 [643] 2 years dormando Append should not allow its flags or exptime to be updated.
(edit) @642 [642] 2 years dormando Fix C operation priority bug. (Tomash Brechko)
(edit) @641 [641] 2 years dormando Allow running tests in a build directory different from source directory. …
(edit) @640 [640] 2 years dormando Fix CAS segfault due to wrong number of tokens (Chris Goffinet, Tomash …
(edit) @639 [639] 2 years dormando Updated CAS test for sending empty value (Chris Goffinet …
(edit) @638 [638] 2 years dormando Fix for CAS ID replay. (Dustin Sallings <dustin@…>)
(edit) @637 [637] 2 years dormando Test showing CAS ID replay problem. (Dustin Sallings <dustin@…>)
(edit) @636 [636] 2 years dormando Remove global id overflow check in CAS, and NOT FOUND should be NOT_FOUND.
Note: See TracRevisionLog for help on using the revision log.