Moved to using vector send for writes (lowers function call count).
[awesomized/libmemcached] / libmemcached /
2010-04-02  Brian AkerMoved to using vector send for writes (lowers function...
2010-04-02  Brian AkerUpdating for vector interface.
2010-04-02  Brian AkerJust clean up a call (use the previous method).
2010-04-01  Brian AkerMerge in support for prefix keys in the binary protoocol.
2010-04-01  Brian AkerRemove bitfield hack (solaris blows anyways).
2010-03-18  Brian AkerWe didn't catch client_Error.
2010-03-09  Brian AkerMore fixes from Trond.
2010-03-05  Brian AkerMerge
2010-03-03  Trond NorbyeAdd support for SASL
2010-03-02  Brian AkerCorrection to API for custom hash settings.
2010-02-18  Brian AkerMerge for Dmitry
2010-02-17  Brian AkerA number of fixes/etc.
2010-02-15  Dmitry IsaykinRemove dummy check in *flags assignment in memcached_fetch
2010-02-14  Brian AkerFile shuffling
2010-02-14  Brian AkerUpdating memcached_server_instance_st structure.
2010-02-14  Brian AkerMerge in additional type fixes.
2010-02-13  Brian AkerLots of compiler fixes.
2010-02-12  Brian AkerModifying inline's
2010-02-10  Brian AkerFix for non-Linux platforms.
2010-02-10  Brian Akerbug fix for recursive decent into quit()
2010-02-10  Brian AkerFix for platform poll() return values.
2010-02-09  Brian AkerFixing bogus assert in debug build.
2010-02-09  Brian AkerCleanup on uint8 to bool for quit.
2010-02-09  Brian AkerPatches from Piotr Sikora < piotr.sikora@frickle.com...
2010-02-09  Brian AkerMinor code code cleanup, plus modification to while...
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  Trond NorbyeIgnore reclaimed stat
2010-02-05  Trond NorbyeSet C linkage for the function pointers
2010-02-05  Brian AkerPossible fix for solaris compiler.
2010-02-05  Brian AkerSmall cleanup.
2010-01-28  Brian AkerMerge Trond.
2010-01-27  Trond NorbyeFixed the ascii protocol handler
2010-01-22  Brian AkerModified Hashkit class (turned it into an actual class).
2010-01-22  Brian AkerMore Cleanup
2010-01-22  Brian AkerBool fix.
2010-01-21  Brian AkerFix IO call to use bool.
2010-01-21  Brian AkerStyle cleanup.
2010-01-21  Brian AkerFix for Debian linking issues.
2010-01-21  Brian AkerCleanup dead files in libmemcached.
2010-01-21  Brian AkerC++ interface bits for libhashkit
2010-01-20  Brian AkerUpdating tree for new function work in libhashkit.
2010-01-20  Brian AkerUpdates for libmemached to use libhashkit
2010-01-19  Brian AkerMerge Lee
2010-01-19  Brian AkerSolaris fix
2010-01-19  Brian AkerFix inline methods for strings.
2010-01-19  Brian AkerWe now check return key size for memcached_fetch()...
2010-01-18  Brian AkerFix for issue where stats may not be initialized.
2010-01-18  Brian AkerNew allocator interface.
2010-01-18  Brian AkerSmall style cleanup.
2010-01-18  Brian AkerFix conversion from macro to inline.
2010-01-16  Brian AkerRemove mass calloc() on memcached_st creation.
2010-01-16  Brian AkerFirst pass for performance improvement on _clone()...
2010-01-16  Brian AkerPartial patch on pass through to fix issues with trigge...
2010-01-16  Brian AkerFile Refactoring
2010-01-16  Brian AkerSmall cleanup in string.h and converted result_st macro...
2010-01-15  Brian AkerRefactor test framework to run pre/post just once.
2010-01-15  Brian AkerEncapsulated a couple of options/moved flags around...
2010-01-15  Brian AkerUpdates for CORK.
2010-01-15  Brian AkerMerge Thomason's cork patch.
2010-01-14  Brian AkerMerge Monty
2010-01-14  Monty TaylorMerged build.
2010-01-13  Monty TaylorProtected stdbool.h from being included by C++, which...
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 AkerPartial encapsulation of memcached_st->hosts
2010-01-12  Brian AkerAbstract out ptr->hosts[server_key] references.
2010-01-12  Brian AkerUpdates for version 0.37. 0.37
2010-01-12  Monty TaylorPut the doc and version back into the configure.ac
2010-01-11  Brian AkerStyle cleanup.
2010-01-10  Stewart Smithdon't convert between 16 and 32 bit when you don't...
2010-01-10  Stewart Smithbe strict about port numbers being in in_port_t not...
2010-01-10  Monty TaylorMerged stewart.
2010-01-10  Monty TaylorMerged up with build.
2010-01-10  Monty TaylorActually install protocol_binary - because it's require...
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-09  Brian AkerMatch count (and sorted .bzignore)
2010-01-08  Brian AkerUpdated docs for server_cursor() API.
2010-01-08  Brian AkerUpdates, rpm now tests the install locations.
2010-01-08  Monty TaylorFixed the header install.
2010-01-07  Brian AkerFix Trond's email address.
2010-01-06  Brian AkerNot allowed as local.
2010-01-05  Brian AkerMerge Monty
2010-01-03  Brian AkerUpdated stats object to use a root like other structures.
2010-01-03  Brian AkerSimple dead code removal and fix for analysis structure...
2010-01-03  Brian AkerMoved init for socket to options.
2010-01-02  Brian AkerWhite space fix
2009-12-30  Brian AkerMerge from Monty
2009-12-30  Brian AkerWhite space fix.
2009-12-29  Monty TaylorMade the memcached_string stuff private, but still...
2009-12-22  Brian AkerUpdated memcached.h so that it contains only its structure.
2009-12-21  Brian AkerICC fix
2009-12-20  Brian AkerMerge podchecker.
2009-12-20  Brian AkerMvoe pool to fit style.
2009-12-18  Brian AkerICC and test fix.
next