root/trunk/server

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @788 [788] 17 months dormando Another buffer overrun fix.
(edit) @787 [787] 17 months dormando Allocate new conn structures with calloc. Janusz Dziemidowicz reported …
(edit) @786 [786] 17 months dormando Fix heap corruption when copying too much data onto an item. (Dustin:) I …
(edit) @785 [785] 17 months dormando Use calloc for allocating the hash table vs. malloc+memset. calloc is …
(edit) @784 [784] 17 months dormando Fix freesuffix corruption. When attempting to grow the freesuffix …
(edit) @783 [783] 18 months dormando make -k work under daemon mode (-d).
(edit) @747 [747] 21 months dormando Document a few of the stats commands.
(edit) @743 [743] 21 months dormando Halve distro size ;) If we want the image back, fetch it from history …
(edit) @742 [742] 21 months dormando Add -L mode to manpage.
(edit) @741 [741] 21 months dormando Version bump (shipit's having trouble with it), and update ChangeLog
(edit) @740 [740] 21 months dormando per-stat-class tracking of evictions and out of memory conditions. We have …
(edit) @739 [739] 21 months dormando Don't re-calculate the slab class id for slabs_free() either. This + …
(edit) @738 [738] 21 months dormando Don't re-calculate the slab class id. slabs_alloc() internally calls …
(edit) @737 [737] 21 months dormando Useless check. 'id' will never be higher than POWER_LARGEST. Which is …
(edit) @736 [736] 21 months dormando Give 'SERVER_ERROR out of memory' errors more context.
(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) @726 [726] 21 months dormando Enable UDP by default, clean up server socket code (Brian Aker)
(edit) @724 [724] 21 months dormando Enable use of large memory pages (Trond Norbye) …
(edit) @716 [716] 21 months dormando Make likely() and unlikely() available (Brian Aker)
(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) @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) @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) @693 [693] 22 months dormando Seems like -k never worked: it requires privileges to lock the memory, but …
(edit) @689 [689] 2 years dormando Clarify error condition with cas set command by Tomash (modified by me).
(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) @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) @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) @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.
(edit) @635 [635] 2 years dormando CAS fix from Christ Goffinet and Dustin Sallings. Use a global …
(edit) @633 [633] 2 years dormando Missed the indentation.
(edit) @632 [632] 2 years dormando Remove garbage whitespace, trunk now compiles again!
(edit) @631 [631] 2 years dormando Define IOV_MAX for OS X Panther and earlier. Report submitted by js …
(edit) @630 [630] 2 years sgrimm Always send "SERVER_ERROR out of memory" when memory exhausted. Before the …
(edit) @629 [629] 2 years plindner Patch from David Bremner <bremner@…> that implements a new option …
(edit) @628 [628] 2 years sgrimm Allow memcached-tool dump mode to output keys containing punctuation The …
(edit) @627 [627] 2 years plindner update for prepend operation, thread safe version from Maxim replacing …
(edit) @624 [624] 2 years plindner Fix for Unix Domain sockets on FreeBSD FreeBSD's sendmsg() requires …
(edit) @623 [623] 2 years plindner The memcached-tool script can now display stats. Patch provided by Dan …
(edit) @622 [622] 2 years plindner name and identity tweaks
(edit) @621 [621] 2 years plindner better wording
(edit) @620 [620] 2 years plindner Add append command support written by Filipe Laborde. Tests/protocol doc …
(edit) @619 [619] 2 years plindner Switch to unsigned 64-bit increment/decrement counters from Evan Miller …
(edit) @618 [618] 2 years plindner Fix for do_item_cachedump() which was returning an incorrect timestamp.
(edit) @617 [617] 2 years plindner add tests for CAS functionality (missed this first time around and wrote …
(edit) @616 [616] 2 years plindner Fix for stats.evictions not incrementing when exptime == 0 items are …
(edit) @615 [615] 2 years plindner Incorporate "cas" operation developed by Dustin Sallings <dustin@…> …
(edit) @609 [609] 2 years dormando Add missing stats descriptions to protocol.txt Reported by Brian Aker on …
(edit) @608 [608] 2 years plindner Incorporate incrememnt patch from Evan Miller <emiller@…> to define …
(edit) @607 [607] 2 years plindner small fix for newer versions of automake
(edit) @606 [606] 2 years acme Bring the memcached.1 manpage up to date
(edit) @604 [604] 2 years plindner Workaround crash when using -P and -d flags on x86_64 with latest libevent …
(edit) @603 [603] 2 years plindner Add ifdefs around config.h so we can get the windows port working soon
(edit) @600 [600] 2 years plindner fix function declaration for threaded compilation
(edit) @599 [599] 2 years bradfitz fixes from Paul Querna
(edit) @598 [598] 2 years bradfitz notes from facebook hackathon
(edit) @597 [597] 2 years bradfitz notes (drawing) of the binary protocol from the facebook memcached …
(edit) @596 [596] 2 years plindner Minimal doxygen configuration
(edit) @595 [595] 2 years plindner conn_add_to_freelist returns bool
(edit) @594 [594] 2 years plindner Use NULL instead of 0, generate bools for ifs
(edit) @591 [591] 2 years plindner gcc -pedantic changes, comments, signed/unsigned changes. also convert …
(edit) @590 [590] 2 years sgrimm Fix the "stats items" command; the powers-of-N chunk size change broke it
(edit) @589 [589] 2 years sgrimm Make item stats commands thread-safe
(edit) @588 [588] 2 years sgrimm Abstract out some cut-and-pasted stats output code
(edit) @587 [587] 2 years sgrimm Fix minor style inconsistencies and add some missing error checking.
(edit) @586 [586] 2 years sgrimm Minor readability improvement: "1024 * 1024" instead of "1048576". The …
Note: See TracRevisionLog for help on using the revision log.