projects
/
m6w6
/
libmemcached
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
first ⋅ prev ⋅ next
Merge from Trond
2009-10-07
Padraig O'Sullivan
Merge from trunk.
commit
|
commitdiff
|
tree
2009-10-07
Padraig O'Sullivan
Added a method for removing servers and updated the...
commit
|
commitdiff
|
tree
2009-10-02
Padraig O'Sullivan
Merge from trunk.
commit
|
commitdiff
|
tree
2009-09-27
Padraig O'Sullivan
Merge from trunk.
commit
|
commitdiff
|
tree
2009-09-19
Padraig O'Sullivan
Updated changelog with some small comments on C++ interface...
commit
|
commitdiff
|
tree
2009-09-19
Padraig O'Sullivan
Forgot to include the std:: namespace prefix before...
commit
|
commitdiff
|
tree
2009-09-19
Padraig O'Sullivan
Updating Patrick's C++ exceptions to build without...
commit
|
commitdiff
|
tree
2009-09-19
Padraig O'Sullivan
Updating the C++ exceptions file to build correctly.
commit
|
commitdiff
|
tree
2009-09-19
Padraig O'Sullivan
Used std::string instead of char and sprintf for constructin...
commit
|
commitdiff
|
tree
2009-09-19
Padraig O'Sullivan
Updated the getCache() method to actually pick a random...
commit
|
commitdiff
|
tree
2009-09-19
Padraig O'Sullivan
Updated the destructor for the C++ example to correctly...
commit
|
commitdiff
|
tree
2009-09-19
Padraig O'Sullivan
Updated the C++ header file to correctly add memcached...
commit
|
commitdiff
|
tree
2009-09-17
Padraig O'Sullivan
Merge from trunk.
commit
|
commitdiff
|
tree
2009-09-17
Padraig O'Sullivan
Reverted trond's header file changes for now.
commit
|
commitdiff
|
tree
2009-08-05
Padraig O'Sullivan
Merged with trond's header file cleanup branch.
commit
|
commitdiff
|
tree
2009-08-05
Padraig O'Sullivan
Added simple exception test to the C++ test case file.
commit
|
commitdiff
|
tree
2009-08-05
Padraig O'Sullivan
Correcting mistake I made in exceptions header file.
commit
|
commitdiff
|
tree
2009-08-05
Padraig O'Sullivan
Updating the exceptions header file with some slight...
commit
|
commitdiff
|
tree
2009-08-05
Padraig O'Sullivan
Merge Patrick's exception branch.
commit
|
commitdiff
|
tree
2009-08-04
Padraig O'Sullivan
Adding some new constructors for the C++ api in libmemcached...
commit
|
commitdiff
|
tree
2009-08-04
Padraig O'Sullivan
Merge from trunk.
commit
|
commitdiff
|
tree
2009-07-27
Padraig O'Sullivan
Forgot to update Makefile.am after renaming the memcached...
commit
|
commitdiff
|
tree
2009-07-27
Padraig O'Sullivan
Forgot to add doxygen comments for one function.
commit
|
commitdiff
|
tree
2009-07-27
Padraig O'Sullivan
Added doxygen comments to all methods in the C++ libmemcache...
commit
|
commitdiff
|
tree
2009-07-27
Padraig O'Sullivan
Adding some doxygen comments to the C++ api.
commit
|
commitdiff
|
tree
2009-07-27
Padraig O'Sullivan
Corrected setAll methods to take std::map parameter...
commit
|
commitdiff
|
tree
2009-07-26
Padraig O'Sullivan
Updated the fetch method in the C++ interface and added...
commit
|
commitdiff
|
tree
2009-07-26
Padraig O'Sullivan
This commit contains the following changes:
commit
|
commitdiff
|
tree
2009-07-24
Padraig O'Sullivan
Whoops...fixed method that was returning an incorrect...
commit
|
commitdiff
|
tree
2009-07-24
Padraig O'Sullivan
Added some extra error checking to the C++ interface...
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Adding some comments to the C++ interface. Added few...
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Converted remaining functions in the C++ interface...
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Updated the C++ interface to return values as std:...
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Build fixes for libmemcached/memcached_io.c file.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Build fixes for the memcached_hosts.c file.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Build fixes for the memcached_hash.c file.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Build fixes for the memcached_get.c file.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Build fixes for the memcached_flush.c file.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Build fixes for the memcached_dump.c file.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Build fixes for the libmemcached_do.c file.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Build fixes for the memcached_delete.c file.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Build fixes for the memcached_connect.c file.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Small build fixes to reduce warnings.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Various small build fixes to reduce warnings.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Adding various small build fixes.
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Updating the C++ test case file after making changes...
commit
|
commitdiff
|
tree
2009-07-18
Padraig O'Sullivan
Updated C++ interface to have include guards. Also...
commit
|
commitdiff
|
tree
2009-07-15
Padraig O'Sullivan
Updated the ChangeLog and the .pod document indicating...
commit
|
commitdiff
|
tree
2009-07-15
Padraig O'Sullivan
Fixing the usage of __attribute__(unused) for solaris...
commit
|
commitdiff
|
tree
2009-07-15
Padraig O'Sullivan
Some more updates to the C++ test file to remove solaris...
commit
|
commitdiff
|
tree
2009-07-15
Padraig O'Sullivan
Updating the C++ test file to remove some compiler...
commit
|
commitdiff
|
tree
2009-07-15
Padraig O'Sullivan
Converted some of the memcached API's to use size_t...
commit
|
commitdiff
|
tree
2009-07-15
Padraig O'Sullivan
Merge from monty.
commit
|
commitdiff
|
tree
2009-07-14
Padraig O'Sullivan
Resolving build issues on Mac OSX. Some variables were...
commit
|
commitdiff
|
tree
2009-07-11
Padraig O'Sullivan
Merge trunk.
commit
|
commitdiff
|
tree
2009-07-11
Padraig O'Sullivan
Modified the fetch() function in the C++ interface...
commit
|
commitdiff
|
tree
2009-07-11
Padraig O'Sullivan
Adding the fetch_execute function to the C++ interface.
commit
|
commitdiff
|
tree
2009-07-11
Padraig O'Sullivan
Updating the mget function in the C++ interface to...
commit
|
commitdiff
|
tree
2009-07-10
Padraig O'Sullivan
Cleaning up formatting in the C++ interface.
commit
|
commitdiff
|
tree
2009-07-10
Padraig O'Sullivan
Updating the get function in the C++ interface.
commit
|
commitdiff
|
tree
2009-07-10
Padraig O'Sullivan
Removing all remnants of const char * in the C++ interface...
commit
|
commitdiff
|
tree
2009-07-10
Padraig O'Sullivan
Added the lib_version() function to the C++ interface.
commit
|
commitdiff
|
tree
2009-07-10
Padraig O'Sullivan
Removing un-needed include declaration from C++ interface.
commit
|
commitdiff
|
tree
2009-07-10
Padraig O'Sullivan
More modifications to the C++ interface. Changing the...
commit
|
commitdiff
|
tree
2009-07-10
Padraig O'Sullivan
Making some modifications to the C++ interface. Mainly...
commit
|
commitdiff
|
tree