|
|
|
@833
|
[833]
|
5 weeks |
bradfitz |
Checking in changes prior to tagging of version 1.28. Changelog diff …
|
|
|
|
@829
|
[829]
|
7 weeks |
ask |
Encode.pm is 5.8.0+
|
|
|
|
@827
|
[827]
|
2 months |
bradfitz |
Checking in changes prior to tagging of version 1.27. Changelog diff …
|
|
|
|
@826
|
[826]
|
2 months |
ask |
Make 02_keys test work on older perl and with version.pm being optional
|
|
|
|
@825
|
[825]
|
2 months |
ask |
Fix server version check in keys test
|
|
|
|
@824
|
[824]
|
2 months |
ask |
Only test append/prepend support if the server is >= 1.2.4
|
|
|
|
@823
|
[823]
|
2 months |
ask |
Update ChangeLog
|
|
|
|
@820
|
[820]
|
3 months |
athomason |
The key reconstituted from server by get_multi won't have utf8 on, so turn …
|
|
|
|
@819
|
[819]
|
3 months |
athomason |
"stats malloc" command is gone in 1.4
|
|
|
|
@818
|
[818]
|
4 months |
dormando |
Add append/prepend support.
|
|
|
|
@814
|
[814]
|
6 months |
ask |
Fix occasional failure in the 100_flush_bug.t test
|
|
|
|
@813
|
[813]
|
6 months |
ask |
Enable ReuseAddr
|
|
|
|
@811
|
[811]
|
7 months |
bradfitz |
Checking in changes prior to tagging of version 1.26. Changelog diff …
|
|
|
|
@809
|
[809]
|
7 months |
bradfitz |
Checking in changes prior to tagging of version 1.25. Changelog diff …
|
|
|
|
@805
|
[805]
|
11 months |
hachi |
Fix reconnects on dead sockets to not be as slow.
|
|
|
|
@798
|
[798]
|
12 months |
henrylyne |
Warn when trying to put undef values into memcache.
|
|
|
|
@797
|
[797]
|
12 months |
henrylyne |
Carp output is not that useful, switching to warn.
Issue warn after …
|
|
|
|
@796
|
[796]
|
12 months |
henrylyne |
Remove change to default val to empty string.
Insert warning with memkey …
|
|
|
|
@795
|
[795]
|
12 months |
henrylyne |
If a memcache value is undefined, default it to an empty string. This …
|
|
|
|
@790
|
[790]
|
16 months |
ykerherve |
Fixed flush_all to only return success when there is a proper OK
returned …
|
|
|
|
@714
|
[714]
|
21 months |
dormando |
Lost tests/bench, I think.
|
|
|
|
@713
|
[713]
|
21 months |
hachi |
This change is causing massive slowdown on some operations. I have yet to …
|
|
|
|
@710
|
[710]
|
21 months |
dormando |
Changelog update.
|
|
|
|
@709
|
[709]
|
21 months |
dormando |
Cache::Memcached: use 'noreply' option in void context. (Tomash Brechko …
|
|
|
|
@634
|
[634]
|
2 years |
ykerherve |
_write_and_read return undef on error which generates
unwanted warning in …
|
|
|
|
@605
|
[605]
|
2 years |
bradfitz |
various test updates from Ronald J Kimball <rkimball@…>
|
|
|
|
@601
|
[601]
|
2 years |
bradfitz |
Checking in changes prior to tagging of version 1.24. Changelog diff …
|
|
|
|
@577
|
[577]
|
2 years |
bradfitz |
add tests for stats and rename tests (from Ronald J Kimball …
|
|
|
|
@576
|
[576]
|
2 years |
bradfitz |
update the stats method (from Ronald J Kimball …
|
|
|
|
@574
|
[574]
|
2 years |
bradfitz |
* arguments to 'new' constructor can be %hash or $hashref now
…
|
|
|
|
@573
|
[573]
|
2 years |
bradfitz |
* work around a Perl segfault (Matthieu PATOU <mp@…>)
…
|
|
|
|
@568
|
[568]
|
2 years |
bradfitz |
Checking in changes prior to tagging of version 1.23. Changelog diff …
|
|
|
|
@567
|
[567]
|
2 years |
bradfitz |
add 'remove' as an alias for 'delete' (Dave Cardwell …
|
|
|
|
@564
|
[564]
|
2 years |
bradfitz |
fix from:
http://rt.cpan.org/Public/Bug/Display.html?id=27181
and remove …
|
|
|
|
@558
|
[558]
|
3 years |
hachi |
Add hook support to memcache client, and define a few hooks for use in …
|
|
|
|
@556
|
[556]
|
3 years |
hachi |
Move check for XS module availaiblity to below the definition of $VERSION. …
|
|
|
|
@548
|
[548]
|
3 years |
hachi |
make clean should clean up the generated constants files.
|
|
|
|
@547
|
[547]
|
3 years |
hachi |
Remove fallback files for constants.
|
|
|
|
@546
|
[546]
|
3 years |
hachi |
I don't actually have a specfile yet for this, forgot.
|
|
|
|
@545
|
[545]
|
3 years |
hachi |
Add shipit config file.
|
|
|
|
@544
|
[544]
|
3 years |
hachi |
ExtUtils::Constant usage updates.
|
|
|
|
@542
|
[542]
|
3 years |
hachi |
Update docs and prepare for a release.
|
|
|
|
@541
|
[541]
|
3 years |
hachi |
Script that does automatically does many runs for gathering statistics.
|
|
|
|
@539
|
[539]
|
3 years |
hachi |
Make benchmarking a little more dynamic, and spit out some basic …
|
|
|
|
@538
|
[538]
|
3 years |
bradfitz |
+ * let parser_class be configured as a constructor option,
+ …
|
|
|
|
@533
|
[533]
|
3 years |
hachi |
Add memtest.pl, a rough benchmarking tool for memcache perl client.
|
|
|
|
@531
|
[531]
|
3 years |
bradfitz |
Checking in changes prior to tagging of version 1.21. Changelog diff …
|
|
|
|
@530
|
[530]
|
3 years |
bradfitz |
merging client-xs-20070328 branch into trunk
|
|
|
|
@517
|
[517]
|
3 years |
bradfitz |
Checking in changes prior to tagging of version 1.20. Changelog diff …
|
|
|
|
@516
|
[516]
|
3 years |
bradfitz |
noise cleanup, prior to using shipit
|
|
|
|
@434
|
[434]
|
3 years |
bradfitz |
* fix "Warning produced when flush_all called" from CDENT
…
|
|
|
|
@433
|
[433]
|
3 years |
bradfitz |
for mike
|
|
|
|
@425
|
[425]
|
3 years |
bradfitz |
consistent hashing playground
|
|
|
|
@424
|
[424]
|
3 years |
bradfitz |
configurable amount
|
|
|
|
@311
|
[311]
|
3 years |
bradfitz |
+ * support access via unix domain sockets. (Nathan Neulinger …
|
|
|
|
@310
|
[310]
|
3 years |
bradfitz |
update manifest
|
|
|
|
@306
|
[306]
|
3 years |
sky |
Change CarpLevel to throw exception one call higher up.
|
|
|
|
@305
|
[305]
|
3 years |
bradfitz |
eh, don't check 'em both, just last one.
|
|
|
|
@304
|
[304]
|
3 years |
bradfitz |
first shot at some poor XS/C code to speed up memcached client side.
|
|
|
|
@303
|
[303]
|
3 years |
bradfitz |
detect/use Cache::Memcached::GetParserXS if available
|
|
|
|
@302
|
[302]
|
3 years |
bradfitz |
clear ON_ITEM on failure too
|
|
|
|
@301
|
[301]
|
3 years |
bradfitz |
move all the parsing code into its own little class/object, in prep
for …
|
|
|
|
@299
|
[299]
|
3 years |
bradfitz |
adding benchmark script
|
|
|
|
@298
|
[298]
|
3 years |
bradfitz |
return nothing, nicely, if configured memcached is down
|
|
|
|
@296
|
[296]
|
3 years |
bradfitz |
2006-07-03
* don't use dual scalar/glob sockets. makes it all …
|
|
|
|
@294
|
[294]
|
3 years |
bradfitz |
+2006-06-27
+ * patch from Maxim Dounin <mdounin@…> to …
|
|
|
|
@280
|
[280]
|
4 years |
bradfitz |
remove a warning in other code
|
|
|
|
@272
|
[272]
|
4 years |
bradfitz |
version 1.17 with a flush_all command
|
|
|
|
@269
|
[269]
|
4 years |
bradfitz |
update Manifest
|
|
|
|
@268
|
[268]
|
4 years |
bradfitz |
version 1.16
|
|
|
|
@267
|
[267]
|
4 years |
bradfitz |
moving this to CPAN-happier spot
|
|
|
|
@251
|
[251]
|
4 years |
bradfitz |
notes for Artur
|
|
|
|
@246
|
[246]
|
4 years |
bradfitz |
support calling sock_to_host as class function, not method call
|
|
|
|
@245
|
[245]
|
4 years |
bradfitz |
+2005-09-20
+ * configurable connect delays and callback on connect …
|
|
|
|
@242
|
[242]
|
4 years |
bradfitz |
+2005-08-09
+ * _connect_sock never works in blocking mode because …
|
|
|
|
@218
|
[218]
|
5 years |
bradfitz |
version 1.14
|
|
|
|
@217
|
[217]
|
5 years |
bradfitz |
switch to String::CRC32
|
|
|
|
@215
|
[215]
|
5 years |
bradfitz |
use $+[0] instead of pos()
|
|
|
|
@209
|
[209]
|
5 years |
bradfitz |
revert this. perl 5.6 at least warns.
|
|
|
|
@208
|
[208]
|
5 years |
bradfitz |
support multiple IPs per node (gigabit + 100Mbps, for instance, …
|
|
|
|
@207
|
[207]
|
5 years |
bradfitz |
release version 1.13
|
|
|
|
@206
|
[206]
|
6 years |
whitaker |
Quiet a warning caused by no debug key being set in the constructor:
Use …
|
|
|
|
@205
|
[205]
|
6 years |
whitaker |
-- get() was just a wrapper for get_multi and expected the old behavior …
|
|
|
|
@204
|
[204]
|
6 years |
whitaker |
-- don't change caller's passed arrayrefs into scalars, even my'd …
|
|
|
|
@203
|
[203]
|
6 years |
deveiant |
- Add namespace support.
- Add 'use fields'.
|
|
|
|
@200
|
[200]
|
6 years |
bradfitz |
removes warning (patch from Alexei Kozlov <kozlov@…>)
|
|
|
|
@196
|
[196]
|
6 years |
bradfitz |
make thawing serialized objects in an eval, in case there's a …
|
|
|
|
@195
|
[195]
|
6 years |
bradfitz |
2004-04-01
* use $! and not %! for perl 5.6 compat (Dave Evans …
|
|
|
|
@192
|
[192]
|
6 years |
avva |
Make sure that the socket is always put into the non-blocking state
even …
|
|
|
|
@191
|
[191]
|
6 years |
bradfitz |
2004-03-09 (Brad/Avva)
* _oneline can return more than one line …
|
|
|
|
@190
|
[190]
|
6 years |
bradfitz |
marking Time::HiRes as a dependency
|
|
|
|
@189
|
[189]
|
6 years |
bradfitz |
2004-03-05 (Dave Evans <danga-20040305@…>)
* Here's a …
|
|
|
|
@188
|
[188]
|
6 years |
deveiant |
- Added missing require of Time::HiRes.
|
|
|
|
@187
|
[187]
|
6 years |
deveiant |
(Mostly written by davidr)
- Added callback to memcache operations for …
|
|
|
|
@186
|
[186]
|
6 years |
deveiant |
- Whitespace/indent fixes
|
|
|
|
@185
|
[185]
|
6 years |
bradfitz |
-- add readonly flag
-- update this year's changelog dates from 2003 to …
|
|
|
|
@184
|
[184]
|
6 years |
avva |
Cleaner handling of the case when _oneline is called without a …
|
|
|
|
@183
|
[183]
|
6 years |
avva |
Asyncify all I/O, finally get rid of alarm() yuckiness, unify …
|
|
|
|
@179
|
[179]
|
6 years |
bradfitz |
document delete
|
|
|
|
@177
|
[177]
|
6 years |
bradfitz |
2003-02-03
* fix bug with 2k read boundaries falling in the …
|
|
|
|