projects
/
m6w6
/
libmemcached
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
|
github
first ⋅ prev ⋅
next
m6w6/libmemcached
2009-10-07
Brian Aker
Merge of additional C++ pieces from Padraig
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Padraig O'Sullivan
Merge from trunk.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Padraig O'Sullivan
Added a method for removing servers and updated the...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Brian Aker
Merge in bug fix for for MTaylor
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Brian Aker
Merge Trond.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Trond Norbye
Create workaround for warnings generated by a broken...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Trond Norbye
Fix return type from test functions (should be TEST_SUC...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Trond Norbye
Strip trailing whitespaces
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Trond Norbye
Update protocol due to review comments:
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Trond Norbye
Move libmemcachedutil to libmemcached/util where it...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Trond Norbye
Fix compilation failure on 32 bit systems caused by...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Monty Taylor
We missed the symbol versioning file. Oops.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-02
Padraig O'Sullivan
Merge from trunk.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-02
Brian Aker
Merge Monty.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-02
Brian Aker
Merge Trond's protocol work.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Monty Taylor
pandora-build v0.62
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Trond Norbye
Refactor and add support for the ASCII protocol by...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-30
Brian Aker
Pulled fix from Trond
commit
|
commitdiff
|
tree
|
snapshot
2009-09-30
Brian Aker
Fix length mismatch
commit
|
commitdiff
|
tree
|
snapshot
2009-09-29
Brian Aker
Bug fix for Toru's bug.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Trond Norbye
Bug 438157: memcapable failure on OS X
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Padraig O'Sullivan
Merge from trunk.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
Brian Aker
Merge Trond
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
Trond Norbye
RFE: It should be possible to set behavior flags on...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Trond Norbye
Removed memory leak by releasing the items when I'm...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Trond Norbye
Fix compile errors with gcc
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Trond Norbye
Add an example using innodb as a storage (NOTE: this...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Brian Aker
Updating for version .33
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Brian Aker
Merge Trond
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Brian Aker
Merge fix for binary mget
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Trond Norbye
Bug #434484: Binary protocol maps NOT_STORED to wrong...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Brian Aker
Merge Patrick
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Trond Norbye
Bug: #434495: Ignore SERVER/CLIENT_ERROR from stats...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-21
Trond Norbye
Merge trunk
commit
|
commitdiff
|
tree
|
snapshot
2009-09-21
Brian Aker
Merge Trond
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Trond Norbye
Include config.h before any system header to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Brian Aker
Updates on C++ interface
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Padraig O'Sullivan
Updated changelog with some small comments on C++ inter...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Padraig O'Sullivan
Forgot to include the std:: namespace prefix before...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Padraig O'Sullivan
Updating Patrick's C++ exceptions to build without...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Padraig O'Sullivan
Updating the C++ exceptions file to build correctly.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Padraig O'Sullivan
Used std::string instead of char and sprintf for constr...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Padraig O'Sullivan
Updated the getCache() method to actually pick a random...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Padraig O'Sullivan
Updated the destructor for the C++ example to correctly...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Padraig O'Sullivan
Updated the C++ header file to correctly add memcached...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Curtis Hawthorne
Fixed binary mget so that it will always issue a NOOP...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Brian Aker
Merge pod for docs.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Trond Norbye
Add manual page for memcapable
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Trond Norbye
Fix compilation on Linux (lacks ntohll etc)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Trond Norbye
Merge trunk
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Brian Aker
Merge Trond
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Padraig O'Sullivan
Merge from trunk.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Padraig O'Sullivan
Reverted trond's header file changes for now.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Trond Norbye
Prototype of a protocol parsing library for the binary...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Trond Norbye
Add memcapable, a tool to test memcached capabilities
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Trond Norbye
Refactor: move ntohll to a separate helper library
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Trond Norbye
Update protocol_binary.h to the latest one from the...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Brian Aker
Update pandora
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Monty Taylor
Removed old m4 file that was no longer being used.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Brian Aker
Updating library version number
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Monty Taylor
pandora-build v0.61
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Monty Taylor
Bumped the so version.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Monty Taylor
Fixed a spelling warning that lintian complained about.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Monty Taylor
Removed hardcoded -rpath from client libs. libtool...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Monty Taylor
pandora-build v0.57
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Monty Taylor
Merged trunk.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Brian Aker
Updating for version .32
0.32
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Brian Aker
Fix for linger behavior
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Brian Aker
Merging Trond.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Brian Aker
Merge Trond.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Trond Norbye
Fix compilation issues with gcc 4.4.1 on macosx
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Trond Norbye
Bug #423114 Programs list the libraries in the wrong...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-11
Brian Aker
Merge
commit
|
commitdiff
|
tree
|
snapshot
2009-08-11
Trond Norbye
Fix problems reported by: -Wsign-conversion from gcc...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
Monty Taylor
pandora-build v0.47 - Swapped location of ! for /bin...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
Monty Taylor
Removed spurrious old file.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
Monty Taylor
pandora-build v0.46 - fixed a plugin system problem...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
Monty Taylor
pandora-build v0.45
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
Brian Aker
Merge Trond
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
Trond Norbye
Added files generated by make to .bzrignore, sorted...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
root
Casting errors, failures on debian jaunty
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
Padraig O'Sullivan
Merged with trond's header file cleanup branch.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
Padraig O'Sullivan
Added simple exception test to the C++ test case file.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
Padraig O'Sullivan
Correcting mistake I made in exceptions header file.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
Padraig O'Sullivan
Updating the exceptions header file with some slight...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
Padraig O'Sullivan
Merge Patrick's exception branch.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
Patrick Galbraith
* Added first version of exceptions to the C++ interface
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
Trond Norbye
Fixed header file layout
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
Padraig O'Sullivan
Adding some new constructors for the C++ api in libmemc...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
Padraig O'Sullivan
Merge from trunk.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-30
Brian Aker
More C++ updates
commit
|
commitdiff
|
tree
|
snapshot
2009-07-30
Brian Aker
Merge Monty
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
Padraig O'Sullivan
Forgot to update Makefile.am after renaming the memcach...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
Padraig O'Sullivan
Forgot to add doxygen comments for one function.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
Padraig O'Sullivan
Added doxygen comments to all methods in the C++ libmem...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
Padraig O'Sullivan
Adding some doxygen comments to the C++ api.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
Padraig O'Sullivan
Corrected setAll methods to take std::map parameter...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-26
Padraig O'Sullivan
Updated the fetch method in the C++ interface and added...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-26
Padraig O'Sullivan
This commit contains the following changes:
commit
|
commitdiff
|
tree
|
snapshot
2009-07-24
Padraig O'Sullivan
Whoops...fixed method that was returning an incorrect...
commit
|
commitdiff
|
tree
|
snapshot
next