awesomized/libmemcached
2009-07-24  Padraig O'SullivanWhoops...fixed method that was returning an incorrect...
2009-07-24  Padraig O'SullivanAdded some extra error checking to the C++ interface...
2009-07-23  Brian AkerMerge Padraig
2009-07-18  Padraig O'SullivanAdding some comments to the C++ interface. Added few...
2009-07-18  Padraig O'SullivanConverted remaining functions in the C++ interface...
2009-07-18  Padraig O'SullivanUpdated the C++ interface to return values as std:...
2009-07-18  Padraig O'SullivanUpdating the C++ test case file after making changes...
2009-07-18  Padraig O'SullivanUpdated C++ interface to have include guards. Also...
2009-07-16  Brian AkerMerge for bug fix from Trond
2009-07-16  Brian AkerBug fix
2009-07-16  Trond NorbyeBug #400182: Ignore unsupported stats 'conn_yields'
2009-07-16  Trond NorbyeBug #400177: Memory leak in replication_mget_test
2009-07-16  Brian AkerRemove plus test for the moment.
2009-07-15  Brian AkerUpdates on C++ interface from Padraig.
2009-07-15  Brian AkerModified test system so that "make test" should no...
2009-07-15  Padraig O'SullivanUpdated the ChangeLog and the .pod document indicating...
2009-07-15  Padraig O'SullivanFixing the usage of __attribute__(unused) for solaris...
2009-07-15  Padraig O'SullivanSome more updates to the C++ test file to remove solari...
2009-07-15  Padraig O'SullivanUpdating the C++ test file to remove some compiler...
2009-07-15  Padraig O'SullivanConverted some of the memcached API's to use size_t...
2009-07-15  Padraig O'SullivanMerge from monty.
2009-07-16  Monty TaylorAdded macro files I missed earlier...
2009-07-16  Monty Taylorpandora-build v0.20
2009-07-15  Brian AkerMerge Monty
2009-07-15  Brian AkerFix for gcc 4.4 error.
2009-07-15  Brian AkerUpdated with Twitter's memcached_server_error() function.
2009-07-15  Brian AkerMerged (and removed Malloc for size_t in mget)
2009-07-14  Brian AkerMerge Monty
2009-07-14  Brian AkerMerge Padraig
2009-07-14  Monty TaylorMerged in a lost patch.
2009-07-14  Monty TaylorMerged from Padraig.
2009-07-14  Monty TaylorMerged from myself.
2009-07-14  Monty TaylorFix broken whatis entries.
2009-07-14  Monty Taylorpandora-build v0.13
2009-07-14  Padraig O'SullivanResolving build issues on Mac OSX. Some variables were...
2009-07-11  Padraig O'SullivanMerge trunk.
2009-07-11  Padraig O'SullivanModified the fetch() function in the C++ interface...
2009-07-11  Padraig O'SullivanAdding the fetch_execute function to the C++ interface.
2009-07-11  Padraig O'SullivanUpdating the mget function in the C++ interface to...
2009-07-11  Monty Taylorpandora-build v0.10
2009-07-10  Brian AkerUpdated version. 0.31
2009-07-10  Padraig O'SullivanCleaning up formatting in the C++ interface.
2009-07-10  Padraig O'SullivanUpdating the get function in the C++ interface.
2009-07-10  Padraig O'SullivanRemoving all remnants of const char * in the C++ interf...
2009-07-10  Padraig O'SullivanAdded the lib_version() function to the C++ interface.
2009-07-10  Padraig O'SullivanRemoving un-needed include declaration from C++ interface.
2009-07-10  Padraig O'SullivanMore modifications to the C++ interface. Changing the...
2009-07-10  Padraig O'SullivanMaking some modifications to the C++ interface. Mainly...
2009-07-09  Monty TaylorMerged trunk.
2009-07-09  Monty Taylorpandora-build 0.9
2009-07-09  Monty Taylorpandora-build v0.8
2009-07-08  Brian AkerMerge Monty
2009-07-08  Brian AkerBug found by Dustin via ICC
2009-07-08  Monty TaylorTurned off gcc-4.2 forcing on osx for now, until I...
2009-07-08  Brian AkerMerge Monty
2009-07-08  Monty TaylorUpdated pandora-build v0.3.
2009-07-08  mordredAdded support for autoconf 2.59.
2009-07-08  Brian AkerMerge Monty
2009-07-08  Monty TaylorMerged in two missing changes from f-visibility tree.
2009-07-08  Monty TaylorCleaned up a -Wconversion warning check for tarball...
2009-07-08  Monty TaylorMoved tests/ to after client/, since it depends on...
2009-07-08  Monty TaylorMerge trond from lp:~trond-norbye/libmemcached/bug_396882
2009-07-08  Monty TaylorCleaned up clients/ and tests/ to not build things...
2009-07-08  Monty TaylorRemoved a noinst_HEADERS entry for dtrace_probes, which...
2009-07-08  Monty TaylorFixed -Wwrite-strings warnings.
2009-07-08  Monty Taylorpandora-build v0.1
2009-07-08  Trond NorbyeBug 396882: docs/Makefile.am refers to memory_user_data...
2009-07-08  Brian AkerUpdate changelog
2009-07-08  Brian AkerTrond merge (and a fix for make test)
2009-07-07  Monty TaylorCleaned up some warnings.
2009-07-07  Monty TaylorAdd in missing probes.
2009-07-07  Monty TaylorAdded an else for unknown compilers.
2009-07-07  Monty TaylorPatch from Trond about visibility on Sun Studio.
2009-07-07  Monty TaylorReverted changes to a file that isn't owned by this...
2009-07-06  Monty TaylorTurned on -fvisibility=hidden. Added API markers to...
2009-07-06  Monty TaylorFixed strict aliasing. Turn it off only for the callbac...
2009-07-06  Monty TaylorRearranged some things and added the visibility.m4...
2009-07-03  Trond NorbyeBug #395094: Rewrite config/autorun.sh to a Bourne...
2009-07-01  Brian AkerMerge Trond
2009-07-01  Trond NorbyeBug 394442: Replication mget test fail on linux due...
2009-07-01  Brian AkerWork inspired by matt knox
2009-06-30  Matt Knoxremoved free
2009-06-30  Matt Knoxoops! Now I'm using the malloc api, rather than direct...
2009-06-29  Brian AkerFix from Trond for deprecation
2009-06-29  Brian AkerDowngrading the configure.
2009-06-29  Matt Knoxcached the server error in memcached_server_st
2009-06-29  Brian AkerMerge Trond
2009-06-29  Trond NorbyeBug #393578: make install should install libmemcached...
2009-06-29  Trond NorbyeBug #393556: Specify the signess of constants to avoid...
2009-06-27  Brian AkerFix for Solaris testing
2009-06-27  Trond NorbyeFix regression bug #392807, --with-memcached doesn...
2009-06-22  Brian AkerMerging Trond, also fixed make test.
2009-06-21  Brian AkerMerge Monty
2009-06-21  Trond NorbyeDeprecate the old callback interface to set the memory...
2009-06-21  Monty TaylorAdded -Wformat=2 - checks for some safety/security...
2009-06-21  Monty TaylorRemoved -W - it's an alias for -Wextra.
2009-06-21  Monty TaylorHrm. Turns out we _can_ turn on strict-aliasing.
2009-06-21  Monty TaylorUpdated output results to match new now-non-missing...
2009-06-20  Brian AkerMerging replication
2009-06-20  Monty TaylorMerged from trond.
next