Brian Aker [Tue, 11 Aug 2009 22:50:26 +0000 (15:50 -0700)]
Merge
Trond Norbye [Tue, 11 Aug 2009 18:56:12 +0000 (20:56 +0200)]
Fix problems reported by: -Wsign-conversion from gcc 4.4 on Solaris
Monty Taylor [Mon, 10 Aug 2009 22:30:29 +0000 (15:30 -0700)]
pandora-build v0.47 - Swapped location of ! for /bin/sh on solaris.
Monty Taylor [Mon, 10 Aug 2009 21:21:46 +0000 (14:21 -0700)]
Removed spurrious old file.
Monty Taylor [Mon, 10 Aug 2009 21:09:44 +0000 (14:09 -0700)]
pandora-build v0.46 - fixed a plugin system problem when it's not in use.
Monty Taylor [Mon, 10 Aug 2009 21:04:49 +0000 (14:04 -0700)]
pandora-build v0.45
Brian Aker [Thu, 6 Aug 2009 14:29:25 +0000 (07:29 -0700)]
Merge Trond
Trond Norbye [Thu, 6 Aug 2009 08:39:14 +0000 (10:39 +0200)]
Added files generated by make to .bzrignore, sorted and simplified it to make it easier to read
root [Thu, 6 Aug 2009 01:07:37 +0000 (01:07 +0000)]
Casting errors, failures on debian jaunty
Padraig O'Sullivan [Wed, 5 Aug 2009 02:24:40 +0000 (22:24 -0400)]
Merged with trond's header file cleanup branch.
Padraig O'Sullivan [Wed, 5 Aug 2009 02:21:41 +0000 (22:21 -0400)]
Added simple exception test to the C++ test case file.
Padraig O'Sullivan [Wed, 5 Aug 2009 02:15:44 +0000 (22:15 -0400)]
Correcting mistake I made in exceptions header file.
Padraig O'Sullivan [Wed, 5 Aug 2009 02:13:37 +0000 (22:13 -0400)]
Updating the exceptions header file with some slight modifications.
Padraig O'Sullivan [Wed, 5 Aug 2009 02:10:34 +0000 (22:10 -0400)]
Merge Patrick's exception branch.
Patrick Galbraith [Tue, 4 Aug 2009 14:30:14 +0000 (10:30 -0400)]
* Added first version of exceptions to the C++ interface
Trond Norbye [Tue, 4 Aug 2009 12:59:00 +0000 (14:59 +0200)]
Fixed header file layout
The user should only include <libmemcached/memcached.h> to use the basic
functionality from libmemcached (even in C++). libmemcached/memcached.h
should include the relevant header files containing the definitions.
Padraig O'Sullivan [Tue, 4 Aug 2009 04:08:55 +0000 (00:08 -0400)]
Adding some new constructors for the C++ api in libmemcached that will prove
useful to user's of the C++ api. Also, modified the copy constructor and
assignment operator to work correctly. Added a new member to the Memcache
class - a std::string which contains the memcached server list.
Padraig O'Sullivan [Tue, 4 Aug 2009 03:22:07 +0000 (23:22 -0400)]
Merge from trunk.
Brian Aker [Thu, 30 Jul 2009 06:20:56 +0000 (23:20 -0700)]
More C++ updates
Brian Aker [Thu, 30 Jul 2009 06:04:28 +0000 (23:04 -0700)]
Merge Monty
Padraig O'Sullivan [Mon, 27 Jul 2009 02:51:32 +0000 (22:51 -0400)]
Forgot to update Makefile.am after renaming the memcached C++ api header
file.
Padraig O'Sullivan [Mon, 27 Jul 2009 02:39:31 +0000 (22:39 -0400)]
Forgot to add doxygen comments for one function.
Padraig O'Sullivan [Mon, 27 Jul 2009 02:29:44 +0000 (22:29 -0400)]
Added doxygen comments to all methods in the C++ libmemcached API.
Padraig O'Sullivan [Mon, 27 Jul 2009 00:05:32 +0000 (20:05 -0400)]
Adding some doxygen comments to the C++ api.
Padraig O'Sullivan [Mon, 27 Jul 2009 00:00:50 +0000 (20:00 -0400)]
Corrected setAll methods to take std::map parameter by reference instead of by
value.
Padraig O'Sullivan [Sun, 26 Jul 2009 23:54:50 +0000 (19:54 -0400)]
Updated the fetch method in the C++ interface and added doxygen comments to
it.
Padraig O'Sullivan [Sun, 26 Jul 2009 23:46:39 +0000 (19:46 -0400)]
This commit contains the following changes:
* added a memcache namespace
* renamed C++ API header file to *.hpp extension
* modified the C++ API test cases
Padraig O'Sullivan [Fri, 24 Jul 2009 20:28:04 +0000 (16:28 -0400)]
Whoops...fixed method that was returning an incorrect return type.
Padraig O'Sullivan [Fri, 24 Jul 2009 20:22:00 +0000 (16:22 -0400)]
Added some extra error checking to the C++ interface. Basically, just added
checks to make sure that keys are not empty strings and that values are not
empty either.
Brian Aker [Thu, 23 Jul 2009 00:41:42 +0000 (17:41 -0700)]
Merge Padraig
Padraig O'Sullivan [Sat, 18 Jul 2009 20:56:38 +0000 (16:56 -0400)]
Adding some comments to the C++ interface. Added few small utility functions
to the C++ interface also.
Padraig O'Sullivan [Sat, 18 Jul 2009 20:40:59 +0000 (16:40 -0400)]
Converted remaining functions in the C++ interface to take values as
std::vector<char> instead of std::string.
Padraig O'Sullivan [Sat, 18 Jul 2009 20:35:03 +0000 (16:35 -0400)]
Updated the C++ interface to return values as std::vector<char> instead of
std::string. Also updated functions that take values as parameters to take
std::vector<char> instead. Removed the need for an explicit value_length
since we can determine this from the size of the vector.
Monty Taylor [Sat, 18 Jul 2009 18:13:03 +0000 (11:13 -0700)]
Merged in warning fixes from Padraig from lp:~posulliv/libmemcached/build-fixes
Monty Taylor [Sat, 18 Jul 2009 18:11:25 +0000 (11:11 -0700)]
pandora-build v0.22
Padraig O'Sullivan [Sat, 18 Jul 2009 17:37:40 +0000 (13:37 -0400)]
Build fixes for libmemcached/memcached_io.c file.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:11:59 +0000 (13:11 -0400)]
Build fixes for the memcached_hosts.c file.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:11:32 +0000 (13:11 -0400)]
Build fixes for the memcached_hash.c file.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:11:19 +0000 (13:11 -0400)]
Build fixes for the memcached_get.c file.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:10:56 +0000 (13:10 -0400)]
Build fixes for the memcached_flush.c file.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:10:35 +0000 (13:10 -0400)]
Build fixes for the memcached_dump.c file.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:10:13 +0000 (13:10 -0400)]
Build fixes for the libmemcached_do.c file.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:09:59 +0000 (13:09 -0400)]
Build fixes for the memcached_delete.c file.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:09:41 +0000 (13:09 -0400)]
Build fixes for the memcached_connect.c file.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:09:22 +0000 (13:09 -0400)]
Small build fixes to reduce warnings.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:09:05 +0000 (13:09 -0400)]
Various small build fixes to reduce warnings.
Padraig O'Sullivan [Sat, 18 Jul 2009 17:08:37 +0000 (13:08 -0400)]
Adding various small build fixes.
Padraig O'Sullivan [Sat, 18 Jul 2009 16:02:56 +0000 (12:02 -0400)]
Updating the C++ test case file after making changes to the C++ interface.
Padraig O'Sullivan [Sat, 18 Jul 2009 15:54:55 +0000 (11:54 -0400)]
Updated C++ interface to have include guards. Also modified the naming
convention for the functions in the C++ interface. We should use camel case
for the C++ interface.
Brian Aker [Thu, 16 Jul 2009 16:40:59 +0000 (09:40 -0700)]
Merge for bug fix from Trond
Brian Aker [Thu, 16 Jul 2009 16:39:34 +0000 (09:39 -0700)]
Bug fix
Trond Norbye [Thu, 16 Jul 2009 12:11:04 +0000 (14:11 +0200)]
Bug #400182: Ignore unsupported stats 'conn_yields'
Trond Norbye [Thu, 16 Jul 2009 11:28:19 +0000 (13:28 +0200)]
Bug #400177: Memory leak in replication_mget_test
Brian Aker [Thu, 16 Jul 2009 00:17:40 +0000 (17:17 -0700)]
Remove plus test for the moment.
Brian Aker [Wed, 15 Jul 2009 22:13:28 +0000 (15:13 -0700)]
Updates on C++ interface from Padraig.
Brian Aker [Wed, 15 Jul 2009 20:50:38 +0000 (13:50 -0700)]
Modified test system so that "make test" should no properly error.
Padraig O'Sullivan [Wed, 15 Jul 2009 19:31:14 +0000 (15:31 -0400)]
Updated the ChangeLog and the .pod document indicating the changes I made to
the memcached_get and memcached_get_by_key API calls.
Padraig O'Sullivan [Wed, 15 Jul 2009 18:45:15 +0000 (14:45 -0400)]
Fixing the usage of __attribute__(unused) for solaris builds.
Padraig O'Sullivan [Wed, 15 Jul 2009 18:40:28 +0000 (14:40 -0400)]
Some more updates to the C++ test file to remove solaris warnings.
Padraig O'Sullivan [Wed, 15 Jul 2009 18:36:27 +0000 (14:36 -0400)]
Updating the C++ test file to remove some compiler warnings on Solaris.
Padraig O'Sullivan [Wed, 15 Jul 2009 18:26:30 +0000 (14:26 -0400)]
Converted some of the memcached API's to use size_t instead of unsigned int.
Padraig O'Sullivan [Wed, 15 Jul 2009 18:22:50 +0000 (14:22 -0400)]
Merge from monty.
Monty Taylor [Thu, 16 Jul 2009 02:58:56 +0000 (19:58 -0700)]
Added macro files I missed earlier...
Monty Taylor [Thu, 16 Jul 2009 02:28:54 +0000 (19:28 -0700)]
pandora-build v0.20
Turned off inllargeuse warning in sun studio
Brian Aker [Wed, 15 Jul 2009 18:00:22 +0000 (11:00 -0700)]
Merge Monty
Brian Aker [Wed, 15 Jul 2009 10:48:15 +0000 (03:48 -0700)]
Fix for gcc 4.4 error.
Brian Aker [Wed, 15 Jul 2009 10:09:06 +0000 (03:09 -0700)]
Updated with Twitter's memcached_server_error() function.
Brian Aker [Wed, 15 Jul 2009 09:05:00 +0000 (02:05 -0700)]
Merged (and removed Malloc for size_t in mget)
Brian Aker [Tue, 14 Jul 2009 20:55:32 +0000 (13:55 -0700)]
Merge Monty
Brian Aker [Tue, 14 Jul 2009 19:47:39 +0000 (12:47 -0700)]
Merge Padraig
Monty Taylor [Tue, 14 Jul 2009 19:22:55 +0000 (12:22 -0700)]
Merged in a lost patch.
Monty Taylor [Tue, 14 Jul 2009 19:20:58 +0000 (12:20 -0700)]
Merged from Padraig.
Monty Taylor [Tue, 14 Jul 2009 19:18:55 +0000 (12:18 -0700)]
Merged from myself.
Monty Taylor [Tue, 14 Jul 2009 19:16:40 +0000 (12:16 -0700)]
Fix broken whatis entries.
Monty Taylor [Tue, 14 Jul 2009 19:12:08 +0000 (12:12 -0700)]
pandora-build v0.13
Padraig O'Sullivan [Tue, 14 Jul 2009 02:17:13 +0000 (22:17 -0400)]
Resolving build issues on Mac OSX. Some variables were shadowing global
declarations from included files.
Padraig O'Sullivan [Sat, 11 Jul 2009 19:11:57 +0000 (15:11 -0400)]
Merge trunk.
Padraig O'Sullivan [Sat, 11 Jul 2009 19:10:39 +0000 (15:10 -0400)]
Modified the fetch() function in the C++ interface to return a bool instead
of a std::string. This makes looping using the fetch() function easier. Also
updated the C++ test cases to test more of the C++ interface's
functionality.
Padraig O'Sullivan [Sat, 11 Jul 2009 18:41:34 +0000 (14:41 -0400)]
Adding the fetch_execute function to the C++ interface.
Padraig O'Sullivan [Sat, 11 Jul 2009 17:38:57 +0000 (13:38 -0400)]
Updating the mget function in the C++ interface to take a std::vector of
keys as input instead of an array of char *.
Monty Taylor [Sat, 11 Jul 2009 01:50:57 +0000 (18:50 -0700)]
pandora-build v0.10
Brian Aker [Fri, 10 Jul 2009 16:22:42 +0000 (09:22 -0700)]
Updated version.
Padraig O'Sullivan [Fri, 10 Jul 2009 06:18:50 +0000 (02:18 -0400)]
Cleaning up formatting in the C++ interface.
Padraig O'Sullivan [Fri, 10 Jul 2009 06:08:16 +0000 (02:08 -0400)]
Updating the get function in the C++ interface.
Padraig O'Sullivan [Fri, 10 Jul 2009 05:30:31 +0000 (01:30 -0400)]
Removing all remnants of const char * in the C++ interface and replacing
them with std::string. This also allowed us to remove all calls to strlen in
the C++ interface.
Padraig O'Sullivan [Fri, 10 Jul 2009 05:06:00 +0000 (01:06 -0400)]
Added the lib_version() function to the C++ interface.
Padraig O'Sullivan [Fri, 10 Jul 2009 04:49:31 +0000 (00:49 -0400)]
Removing un-needed include declaration from C++ interface.
Padraig O'Sullivan [Fri, 10 Jul 2009 04:40:34 +0000 (00:40 -0400)]
More modifications to the C++ interface. Changing the return type of a
number of functions to be boolean instead of memcached_return.
Padraig O'Sullivan [Fri, 10 Jul 2009 04:19:15 +0000 (00:19 -0400)]
Making some modifications to the C++ interface. Mainly going from const char
* to const std::string&. Also updated the C++ client test source file.
Monty Taylor [Thu, 9 Jul 2009 18:34:46 +0000 (11:34 -0700)]
Merged trunk.
Monty Taylor [Thu, 9 Jul 2009 18:33:08 +0000 (11:33 -0700)]
pandora-build 0.9
Monty Taylor [Thu, 9 Jul 2009 05:34:19 +0000 (22:34 -0700)]
pandora-build v0.8
Brian Aker [Wed, 8 Jul 2009 23:14:17 +0000 (16:14 -0700)]
Merge Monty
Brian Aker [Wed, 8 Jul 2009 23:12:50 +0000 (16:12 -0700)]
Bug found by Dustin via ICC
Monty Taylor [Wed, 8 Jul 2009 23:05:36 +0000 (16:05 -0700)]
Turned off gcc-4.2 forcing on osx for now, until I can merge in the better switch.
Brian Aker [Wed, 8 Jul 2009 21:56:45 +0000 (14:56 -0700)]
Merge Monty
Monty Taylor [Wed, 8 Jul 2009 19:38:10 +0000 (12:38 -0700)]
Updated pandora-build v0.3.
mordred [Wed, 8 Jul 2009 19:28:20 +0000 (12:28 -0700)]
Added support for autoconf 2.59.
Brian Aker [Wed, 8 Jul 2009 19:19:02 +0000 (12:19 -0700)]
Merge Monty
Monty Taylor [Wed, 8 Jul 2009 18:58:47 +0000 (11:58 -0700)]
Merged in two missing changes from f-visibility tree.