source: Changes @ 335378

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @335378   2 years tomash.brechko Update Changes file.
(edit) @ed2993   2 years tomash.brechko Revert "Describe SIGPIPE change." This reverts commit …
(edit) @8bece4   2 years tomash.brechko Increment version number to 0.19.
(edit) @3b0d05   2 years tomash.brechko Update Changes file.
(edit) @e2906f   2 years tomash.brechko Fix RT#56142: handle Perl magic.
(edit) @ddc0ed   2 years tomash.brechko Describe SIGPIPE change.
(edit) @a2317e   2 years tomash.brechko Fix t/command.t on some Solaris systems where it fails. The problem was …
(edit) @50ab04   3 years tomash.brechko Make module thread-safe: implement CLONE().
(edit) @2bdfa3   3 years tomash.brechko Increment version number to 0.18.
(edit) @b6ccaa   3 years tomash.brechko Update Changes file.
(edit) @34bb6d   3 years tomash.brechko Remove delay (aka expiration) parameter for delete() and delete_multi().
(edit) @89a74b   3 years tomash.brechko Increment version number to 0.17.
(edit) @caf3ec   3 years tomash.brechko Update Changes file.
(edit) @fa82f9   3 years tomash.brechko Add missing files.
(edit) @59a057   3 years tomash.brechko Increment version number to 0.16.
(edit) @a4fd16   3 years tomash.brechko Update Changes file.
(edit) @49f983   3 years tomash.brechko Starting with memcached 1.3.3 incr/decr commands require a number. Patch …
(edit) @91213d   3 years tomash.brechko Describe Ketama transition as suggested by Masahiro Nagano.
(edit) @6bb9a6   3 years tomash.brechko On systems lacking getaddrinfo() implement it with gethostbyname(). …
(edit) @8126ae   3 years tomash.brechko Increment version number to 0.15.
(edit) @110200   3 years tomash.brechko Update Changes file.
(edit) @045fb8   4 years tomash.brechko Increment version number to 0.14.
(edit) @22c783   4 years tomash.brechko Update Changes file.
(edit) @b495a1   4 years tomash.brechko Move can_poll_fd() to header, and make it no-op on Win32. See added …
(edit) @255201   4 years tomash.brechko Add bench make target ('make bench'). Also make benchmark.pl report all …
(edit) @c346b2   4 years tomash.brechko Use poll() instead of select(). Implement it where not available. …
(edit) @46fd4a   4 years tomash.brechko Add Win32 support. Thanks to Yasuhiro Matsumoto for initial patch.
(edit) @6fee7e   4 years tomash.brechko Increment version number to 0.13.
(edit) @1abb0e   4 years tomash.brechko Update Changes file.
(edit) @97c859   4 years tomash.brechko Increment version number to 0.12.
(edit) @2a4267   4 years tomash.brechko Update Changes file.
(edit) @746aa9   4 years tomash.brechko Add max_size parameter. See …
(edit) @f8618a   4 years tomash.brechko Increment version number to 0.11.
(edit) @3a652a   4 years tomash.brechko Update Changes file.
(edit) @70f6b0   4 years tomash.brechko Increment version number to 0.10.
(edit) @75a581   4 years tomash.brechko Update Changes file.
(edit) @ea3648   4 years tomash.brechko Add 'namespace' method.
(edit) @b995a3   4 years tomash.brechko Fix warning about cast from ptr to int on 64-bit. The cast itself is …
(edit) @6f7296   4 years tomash.brechko Update Changes file.
(edit) @14faf4   4 years tomash.brechko Add check_args condtructor parameter.
(edit) @0c6861   4 years tomash.brechko Replace compress_algo with compress_methods.
(edit) @aa680b   4 years tomash.brechko Update Changes file.
(edit) @5a419f   4 years tomash.brechko Better wording in Changes file.
(edit) @0111b0   4 years tomash.brechko Update Changes file.
(edit) @ad4c1c   4 years tomash.brechko Add serialize_methods constructor parameter.
(edit) @0716e1   4 years tomash.brechko Update Changes file.
(edit) @e68fca   4 years tomash.brechko Add utf8 constructor parameter.
(edit) @823293   4 years tomash.brechko Merge compare.pl into benchmark.pl.
(edit) @be68ce   4 years tomash.brechko Document ternary return values.
(edit) @03d51a   4 years tomash.brechko Make nowait_count and command_count consistent.
(edit) @9a7c3a   4 years tomash.brechko Make server_versions command public.
(edit) @3a7104   4 years tomash.brechko Add nowait_push method.
(edit) @381e4f   4 years tomash.brechko Remove t/03-flush_all.t.
(edit) @32c4e7   4 years tomash.brechko Update Changes.
(edit) @90caf2   4 years tomash.brechko Add "Changes since 0.05" line.
(edit) @e8f840   4 years tomash.brechko Fix for subtle race bug. get_multi and gets_multi when you have more than …
(edit) @f8ba75   4 years tomash.brechko Fix 'nowait' bug: do not clear partial reply in receive buffer.
(edit) @2a2bff   4 years tomash.brechko Make 'noreply' setting per-server.
(edit) @88d858   4 years tomash.brechko Update Changes.
(edit) @ec0b4d   4 years tomash.brechko Add docs section "UTF-8 and tainted data".
(edit) @e31169   4 years tomash.brechko Do not use localhost.localdomain, which isn't resolved on FreeBSD.
(edit) @ad882e   4 years tomash.brechko Better wording in Changes.
(edit) @6e75c7   4 years tomash.brechko Rename sun to s_unix, because former is reserved on Sun systems.
(edit) @9f3297   4 years tomash.brechko Split the test case.
(edit) @175820   4 years tomash.brechko Add incr and decr to script/compare.pl and script/benchmark.pl.
(edit) @0a9552   4 years tomash.brechko Use AUTOLOAD only for undocumented commands.
(edit) @75b8cd   4 years tomash.brechko Use custom Ref_SV instead of SVREF, which has another meaning.
(edit) @66154e   4 years tomash.brechko Some systems do not have AI_ADDRCONFIG.
(edit) @1270bb   4 years tomash.brechko Perl 5.6.2 doesn't have const char * in its typemap.
(edit) @045382   4 years tomash.brechko Update Changes and README for release.
(edit) @2054b1   4 years tomash.brechko First public release.
(edit) @80cc76   4 years tomash.brechko Add the Ketama consistent hashing algorithm.
(edit) @717849   4 years tomash.brechko Add server weight support.
(edit) @bba037   4 years tomash.brechko Update Changes and README files. Also fix some typos in Fast.pm.
(edit) @2a737e   4 years tomash.brechko Add Changes entry.
(edit) @ef7534   4 years tomash.brechko Rename module from Cache::MemcachedFast? to Cache::Memcached::Fast.
(edit) @79348d   4 years tomash.brechko Rename Cache::Memcached1 to Cache::MemcachedFast?.
(add) @c05b1a   4 years tomash.brechko Add result of h2xs -O --omit-autoload --compat-version=5.6.0 \ …
Note: See TracRevisionLog for help on using the revision log.