First pass through turning instance into ++
[m6w6/libmemcached] / libmemcached / io.cc
2012-07-07  Brian AkerFirst pass through turning instance into ++
2012-06-18  Brian AkerMerge in trunk
2012-06-18  Brian AkerRemove how use instance (keep API intact)
2012-06-18  Brian AkerAdd a request id for each request that hits the wire.
2012-06-14  Brian AkerFix error messages/unlimited CPU utilization.
2012-06-13  Brian AkerDiligently check poll() a bit more. Also determine...
2012-06-12  Brian AkerFix such that a close on the socket short's faster.
2012-06-12  Brian AkerFixed bug where we might not see the right return type...
2012-06-12  Brian AkerFixup for style
2012-06-12  Brian AkerAbstract out read method.
2012-05-31  Continuous IntegrationMerging lp:~brianaker/libmemcached/rpm-mkdir-fix to...
2012-05-27  Brian AkerFix server messages (clean up errors in general).
2012-05-22  Brian AkerMerge up all of build.
2012-05-21  Brian AkerEnable assert.
2012-05-21  Brian AkerUpdate writev
2012-05-21  Brian AkerSimplify purge return value.
2012-05-21  Brian AkerShuffle for readability
2012-05-10  Continuous Integrationjenkins-promote-staging-trunk-libmemcached-17
2012-05-10  Continuous IntegrationMerge working tree with build tree.
2012-05-10  Brian AkerUpdated libmemcached
2012-05-10  Brian AkerUpdate memcached, fix style in test cases.
2012-04-17  Continuous Integrationjenkins-promote-staging-trunk-libmemcached-10
2012-04-17  Continuous IntegrationMerge working tree with build tree.
2012-04-17  Continuous IntegrationMerging bzr://gaz.tangent.org/libmemcached/build/ to...
2012-04-17  Brian AkerUpdate from OSX
2012-04-15  Continuous IntegrationMerge working tree with build tree.
2012-04-13  Continuous IntegrationMerging bzr://gaz.tangent.org/libmemcached/build/ to...
2012-04-13  Brian AkerSimplify IO code.
2012-04-03  Continuous Integrationjenkins-promote-staging-trunk-libmemcached-4
2012-04-03  Continuous IntegrationMerge working tree with build tree.
2012-04-03  Continuous IntegrationMerging bzr://gaz.tangent.org/libmemcached/build/ to...
2012-04-03  Brian AkerLatest of libtest.
2012-03-26  Brian AkerUpdate
2012-02-20  Brian AkerMerge of build trunk
2012-02-18  Brian AkerMerge up.
2012-02-18  Brian AkerUpdate error type
2012-02-18  Brian AkerUpdate from build trunk
2012-02-18  Brian AkerUpdate to use memcached_fatal() for purge return test.
2012-02-14  Brian AkerMerge in trunk
2012-02-14  Brian AkerMerge in removal of no-format-security, and fix signed...
2012-02-14  Brian AkerUpdate for sasl fixes.
2012-02-13  Brian AkerJust update to ptr for some loops.
2012-01-30  Brian AkerMerge in build trunk
2012-01-30  Brian AkerMerge build trunk.
2012-01-30  Brian AkerUpdate binary version parsing.
2012-01-29  Brian AkerMerge in trunk
2012-01-29  Brian AkerFix m4 warnings, and fix a couple of issues around...
2012-01-26  Brian AkerRollup from build trunk.
2012-01-26  Brian AkerMerge build trunk.
2012-01-23  Brian AkerFix fatal testing.
2012-01-05  Brian AkerUpdate tests, improved UDP performance.
2012-01-05  Brian AkerRemove final UDP bits from io framework.
2012-01-05  Brian AkerRemove dead UDP code.
2012-01-05  Brian AkerMerge in dead UDP code.
2012-01-05  Brian AkerRemove udp call in IO.
2012-01-04  Brian AkerMerge from build trunk.
2012-01-04  Brian AkerUpdate to error messages.
2011-12-31  Brian AkerUpdate vector reference
2011-12-31  Brian AkerStyle change
2011-12-31  Brian AkerUpdate logic around UDP.
2011-12-28  Brian AkerUpdate for storage to now use vector
2011-12-27  Brian AkerUpdating for simplified IO flush.
2011-12-27  Brian AkerRemove return length from io_flush
2011-12-27  Brian AkerFix -1 usage for bad socket descriptor
2011-12-25  Brian AkerFix detangle, minor style cleanups.
2011-12-22  Brian AkerUpdate to use vector for delete.
2011-12-16  Brian AkerFix OSX failure, and have memcached_do just use memcach...
2011-12-01  Brian AkerMerging trunkg
2011-11-28  Brian AkerMerge in trunk
2011-11-28  Brian AkerMerge
2011-11-27  Brian AkerImprove parser error messages.
2011-10-10  Brian AkerMerge in library/udp fixes.
2011-10-09  Brian AkerMerge in fixes for UDP.
2011-10-08  Brian AkerMerge in fixes for UDP
2011-10-07  Brian AkerMerge trunk
2011-10-05  Brian AkerMerge in touch/etc
2011-10-03  Brian AkerFlip structure declation.
2011-09-20  Brian AkerMerge in all of trunk.
2011-09-20  Brian AkerIssues fixed for Clang
2011-09-09  Brian AkerMerge in all of the build tree.
2011-08-20  Brian AkerFix for lp:777672
2011-08-19  Brian AkerMerge in updates for server failure testing.
2011-08-04  Brian AkerMerge in autoconf/libtest updates.
2011-07-29  Brian AkerMerge in simple extrace for strings, style issues in io
2011-07-29  Brian AkerShuffle headers so that we don't need prototypes.
2011-07-20  Brian AkerMerge in build lp
2011-07-19  Brian AkerMerge in trunk
2011-07-19  Brian AkerCleans up the assert and some other things that Fedora...
2011-07-07  Brian AkerMerge trunk for LP
2011-07-01  Brian AkerUpdating test framework for startup/shutdown of memcached.
2011-06-24  Brian AkerMerge in trunk. Updates to manual/update to latest...
2011-06-21  Brian AkerMerge in code such that we are much closer to running...
2011-06-19  Brian AkerMerge in docs.
2011-06-18  Brian AkerMerge Trunk
2011-06-17  Brian AkerDocument/standardize the return types from the fetch...
2011-06-16  Brian AkerLossen up restrictions on the recv().
2011-06-14  Brian AkerAdd in MSG_DONTWAIT for recv().
2011-06-14  Brian AkerClean up the while() loop in recv
2011-06-14  Brian AkerRemove assert.
2011-06-14  Brian AkerMerge in fix for additional logic for timeouts.
next