root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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 …
(edit) @585 [585] 2 years plindner adjust path to be relative add rpm version update
(edit) @584 [584] 2 years plindner auto-adding file using shipit
(edit) @582 [582] 2 years plindner Checking in changes prior to tagging of version 1.2.3. Changelog diff is:
(edit) @581 [581] 2 years plindner add INSTALL to properties to ignore
(edit) @580 [580] 2 years plindner add svn:ignore for INSTALL
(edit) @579 [579] 2 years plindner prep for 1.2.3
(edit) @578 [578] 2 years plindner use separate directory for pid files
(edit) @577 [577] 2 years bradfitz add tests for stats and rename tests (from Ronald J Kimball …
(edit) @576 [576] 2 years bradfitz update the stats method (from Ronald J Kimball …
(edit) @575 [575] 2 years bradfitz doc update
(edit) @574 [574] 2 years bradfitz * arguments to 'new' constructor can be %hash or $hashref now …
(edit) @573 [573] 2 years bradfitz * work around a Perl segfault (Matthieu PATOU <mp@…>) …
(edit) @572 [572] 2 years ask oops - unbreak the site from last commit, I hope
(edit) @571 [571] 2 years ask add wiki link (Brad, take it out if that's not ok) add subversion link …
(edit) @570 [570] 2 years plindner Solaris portability fixes from Trond Norbye
(edit) @568 [568] 2 years bradfitz Checking in changes prior to tagging of version 1.23. Changelog diff …
(edit) @567 [567] 2 years bradfitz add 'remove' as an alias for 'delete' (Dave Cardwell …
(edit) @566 [566] 2 years bradfitz patch from Steve Grimm to remove unused code.
(edit) @564 [564] 2 years bradfitz fix from: http://rt.cpan.org/Public/Bug/Display.html?id=27181 and remove …
(edit) @563 [563] 2 years plindner wait for unix socket to be created
(edit) @562 [562] 2 years plindner get rid of underquoted messages
(edit) @561 [561] 3 years plindner correct evictions statistics docs
(edit) @559 [559] 3 years ask - fix broken Cache::Memcached link - s/CVS/Subversion/
(edit) @558 [558] 3 years hachi Add hook support to memcache client, and define a few hooks for use in …
(edit) @557 [557] 3 years plindner updated unit tests, better spec file
(edit) @556 [556] 3 years hachi Move check for XS module availaiblity to below the definition of $VERSION. …
(edit) @553 [553] 3 years plindner further prototype fixes
(edit) @552 [552] 3 years plindner some minor prototype fixes
(edit) @551 [551] 3 years plindner cleanup unistd.h, better spec file, remove warnings from threads.c
(edit) @550 [550] 3 years plindner fix for freebsd 6.x (and perhaps others)
(edit) @548 [548] 3 years hachi make clean should clean up the generated constants files.
(edit) @547 [547] 3 years hachi Remove fallback files for constants.
(edit) @546 [546] 3 years hachi I don't actually have a specfile yet for this, forgot.
(edit) @545 [545] 3 years hachi Add shipit config file.
(edit) @544 [544] 3 years hachi ExtUtils::Constant usage updates.
(edit) @543 [543] 3 years plindner add rpm spec file, new sysv init script
(edit) @542 [542] 3 years hachi Update docs and prepare for a release.
(edit) @541 [541] 3 years hachi Script that does automatically does many runs for gathering statistics.
(edit) @540 [540] 3 years plindner website updates for 1.2.2
(edit) @539 [539] 3 years hachi Make benchmarking a little more dynamic, and spit out some basic …
(edit) @538 [538] 3 years bradfitz + * let parser_class be configured as a constructor option, + …
(edit) @537 [537] 3 years bradfitz auto-adding file using shipit
(edit) @535 [535] 3 years bradfitz committing prior to releasing 1.2.2
(edit) @534 [534] 3 years bradfitz 3 tests, not 2
(edit) @533 [533] 3 years hachi Add memtest.pl, a rough benchmarking tool for memcache perl client.
(edit) @531 [531] 3 years bradfitz Checking in changes prior to tagging of version 1.21. Changelog diff …
(edit) @530 [530] 3 years bradfitz merging client-xs-20070328 branch into trunk
(edit) @523 [523] 3 years plindner clean up contributors list
(edit) @522 [522] 3 years plindner one less contributors file, CONTRIBUTORS.txt is newer…
(edit) @521 [521] 3 years plindner Bug fix from Xueron Nee <xueron@…> for -l args problems. Added …
(edit) @520 [520] 3 years plindner remove errant bold tag
(edit) @519 [519] 3 years plindner update with all recent releases
(edit) @517 [517] 3 years bradfitz Checking in changes prior to tagging of version 1.20. Changelog diff …
(edit) @516 [516] 3 years bradfitz noise cleanup, prior to using shipit
(edit) @515 [515] 3 years plindner stdbool is in memcached.h
(edit) @514 [514] 3 years sgrimm Apply command tokenizer performance/cleanup patch from Paolo Borelli.
(edit) @513 [513] 3 years plindner Updated docs to reflect that memcached works fine on macs with recent …
(edit) @512 [512] 3 years plindner first pass at pedantic ansi-c changes, use bools/consts.
(edit) @511 [511] 3 years bradfitz prep for using shipit
(edit) @510 [510] 3 years plindner Part 1 of the Windows compatibility patch
(edit) @509 [509] 3 years sgrimm Merge multithreaded into trunk, commit #2 (first commit only did the new …
(edit) @508 [508] 3 years sgrimm Merge multithreaded branch into trunk.
(edit) @505 [505] 3 years plindner Ansi C and small logic tweaks
(edit) @504 [504] 3 years plindner use (more) correct logic
(edit) @503 [503] 3 years plindner use bools for booleans
(edit) @502 [502] 3 years plindner add new experimental dump mode
(edit) @501 [501] 3 years plindner fix potential bug with memcpy(), use in two more places
(edit) @500 [500] 3 years plindner use EXIT_* constants
(edit) @498 [498] 3 years plindner more fixes from Paolo
(edit) @496 [496] 3 years plindner Add patch for changable verbosity levels
(edit) @494 [494] 3 years plindner ignore autogenerated config.h
(edit) @492 [492] 3 years plindner update clean-whitespace, add automated whitespace test, and clean …
(edit) @491 [491] 3 years plindner catch autoconf mixed tabs/spaces too
(edit) @489 [489] 3 years plindner Add cleanup patch from "Tim Yardley" <liquid@…> to clean up …
(edit) @484 [484] 3 years plindner Added protocol clarification
(edit) @483 [483] 3 years plindner add reference to pgmemcache project
(edit) @482 [482] 3 years plindner Patch from Eli Bingham <eli@…> to re-enable the -n switch to …
(edit) @478 [478] 3 years jacques Fix style
(edit) @477 [477] 3 years jacques Link to the mailing lists
(edit) @476 [476] 3 years plindner * Add patch to collect eviction statistics from Jean-Francois BUSTARRET …
(edit) @475 [475] 3 years plindner Make this test pass for now, mark with TODO
(edit) @473 [473] 3 years plindner * Remove unused parameter to item_size_ok() * Use a single printf() in …
(edit) @472 [472] 3 years plindner add tests for maximum size and various value sizes
(edit) @471 [471] 3 years bradfitz +2007-03-17 + * crash fix from Thomas van Gulick …
(edit) @470 [470] 3 years bradfitz PECL client
(edit) @468 [468] 3 years plindner multiple cleanups/refactoring, see ChangeLog
(edit) @465 [465] 3 years plindner Fix type-punning problems by replacing do_realloc
(edit) @464 [464] 3 years plindner Fix slab prealloc access to uninitialized data/zero-length mallocs
(edit) @463 [463] 3 years plindner Adding Notes about refactoring
(edit) @460 [460] 3 years bradfitz automated update
(edit) @459 [459] 3 years bradfitz automated update
(edit) @458 [458] 3 years jacques updated filename
(edit) @457 [457] 3 years jacques Bumped the version to 1.2.1 which was released on the 5th of December
(edit) @456 [456] 3 years bradfitz 2006-12-23 * fix expirations of items set with absolute expiration …
Note: See TracRevisionLog for help on using the revision log.