0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 23 hours ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #7 from fredjean/master More... almost 11 years ago
adding development gems to gemfile marks them as dependencies - this breaks applications that have conflicts with these gems. Putting the development dependencies in a different group so that jeweler does not pick them up More... over 11 years ago
Regenerate gemspec for version 1.7.1 More... over 11 years ago
Version bump to 1.7.1 More... over 11 years ago
Getting a release of 1.7.1 ready. More... over 11 years ago
Fix for gemspec pointing at the wrong jar More... over 13 years ago
Updated readme to address http://github.com/ikai/jruby-memcache-client/issues/issue/3 More... over 13 years ago
Resolved issues introduced by switching the incr and decr methods to using raw numbers. More... over 13 years ago
Re-indented the code. More... almost 14 years ago
Upgraded to the java memcache client 2.5.1. More... almost 14 years ago
Adding tests to verify issue #2. Fixing problems exposed by the spec. More... almost 14 years ago
- Added support for selecting the hashing algorithm through :pool_hashing_algorithm - Memcache#incr and Memcache#decr used get that defaults to marshaling. This should not happen. Code now calls the Java clients incr() and decr(). More... almost 14 years ago
Moved logger up, so that initializations can be debugged More... almost 14 years ago
Updated the author list to add new authors. More... over 14 years ago
Merge branch 'upgrade-memcache-jar' More... over 14 years ago
Updating the gemspec in preperation for a new gem release. More... over 14 years ago
Adding temporary files and gems to the .gitignore file. More... over 14 years ago
Updating how the IO pool is initialized. Fixing a few spec errors. More... over 14 years ago
Allow the error handler to be configured More... over 14 years ago
use current github version of whalin client, update, crank down the level of logging More... over 14 years ago
Fixing the Rakefile Jeweler related tasks. More... over 14 years ago
Regenerated gemspec for version 1.6.1 More... over 14 years ago
Version bump to 1.6.1 More... over 14 years ago
Version bump to 1.6.1 More... over 14 years ago
Fixed the README so it would work with version 1.6.0 of the gem. More... over 14 years ago
add specs that cover the invalid utf8/serialization fix More... over 14 years ago
Base64 encode/decode strings Marshaled strings More... over 14 years ago
Added jruby -S to the start of the command to install the gem since it is only useful under JRuby. More... over 14 years ago
Updated README to point to the gemcutter.org gem instead of the github location. More... over 14 years ago
Ok.. So delete does take 2 params after all... More... over 14 years ago