Set recv/send sockket sizes.
[awesomized/libmemcached] / lib / memcached_connect.c
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.