source: @ 335378

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @335378   22 months tomash.brechko Update Changes file.
(edit) @687f7d   22 months tomash.brechko Revert "Fix SIGPIPE ignoring." Turned out some orthodox systems do not …
(edit) @ed2993   22 months tomash.brechko Revert "Describe SIGPIPE change." This reverts commit …
(edit) @8bece4   22 months tomash.brechko Increment version number to 0.19.
(edit) @3b0d05   22 months tomash.brechko Update Changes file.
(edit) @6cff0c   22 months tomash.brechko Update copyright year.
(edit) @1490f1   22 months tomash.brechko Readonly may be absent.
(edit) @24f8cd   22 months tomash.brechko use -> require, because we check for module presence at runtime.
(edit) @81d6e9   22 months tomash.brechko Include <string.h> for memcpy().
(edit) @e2906f   22 months tomash.brechko Fix RT#56142: handle Perl magic.
(edit) @ddc0ed   22 months tomash.brechko Describe SIGPIPE change.
(edit) @957de1   2 years tomash.brechko Fix SIGPIPE ignoring.
(edit) @a2317e   2 years tomash.brechko Fix t/command.t on some Solaris systems where it fails. The problem was …
(edit) @0f1abf   2 years tomash.brechko Update TODO file.
(edit) @50ab04   2 years tomash.brechko Make module thread-safe: implement CLONE().
(edit) @0e6dcf   2 years tomash.brechko Fix typos after 0.17 release.
(edit) @2bdfa3   2 years tomash.brechko Increment version number to 0.18.
(edit) @b6ccaa   2 years tomash.brechko Update Changes file.
(edit) @34bb6d   2 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) @449d2b   3 years tomash.brechko Update documentation for incr/decr that require a numeric value now.
(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) @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) @fcc91c   3 years tomash.brechko Set ai_family explicitly.
(edit) @442efc   3 years tomash.brechko Do not use invalid file descriptor.
(edit) @00ce57   3 years tomash.brechko Update copyright date.
(edit) @8126ae   3 years tomash.brechko Increment version number to 0.15.
(edit) @110200   3 years tomash.brechko Update Changes file.
(edit) @3ea02f   3 years tomash.brechko Add scripts to MANIFEST.
(edit) @eece31   3 years tomash.brechko Fix RT#41077: implement disconnect_all(). Patch is by norbi.nix.hu, with …
(edit) @dbde51   3 years tomash.brechko Better distribution of ketama points. Feed previous point instead of …
(edit) @eef7e5   3 years tomash.brechko Clarify flush_all documentation. Suggested by Andrei Voronkov.
(edit) @045fb8   3 years tomash.brechko Increment version number to 0.14.
(edit) @22c783   3 years tomash.brechko Update Changes file.
(edit) @65a14e   3 years tomash.brechko Fix compilation warning on Win32.
(edit) @b495a1   3 years tomash.brechko Move can_poll_fd() to header, and make it no-op on Win32. See added …
(edit) @f0c0ca   3 years tomash.brechko Prevent installation of libclient.a. Patch by Vladimir Timofeev.
(edit) @02370d   3 years tomash.brechko Include socket_posix.h before other headers that may depend on it.
(edit) @f36479   3 years tomash.brechko Add cast to void* that may be necessary to suppress a warning. It may be …
(edit) @c93eb8   3 years tomash.brechko Fix 'make bench' target.
(edit) @255201   3 years tomash.brechko Add bench make target ('make bench'). Also make benchmark.pl report all …
(edit) @8ba7ce   3 years tomash.brechko Fix comment: the problem was in descriptor exhaustion.
(edit) @b1ae26   3 years tomash.brechko Remove dead code. There are no plans to use UDP for now.
(edit) @e61b4e   3 years tomash.brechko Simplify the code.
(edit) @c346b2   3 years tomash.brechko Use poll() instead of select(). Implement it where not available. …
(edit) @46fd4a   3 years tomash.brechko Add Win32 support. Thanks to Yasuhiro Matsumoto for initial patch.
(edit) @11df21   3 years tomash.brechko Prepare the code for Win32 support.
(edit) @6fee7e   4 years tomash.brechko Increment version number to 0.13.
(edit) @1abb0e   4 years tomash.brechko Update Changes file.
(edit) @1d5344   4 years tomash.brechko Fix compilation with Perl 5.11 on Solaris 10.
(edit) @97c859   4 years tomash.brechko Increment version number to 0.12.
(edit) @2a4267   4 years tomash.brechko Update Changes file.
(edit) @3d952a   4 years tomash.brechko Do not use size_t/%zu, because some systems do not recognize this format.
(edit) @746aa9   4 years tomash.brechko Add max_size parameter. See …
(edit) @182fc0   4 years tomash.brechko Older versions of ExtUtils::MakeMaker? don't handle newline. Reported by …
(edit) @f8618a   4 years tomash.brechko Increment version number to 0.11.
(edit) @3a652a   4 years tomash.brechko Update Changes file.
(edit) @9729a3   4 years tomash.brechko Minor code reorganization.
(edit) @83ca7f   4 years tomash.brechko Fix key distribution bug in compatible mode. Because of accumulated …
(edit) @8e06d2   4 years tomash.brechko Add U unsigned suffix to the constant.
(edit) @0c1b17   4 years tomash.brechko Fix PASSTHRU -> PASTHRU spelling. This and previous two patches are …
(edit) @f4e8b6   4 years tomash.brechko Clean the generated files.
(edit) @175d15   4 years tomash.brechko Remove explicit OPTIMIZE setting from the makefiles. Enforcing custom …
(edit) @9b5de9   4 years tomash.brechko Optimize single server case for Ketama.
(edit) @5cbbe9   4 years tomash.brechko Rename prefix_crc32 to prefix_hash.
(edit) @b1cbae   4 years tomash.brechko Change dispatch_set_prefix_crc32() to dispatch_set_prefix().
(edit) @279733d   4 years tomash.brechko Make compute_crc32_add() more optimal.
(edit) @272c52   4 years tomash.brechko Fix hash_namespace: it should be enabled before we set the namespace.
(edit) @399607   4 years tomash.brechko Remove redundant parenthesis.
(edit) @3760ea   4 years tomash.brechko Remove unused heade.
(edit) @dfab1e   4 years tomash.brechko In the case of collision, add new servers to the end of equal run.
(edit) @2986b7   4 years tomash.brechko Fix comment wording.
(edit) @f1cd57   4 years tomash.brechko Among several equal points, choose first. This will fix key invalidation …
(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) @75a581   4 years tomash.brechko Update Changes file.
(edit) @d5eceb   4 years tomash.brechko Add noreply => 1 example.
(edit) @0fccd1   4 years tomash.brechko Add NOREPLY switch.
(edit) @787337   4 years tomash.brechko Add t/noreply.t.
(edit) @a0b8bf   4 years tomash.brechko Control latency-throughput with TCP_NODELAY.
(edit) @cc8dfa   4 years tomash.brechko Add benchmark for latency issues.
(edit) @bc8e86   4 years tomash.brechko Enable 'noreply' automatically if servers support it.
(edit) @f07663   4 years tomash.brechko Clean TODO file.
(edit) @b7662a   4 years tomash.brechko Simplify serialize_methods code, make it the same as for compress_methods.
(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) @ed67ff   4 years tomash.brechko Remove t/encoding.t from distribution. This test fails on Perl 5.6 …
(edit) @34f10e   4 years tomash.brechko Fix 'namespace' method description.
(edit) @ea3648   4 years tomash.brechko Add 'namespace' method.
(edit) @4767f2   4 years tomash.brechko Add destructors for serialization methods.
(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.
Note: See TracRevisionLog for help on using the revision log.