Merge in conversion to C++.
[awesomized/libmemcached] / libmemcached / memcached.h
2011-04-28  Brian AkerMerge in conversion to C++.
2011-04-19  Brian AkerUpdate docs for error messages.
2011-04-19  Brian AkerMerge in updates for the pool library.
2011-04-13  Brian AkerSimplify the calling structure for creating a memcached_st.
2011-04-11  brian@tangent.orgMerge in laptops efforts for extending pool/documenting...
2011-04-10  Brian AkerCleanup API documentation.
2011-04-08  Brian AkerMerge in more updates for docs (we are just going to...
2011-04-06  Brian AkerFirst pass on updating docs.
2011-04-05  Brian AkerAdd support for query_id, and fixes a few cases where...
2011-04-01  Brian AkerFixes all current issues with hashkit tests.
2011-03-29  Brian AkerUpdate for virtual buckets/wasn't this just originally...
2011-03-28  Brian AkerMerge in changes around setting up better syntax for...
2011-03-28  Brian AkerRemove cork from being optional, just use it as we...
2011-03-28  Brian AkerMove cached errno such that it now lives behind the...
2011-03-28  Brian AkerOrganize ketama a bit more (ie lets keep it in its...
2011-03-25  Brian AkerMerge in code changes for all of the new parser.
2011-03-22  Brian AkerUpdates to configuration API.
2011-03-21  Brian AkerThis adds a couple of new options for options parsing.
2011-03-21  Brian AkerFix prefix key so that it is not statically built.
2011-03-21  Brian AkerImport parser/etc
2011-03-18  Brian AkerMerge in all of the new parser work.
2011-02-22  Brian AkerMerge in dist fix from Monty
2011-02-22  Brian AkerMerge in ability for memcapable to handle ascii/binary...
2010-09-15  Brian AkerMerge Trond
2010-09-13  Trond NorbyeFixed SASL authentication bits
2010-07-28  Brian AkerMerge Trond, this is the preliminary support for Windows.
2010-07-27  Trond NorbyeInitial support for Windows
2010-06-08  Brian AkerMerging, with changes, --file for memcat.
2010-06-07  Brian AkerMerge Trond
2010-06-07  Brian AkerFix (though only partial), for connect timeout.
2010-04-21  Brian AkerFix for bad name servers.
2010-04-06  Brian AkerFix issue with memcached_st structure being a different...
2010-04-05  Brian AkerUpdate for last disconnect to stick around even if...
2010-04-05  Brian AkerMerge Andre
2010-04-01  Brian AkerRemove bitfield hack (solaris blows anyways).
2010-03-08  Andre CruzImplemented the TCP_KEEPIDLE tcp option. This is only...
2010-03-08  Andre CruzAdded option to enable TCP_KEEPALIVE on created sockets.
2010-03-05  Brian AkerMerge
2010-03-03  Trond NorbyeAdd support for SASL
2010-02-18  Brian AkerMerge for Dmitry
2010-02-17  Brian AkerA number of fixes/etc.
2010-02-14  Brian AkerFile shuffling
2010-02-14  Brian AkerUpdating memcached_server_instance_st structure.
2010-02-13  Brian AkerLots of compiler fixes.
2010-02-06  Brian AkerThe patch which says "Solaris is..."
2010-02-05  Trond NorbyeUse bool instead of bool:1 if your compiler doesn't...
2010-02-05  Brian AkerSmall cleanup.
2010-01-22  Brian AkerModified Hashkit class (turned it into an actual class).
2010-01-21  Brian AkerStyle cleanup.
2010-01-21  Brian AkerC++ interface bits for libhashkit
2010-01-20  Brian AkerUpdates for libmemached to use libhashkit
2010-01-19  Brian AkerMerge Lee
2010-01-18  Brian AkerNew allocator interface.
2010-01-16  Brian AkerRemove mass calloc() on memcached_st creation.
2010-01-16  Brian AkerFile Refactoring
2010-01-16  Brian AkerSmall cleanup in string.h and converted result_st macro...
2010-01-15  Brian AkerEncapsulated a couple of options/moved flags around...
2010-01-15  Brian AkerMerge Thomason's cork patch.
2010-01-14  Monty TaylorMerged build.
2010-01-13  Brian AkerUpdates from Monty for Pandora
2010-01-13  Brian AkerFix for bug #15450
2010-01-13  Brian AkerMerge Jean-Charles
2010-01-13  Brian AkerMerge Stewart
2010-01-12  Brian AkerFinal bits of abstraction.
2010-01-12  Brian AkerAbstract out ptr->hosts[server_key] references.
2010-01-10  Monty TaylorMerged stewart.
2010-01-10  Monty TaylorMerged up with build.
2010-01-10  Brian AkerUpdated comments in code.
2010-01-10  Brian AkerRemoved cursor_server from memcached_st.
2010-01-10  Brian Akernumber_of_hosts <-- encapsulated.
2010-01-08  Brian AkerUpdates, rpm now tests the install locations.
2009-12-22  Brian AkerUpdated memcached.h so that it contains only its structure.
2009-12-18  Brian AkerMerge Monty.
2009-12-18  Brian AkerICC cleanups
2009-12-18  Monty TaylorMerged from build.
2009-12-17  Brian AkerAdded .h for dump.
2009-12-17  Brian AkerMerge Trond.
2009-12-17  Brian AkerICC fixes.
2009-12-17  Brian AkerUpdating interface.
2009-12-16  Brian AkerMass rename to simplify names.
2009-12-16  Brian AkerUpdate for test system.
2009-12-16  Brian AkerUpdated copyright headers.
2009-12-16  Brian AkerStyle cleanup
2009-12-16  Brian AkerAdditional flag removal.
2009-12-16  Brian AkerCode change to use struct bitsets.
2009-12-03  Brian AkerAdding memslap tool.
2009-12-02  Monty TaylorMerged trunk.
2009-12-02  Monty Taylorpandora-build v0.79. Added support for generating HEX...
2009-12-02  Monty Taylorpandora-build v0.75. Also fixed visibility which had...
2009-11-30  Jean-Charles RedouteyFixed mget_execute possibly failing into some non endin...
2009-11-09  Brian AkerUpdating for 0.35 release.
2009-11-07  Brian AkerMerging support for by_key operations.
2009-11-07  Adam Thomason* Rename: s/by_key_with_initial/with_initial_by_key
2009-11-07  Adam ThomasonAdd master-key versions of incr and decr commands
2009-10-20  Padraig O'SullivanMerge from trunk.
2009-10-14  Brian AkerMerging Trond
2009-10-13  Brian AkerUpdated for release
2009-10-13  Trond NorbyeInitial implementation of memcached_mget_execute
2009-10-12  Trond NorbyeMerged Jean-Charles Redoutey
2009-10-12  Brian AkerMerge from Trond
next