Fixes for previous merges (and additional file added for murmur)
[awesomized/libmemcached] / include / memcached.h
2008-03-07   <brian@233.sub... Fixes for previous merges (and additional file added...
2008-03-06   <brian@gir-2.local>MEMCACHED_BEHAVIOR_RETRY_TIMEOUT added for timeout
2008-03-05   <brian@gir-2.local>Patch for "murmur" hash algorithm.
2008-02-20   <brian@gir-2.local>First view of server cursor function.
2008-02-19   <brian@gir-2.local>Cleanup of memcached_fetch_execute() definition
2008-02-19   <brian@gir-2.local>Merge fix.
2008-02-19   <brian@gir-2.local>MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT added from Marcelo...
2008-02-18  Brian AkerUpdates for versions
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-02-09  Brian AkerUpdated Version status. Updated all command line tools...
2008-02-06   <brian@gir-2.local>Fix for 64 bit
2008-02-01  Brian AkerIncrememting for next version
2008-02-01  Brian AkerMerging Patrick's work on C++ interface.
2008-01-30   <patg@patg.net>Merged
2008-01-30   <patg@patg.net>- Added more methods to memcached.hh
2008-01-29  Brian AkerFix for non-blocking IO error. The refactoring bit...
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
2008-01-20   <patg@patg.net>Removed major, minor, micro from memcached.h
2008-01-20  Brian AkerMerge
2008-01-20   <patg@patg.net>Merge of latest - callback commit needed
2008-01-20   <patg@patg.net>MEMCACHED_VERSION_STRING changed _back_ to LIBMEMCACHED...
2008-01-20   <patg@patg.net>Working on getting version patch working
2008-01-19   <brian@gir.local>Typed clone and cleanup functions with memcached_ prefixes,
2008-01-19   <brian@gir.local>Leftover prototypes from deleted code removed.
2008-01-19   <brian@gir.local>Custom memory patch work (based on Sean Chittenden...
2008-01-18   <brian@gir.local>Merge.
2008-01-18   <brian@gir.local>This patch includes all of the callback work for settin...
2008-01-15   <brian@gir.local>Cleanup's for Tim. Also dropping support back to ipv4...
2008-01-13   <brian@gir.local>Made clear HUGE and SMALL should not be used.
2008-01-11  Brian AkerMEMCACHED_BEHAVIOR_USER_DATA work. This allows a client...
2008-01-05   <brian@gir.tangen... Merging
2008-01-05   <brian@gir.tangen... memcached_behavior() causes commands to be buffered...
2007-12-22   <brian@gir.tangen... Merging branches.
2007-12-22  Brian AkerNEw code for the memcached_fetch_execute() function.
2007-12-18  Brian AkerCode for multi delete functions.
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@wlan-guest... Turns out the protocol docs were in error, and that...
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-08   <brian@gir.tangen... Refactor of async code. poll() is now only called when...
2007-12-07   <brian@gir.local>Adding delete_by_key function to complete partitioning...
2007-12-05  Brian AkerExtending tests...
2007-12-05  Brian AkerUpdating to remove memory leak in functions.c (aka...
2007-12-05   <brian@h220-215... Cleanup of spelling error in option.
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 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-29  Brian AkerAdded tests for consistent hash.
2007-11-29   <brian@gir.tangen... IPV6 support, plus cleanup around consistent hashing.
2007-11-29   <brian@gir.local>Extended consistent hash logic to handle splice (should...
2007-11-28  Brian AkerFix for source specfile (aka source RPM).
2007-11-25  Brian AkerAdded MEMCACHED_HASH_HSIEH.
2007-11-25  Brian AkerCleanup of stats code (fixed byte alignment issue)
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-22  Brian Akermemcached_behavior_set() can now modify the poll timeout
2007-11-20  Brian AkerFix for poorly terminated hostname.
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-16  Brian AkerPossible fix for problem where servaddr may not always...
2007-11-15  Brian AkerMore tests, and new code for append/prepend.
2007-11-14  Brian AkerRemoved more then a handfull of memset() calls.
2007-11-14  Brian AkerRework of the server connect so that "hostname" lookup...
2007-11-12  Brian AkerFixed bug where zero length key was provided.
2007-11-12  Brian AkerFixing increment and decrement to take a 64bit unsigned...
2007-11-09  Brian AkerUpdating server_st to keep client buffers per server.
2007-11-04  Brian AkerRefactored out actual test code from test.c
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-11-01  Brian Akerpkgconfig support done (need to write example)
2007-10-31  Brian AkerMore Hashing methods
2007-10-31  Brian AkerUpdate to interface (modified to better support lots...
2007-10-31  Brian AkerAdded support for UNIX sockets.
2007-10-30  Brian AkerAdding support for CRC Hashing
2007-10-28   <brian@gir>Adding new memcached_clone() function
2007-10-26   <brian@gir.local>Branch merge
2007-10-26   <brian@gir.local>Rewrote test loop to remove copy/paste code.
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-23  Brian AkerAllocation fixes in string library (now we can run...
2007-10-17  Brian AkerFix for OSX
2007-10-17  Brian AkerNull merge
2007-10-17  Brian AkerWe keep having problems with it being this large so...
2007-10-16  Brian AkerSet recv/send sockket sizes.
2007-10-16  Brian AkerMade string class private
2007-10-16  Brian AkerCleaning up #include headers so that we don't export...
next