Turns out the protocol docs were in error, and that the size for 1.2 was a
[awesomized/libmemcached] / lib / memcached_get.c
2007-12-14   <brian@wlan-guest... Turns out the protocol docs were in error, and that...
2007-12-05  Brian AkerUpdating to remove memory leak in functions.c (aka...
2007-12-04   <brian@h220-215... This includes work for partitioning by key. Dormando...
2007-12-04   <brian@h220-215... First push (no docs) on range by key request by Dormondo.
2007-12-03   <brian@gir.local>Fixing failure of socket issue.
2007-12-01  Brian AkerFixed memcached_get() to now use finish instead of...
2007-12-01  Brian AkerFix for Linux system for async protocol.
2007-12-01   <brian@gir.tangen... Big fix for async mode to make sure all data has been...
2007-11-25  Brian AkerRefactored out param
2007-11-25  Brian AkerCleanedup test cases (they had some valgrind warnings).
2007-11-25  Brian AkerBugfix for memcached_connect() so that it will not...
2007-11-24  Brian AkerMemory leak for failed attempt to use memcached_result_...
2007-11-19  Brian AkerFull CAS support now enabled in the library.
2007-11-14  Brian AkerRemoved more then a handfull of memset() calls.
2007-11-13  Brian AkerRefactor all code to go through memcached_do().
2007-11-12  Brian AkerFixed bug where zero length key was provided.
2007-11-09  Brian AkerFixed bug reported by Stuart Midgley about what happens...
2007-11-04  Brian Akerfetch_result() implemented for memcached_result_st.
2007-11-03  Brian AkerRestructuring for new memcached_result_st.
2007-11-03  Brian AkerFixed 64bit issue in hash.
2007-10-25   <brian@dhcpvisito... Cleaning out asserts;
2007-10-25   <brian@dhcpvisito... Updated to build on OSX (will now require updated autoconf)
2007-10-24  Brian AkerImprovement in multi-get. It no longer builds strings...
2007-10-23  Brian AkerAllocation fixes in string library (now we can run...
2007-10-18  Brian AkerFinally tracked down the oddball valgrind warning that...
2007-10-18  Brian AkerFixed malloc() issues in test.
2007-10-13  Brian AkerUpdates to clean server structure.
2007-10-11  Brian AkerFixed strings returned by get to be null terminated...
2007-10-07  Brian AkerRewrote internal connect function to do by demand ...
2007-10-05  Brian AkerAdded MD5 hashing scheme. Refactored code to allow...
2007-10-05  Brian AkerNull
2007-10-05  Brian AkerFound bug in multi get where key size was not being...
2007-10-03  Brian AkerNon-blocking IO :)
2007-10-02  Brian AkerAdding buffered IO to reads
2007-10-01  Brian AkerAll *_init() have been changed to _create()
2007-09-30  Brian AkerAdded/restructured all additional hostname information
2007-09-29  Brian AkerAdded basic print output.
2007-09-29  Brian AkerMore udpates to memslap.
2007-09-28  Brian AkerDTrace support
2007-09-28  Brian AkerBunch of fixes related to portability.
2007-09-27  Brian AkerReadjusted a number function names.
2007-09-27  Brian AkerRemoved all valgrind warning. Thought this error persi...
2007-09-26   <brian@gir.tangen... NEw string type.
2007-09-24   <brian@gir.local>Merge Mark's test code.
2007-09-24   <brian@gir.local>Fixed merge
2007-09-24   <brian@gir.local>Rewrote return read() to now read exactly character...
2007-09-22  Mark Atwoodemit messages to stderr when write fails
2007-09-22  Mark Atwoodadd error checking, for command overflow, and short...
2007-09-22   <brian@gir.local>Fixed all warnings in code.
2007-09-22   <brian@gir.local>Removed dumb bug concerning set (was still using a...
2007-09-20  Brian AkerMemory leak fixed.
2007-09-19   <brian@gir.local>Increment and decrement now works.
2007-09-18   <brian@gir.local>Change hosts over to realloc array
2007-09-18   <brian@gir.local>memcached_server_add() now works so you can connect...
2007-09-18   <brian@gir.local>Broke library up into multiple files.