source: lib @ 335378

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8bece4   2 years tomash.brechko Increment version number to 0.19.
(edit) @6cff0c   2 years tomash.brechko Update copyright year.
(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) @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) @59a057   3 years tomash.brechko Increment version number to 0.16.
(edit) @449d2b   3 years tomash.brechko Update documentation for incr/decr that require a numeric value now.
(edit) @9d8467   3 years tomash.brechko Remove files committed by accident.
(edit) @6bb9a6   3 years tomash.brechko On systems lacking getaddrinfo() implement it with gethostbyname(). …
(edit) @00ce57   3 years tomash.brechko Update copyright date.
(edit) @8126ae   3 years tomash.brechko Increment version number to 0.15.
(edit) @eece31   3 years tomash.brechko Fix RT#41077: implement disconnect_all(). Patch is by norbi.nix.hu, with …
(edit) @eef7e5   4 years tomash.brechko Clarify flush_all documentation. Suggested by Andrei Voronkov.
(edit) @045fb8   4 years tomash.brechko Increment version number to 0.14.
(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) @97c859   4 years tomash.brechko Increment version number to 0.12.
(edit) @746aa9   4 years tomash.brechko Add max_size parameter. See …
(edit) @f8618a   4 years tomash.brechko Increment version number to 0.11.
(edit) @f87e1c   4 years tomash.brechko Sponsorship is in the past already.
(edit) @4a7439   4 years tomash.brechko Minor documentation fixes.
(edit) @70f6b0   4 years tomash.brechko Increment version number to 0.10.
(edit) @d5eceb   4 years tomash.brechko Add noreply => 1 example.
(edit) @6ab120   4 years tomash.brechko 'noreply' is official starting from memcached 1.2.5.
(edit) @a57c5d   4 years tomash.brechko Add hash_namespace parameter. The test t/hash_namespace.t is not added to …
(edit) @34f10e   4 years tomash.brechko Fix 'namespace' method description.
(edit) @ea3648   4 years tomash.brechko Add 'namespace' method.
(edit) @c028bb   4 years tomash.brechko Change formatter for constructor to match other methods.
(edit) @83535a   4 years tomash.brechko Fix typo in example.
(edit) @e77a68   4 years tomash.brechko Document noreply mode.
(edit) @2b0ac4   4 years tomash.brechko Increment version number to 0.09.
(edit) @f87131   4 years tomash.brechko Use better Perl version syntax.
(edit) @23c7e8   4 years tomash.brechko Fix bug with descending into servers => [ ].
(edit) @81db77   4 years tomash.brechko Replace reference to Storable with reference to serialize_methods.
(edit) @14faf4   4 years tomash.brechko Add check_args condtructor parameter.
(edit) @cf90b7   4 years tomash.brechko Add comment explaining why default compression functions are correct.
(edit) @e925ef   4 years tomash.brechko Add one more lisk to project home.
(edit) @0c6861   4 years tomash.brechko Replace compress_algo with compress_methods.
(edit) @f6cccc   4 years tomash.brechko Forbid breaking of proper names.
(edit) @7d5077   4 years tomash.brechko Increase version number to 0.08.
(edit) @5623e0   4 years tomash.brechko Add pointer  http://openhack.ru/Cache-Memcached-Fast.
(edit) @626460   4 years tomash.brechko Rename bins to buckets.
(edit) @ad4c1c   4 years tomash.brechko Add serialize_methods constructor parameter.
(edit) @fe35b8   4 years tomash.brechko For all methods use XS implementations directly.
(edit) @e03f59   4 years tomash.brechko Move delete processing into XS.
(edit) @96d5a9   4 years tomash.brechko Move incr/decr processing into XS.
(edit) @5f94c6   4 years tomash.brechko Move update commands processing into XS.
(edit) @cdbdbe   4 years tomash.brechko Process get commands inside XS.
(edit) @57ae1e   4 years tomash.brechko Move list of servers into XS.
(edit) @6ed756   4 years tomash.brechko Remove _unpack_value(). Do not use references for data.
(edit) @eafc34   4 years tomash.brechko Remove _pack_value(). Do not use reference to data.
(edit) @4d9328   4 years tomash.brechko Move storable and UTF-8 stuff into XS.
(edit) @6788977   4 years tomash.brechko Move compression stuff to XS.
(edit) @e1f107   4 years tomash.brechko Check the presence of compression module earlier.
(edit) @e68fca   4 years tomash.brechko Add utf8 constructor parameter.
(edit) @abe4dc   4 years tomash.brechko Minor example update.
(edit) @ba4e97   4 years tomash.brechko Remove AUTOLOAD method since it turned out to be not generic enough.
(edit) @ff166e   4 years tomash.brechko Better wording in docs.
(edit) @23ae82   4 years tomash.brechko Make the example copy-paste friendly.
(edit) @cb2909   4 years tomash.brechko Allow incr_multi, decr_multi, delete_multi to take just @keys.
(edit) @e8020e   4 years tomash.brechko Update AUTOLOAD method.
(edit) @3f34a0   4 years tomash.brechko Update documentation examples.
(edit) @d1c826   4 years tomash.brechko Add delete_multi command.
(edit) @529d88   4 years tomash.brechko Add incr_multi and decr_multi commands.
(edit) @d32923   4 years tomash.brechko Add add_multi, replace_multi, append_multi, prepend_multi commands.
(edit) @0ccd99   4 years tomash.brechko Add set_multi command.
(edit) @9535d0   4 years tomash.brechko Add cas_multi command.
(edit) @be68ce   4 years tomash.brechko Document ternary return values.
(edit) @b98a58   4 years tomash.brechko Explicitly store the result value from every command.
(edit) @e7680b   4 years tomash.brechko Replace appears -> appeared.
(edit) @27974c4   4 years tomash.brechko Add a comment on why rehashing is a bad idea.
(edit) @9a7c3a   4 years tomash.brechko Make server_versions command public.
(edit) @84c7ad   4 years tomash.brechko Use embedded_state instead of arith_state.
(edit) @833621   4 years tomash.brechko Remove mget XS binding.
(edit) @df427f   4 years tomash.brechko Remove client_mget(). The sequence client_reset(); client_get(); …
(edit) @3a7104   4 years tomash.brechko Add nowait_push method.
(edit) @49e183   4 years tomash.brechko Fix docs wording.
(edit) @d77e9c   4 years tomash.brechko Increase version number to 0.07.
(edit) @69cacc   4 years tomash.brechko Add 'nowait' mode.
(edit) @b0cf8f   4 years tomash.brechko Increase version number to 0.06.
(edit) @e253dd   4 years tomash.brechko Prepare class for inheritance.
(edit) @ec0b4d   4 years tomash.brechko Add docs section "UTF-8 and tainted data".
(edit) @479eae   4 years tomash.brechko decr below zero returns 0.
(edit) @7898f7   4 years tomash.brechko Docs update: decr returns nothing on underflow.
(edit) @0a9552   4 years tomash.brechko Use AUTOLOAD only for undocumented commands.
(edit) @a0374a   4 years tomash.brechko Increase version number to 0.05.
(edit) @0797f4   4 years tomash.brechko Fix docs copy-paste bug.
(edit) @85fd54   4 years tomash.brechko Increase version number to 0.04.
(edit) @596857   4 years tomash.brechko Disable cas/gets/append/prepend in the test for memcached < 1.2.4.
(edit) @83fe24   4 years tomash.brechko Add missing docs for incr and decr.
(edit) @1fb9da   4 years tomash.brechko Fix internal documentation references.
(edit) @1b90bf   4 years tomash.brechko Increase version number to 0.03.
(edit) @d4a708   4 years tomash.brechko Make documentation look more like what Module::Starter produces.
(edit) @9032c5   4 years tomash.brechko Mention limit of weight sum for the old module.
(edit) @cd76f9   4 years tomash.brechko Remove 'by' from copyright statement.
(edit) @8404c8   4 years tomash.brechko Improve ketama_points docs wording.
(edit) @80cc76   4 years tomash.brechko Add the Ketama consistent hashing algorithm.
(edit) @b06848   4 years tomash.brechko Replace integer server weights with rational. This prepares key …
(edit) @717849   4 years tomash.brechko Add server weight support.
Note: See TracRevisionLog for help on using the revision log.