awesomized/libmemcached
2008-01-29  Brian AkerFix test case (in debug mode we toss asserts for NULL... 0.15
2008-01-29  Brian AkerFix for non-blocking IO error. The refactoring bit...
2008-01-29  Brian AkerFixed add test failure for OS'es with broken async...
2008-01-29  Brian AkerIncomming Patch from Kevin
2008-01-27  Brian AkerKevin's patch bug13
2008-01-23  Brian AkerModifications for IO performance.
2008-01-23  Brian AkerSlight optimization in write() call
2008-01-23  Brian AkerRefactor of generate tests.
2008-01-22  Brian AkerClarify caller return behavior
2008-01-22  Brian AkerAdded tag 0.14 for changeset 8763368afb47
2008-01-22  Brian AkerUpdate for release 0.14 0.14
2008-01-22   <patg@patg... Forgot to take out the 'flush' calls in version documen...
2008-01-21   <patg@patg... Added prepend, append, add, replace to memcached.hh...
2008-01-21   <patg@patg... Updated AUTHORS
2008-01-21   <patg@patg... Merge
2008-01-21   <patg@patg... Pushing missing doc, update to list of functions at...
2008-01-21  Brian AkerFix lack of free() in bug (quiet valgrind)
2008-01-21  Brian AkerClean up pointer issue.
2008-01-21   <brian@gir... Fixed bug found by Evan Weaver where increment was...
2008-01-21   <brian@gir... Merge.
2008-01-21   <brian@gir... Fix for bad null pointer on flag by Toru Maesaka.
2008-01-21   <brian@gir... Refactored all of the IO commands to pass only server...
2008-01-20   <patg@patg... Merge
2008-01-20   <patg@patg... Removed major, minor, micro from memcached.h
2008-01-20  Brian AkerMerge
2008-01-20  Brian AkerChicken and Egg problem in clone fixed.
2008-01-20   <patg@patg... Merge of latest - callback commit needed
2008-01-20   <patg@patg... MEMCACHED_VERSION_STRING changed _back_ to LIBMEMCACHED...
2008-01-20   <patg@patg... Working on getting version patch working
2008-01-19   <brian@gir... Typed clone and cleanup functions with memcached_ prefixes,
2008-01-19   <brian@gir... Pulling back the C++ code to just be an include.
2008-01-19   <brian@gir... Adding missing pod file.
2008-01-19   <brian@gir... Leftover prototypes from deleted code removed.
2008-01-19   <brian@gir... Custom memory patch work (based on Sean Chittenden...
2008-01-18   <brian@gir... More on clone/cleanup callbacks
2008-01-18   <brian@gir... Merge.
2008-01-18   <brian@gir... This patch includes all of the callback work for settin...
2008-01-18   <patg@patg... Fix to support/libmemcached.pc.in by removal of -rpath...
2008-01-15   <brian@gir... Adding test for MEMCACHED_BEHAVIOR_USER_DATA
2008-01-15   <brian@gir... Cleanup's for Tim. Also dropping support back to ipv4...
2008-01-14   <brian@gir... First push of example C++ interface.
2008-01-13   <brian@gir... Made clear HUGE and SMALL should not be used.
2008-01-13   <brian@gir... Updated docs that Tim noticed.
2008-01-13  Brian AkerAdded tag 0.13 for changeset e55060178621
2008-01-13  Brian AkerAdding date for release 0.13
2008-01-11  Brian AkerMEMCACHED_BEHAVIOR_USER_DATA work. This allows a client...
2008-01-10  Brian AkerFix for connect() to invalidate socket on failure.
2008-01-09  Brian AkerTest Cleanup.
2008-01-09  Brian AkerMore timeout cleanup
2008-01-09  Brian AkerMerge
2008-01-09  Brian AkerDocumentation and Changlog information.
2008-01-09   <brian@gir... Patch by Marc Rossi to add --hash to command line tools.
2008-01-09   <brian@gir... merge
2008-01-09   <brian@gir... Incorrect polltimeout set on test (Patch by Kevin)
2008-01-08  Brian AkerKevin Dalley's patch for EOF
2008-01-08   <brian@gir... Removing all of the multi-set bits (aka the buffer...
2008-01-08   <brian@gir... Removing dead code.
2008-01-07   <brian@gir... Patch by Toru Maesaka for stats comparison
2008-01-05  Brian AkerTest fixes for new return code on buffered calls.
2008-01-05  Brian AkerFix for bad error in execute.
2008-01-05   <brian@gir... Merging
2008-01-05   <brian@gir... memcached_behavior() causes commands to be buffered...
2008-01-03   <patg@patg... Fix to doc for memcached_server_add_unix_socket
2007-12-29  Brian AkerCONSTANTS documentation.
2007-12-28  Brian AkerFixed issue between 32bit and 64bit hash calculations...
2007-12-22   <brian@gir... Merging branches.
2007-12-22  Brian AkerFixed a bug Cal found on null termination of a result...
2007-12-22  Brian AkerNEw code for the memcached_fetch_execute() function.
2007-12-19  Brian AkerMulti branch work.
2007-12-18  Brian AkerFixed error in lack of pointer found (Tim Bunce discovered)
2007-12-18  Brian AkerFix to make all keys null terminated (sort of surprised...
2007-12-18  Brian AkerCode for multi delete functions.
2007-12-18  Brian AkerPortability patches from Kevin Dalley for Freebsd 4.0.
2007-12-17  Brian AkerMore Changelog.. note on Freebsd
2007-12-17  Brian AkerUpdating Changelog
2007-12-17  Brian AkerFix for when CRC return 0.
2007-12-17  Brian AkerRefactor of response code. All of it has been streamlin...
2007-12-17  Brian AkerRefactor (1st piece) of logic around creating messages...
2007-12-16  Brian AkerMinor bug discovered at hackathon.
2007-12-14  Brian AkerFix for lingers socket issues on Freebsd
2007-12-14  Brian AkerFixed test cases (hackathon item)
2007-12-14  Brian AkerFixed uint16_t issues
2007-12-14   <brian@wlan... Turns out the protocol docs were in error, and that...
2007-12-11  Brian AkerCommitting work for next release (got to do something...
2007-12-11  Brian AkerPerformance improvements in get operations
2007-12-11  Brian AkerChanging the value of linger to just be max
2007-12-11  Brian AkerSuggested change from Antony
2007-12-11  Brian AkerRaised default timeout.
2007-12-11  Brian AkerNew async test.
2007-12-11  Brian AkerCleanup of linger call.
2007-12-11  Brian AkerRemoved recent regression issue with close()
2007-12-09   <davida@breeze2... Fixed a small error in the documentation.
2007-12-08  Mark AtwoodDocumentation fixes
2007-12-08   <brian@gir... Refactor of async code. poll() is now only called when...
2007-12-07   <brian@gir... Adding delete_by_key function to complete partitioning...
2007-12-06  Brian AkerModifying tests to always get failures (aka test that...
2007-12-05  Brian AkerExtending tests...
2007-12-05  Brian AkerUpdating to remove memory leak in functions.c (aka...
2007-12-05   <brian@h220... Cleanup of spelling error in option.
2007-12-04   <brian@h220... adding documentation for memcached_get_by_key() and...
next