Portability patches from Kevin Dalley for Freebsd 4.0.
[awesomized/libmemcached] / lib / memcached_connect.c
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-14  Brian AkerFix for lingers socket issues on Freebsd
2007-12-11  Brian AkerSuggested change from Antony
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-01   <brian@gir.tangen... Big fix for async mode to make sure all data has been...
2007-11-29   <brian@gir.tangen... IPV6 support, plus cleanup around consistent hashing.
2007-11-25  Brian AkerBugfix for memcached_connect() so that it will not...
2007-11-20  Brian AkerFixed thread issue on Linux with gethostbyname_r().
2007-11-20  Brian AkerFix for poorly terminated hostname.
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-14  Brian AkerRework of the server connect so that "hostname" lookup...
2007-11-09  Brian AkerFixed bug reported by Stuart Midgley about what happens...
2007-11-01  Brian Akerpkgconfig support done (need to write example)
2007-10-31  Brian AkerAdded support for UNIX sockets.
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-16  Brian AkerSet recv/send sockket sizes.
2007-10-13  Brian AkerUpdates to clean server structure.
2007-10-12  Brian AkerThis is a rewrite of some of the IO code to handle...
2007-10-07  Brian AkerRewrote internal connect function to do by demand ...
2007-10-04  Brian AkerSee changes in changelog, but...
2007-10-02  Brian AkerGetting everything ready for non-blocking IO.
2007-10-02  Brian AkerRemoved bind() call (and I have no idea how that got...
2007-09-30  Brian AkerAdded/restructured all additional hostname information
2007-09-28  Brian AkerDTrace support
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-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@gir.local>Test cases now pass
2007-09-20  Brian AkerMemory leak fixed.
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.