Move public memcached_version declaration from lib/common.h to include/memcached.h.
[awesomized/libmemcached] / lib / common.h
2008-03-03  Tim BunceMove public memcached_version declaration from lib...
2008-02-28  Tim Buncehg merge binary, resolving one conflict by choosing...
2008-02-24   <brian@gir.lan>Adding the new binary branch...
2008-02-24   <brian@gir.lan>Added unlikely for branch predicition :)
2008-02-17   <brian@gir-2.local>Minor cleanups (missing file added).
2008-02-15   <brian@gir-2.local>Added behavior method around testing of keys.
2008-02-13   <brian@gir-2.local>Merge
2008-02-13   <brian@gir-2.local>Added MEMCACHED_BEHAVIOR_SORT_HOSTS behavior to enable...
2008-02-13   <brian@gir-2.local>MEMCACHED_BAD_KEY_PROVIDED has been added as an error...
2008-01-21   <patg@patg.net>Merge
2008-01-21   <brian@gir.tangen... Merge.
2008-01-21   <brian@gir.tangen... Refactored all of the IO commands to pass only server...
2008-01-20   <patg@patg.net>Merge of latest - callback commit needed
2008-01-19   <brian@gir.local>Custom memory patch work (based on Sean Chittenden...
2008-01-15   <brian@gir.local>Cleanup's for Tim. Also dropping support back to ipv4...
2008-01-05   <brian@gir.tangen... Merging
2008-01-05   <brian@gir.tangen... memcached_behavior() causes commands to be buffered...
2007-12-18  Brian AkerPortability patches from Kevin Dalley for Freebsd 4.0.
2007-12-17  Brian AkerRefactor of response code. All of it has been streamlin...
2007-12-08   <brian@gir.tangen... Refactor of async code. poll() is now only called when...
2007-12-03   <brian@gir.local>Fixing failure of socket issue.
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 AkerAdded MEMCACHED_HASH_HSIEH.
2007-11-19  Brian AkerFull CAS support now enabled in the library.
2007-11-19  Brian AkerAdded MEMCACHED_BEHAVIOR_CACHE_LOOKUPS flag (you can...
2007-11-15  Brian AkerMore tests, and new code for append/prepend.
2007-11-13  Brian AkerRefactor all code to go through memcached_do().
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-30  Brian AkerAdding support for CRC Hashing
2007-10-23  Brian AkerAllocation fixes in string library (now we can run...
2007-10-16  Brian AkerMade string class private
2007-10-16  Brian AkerCleaning up #include headers so that we don't export...
2007-10-13   <brian@gir>Hard to believe I documented the entire thing... this...
2007-10-12  Brian AkerThis is a rewrite of some of the IO code to handle...
2007-10-07  Brian AkerCleanup of behavior (refactored...)
2007-10-07  Brian AkerRewrote internal connect function to do by demand ...
2007-10-07  Brian AkerFinished up memcached_behavior_set/get() method. Tests...
2007-10-05  Brian AkerAdded MD5 hashing scheme. Refactored code to allow...
2007-10-05  Brian AkerFixed test case output
2007-10-03  Brian AkerNon-blocking IO :)
2007-09-28  Brian AkerMissing new common.h files (I should really check missi...