summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix/AsynchIO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Client always collects at least an entire frameset into a single bufferAlan Conway2008-01-101-28/+31
* * Limited time allowed for reading on a single connection in a single go to 2msAndrew Stitcher2007-12-171-14/+57
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-21/+29
* Modified comment for last change to explain the reasoningGordon Sim2007-11-051-1/+1
* Push buffer back on front when read fails (esp. important when result was EAG...Gordon Sim2007-11-051-1/+1
* Fix for leak on receiving eof on networkAndrew Stitcher2007-10-191-7/+3
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-161-6/+4
* Close connection when a framing error is encountered during decoding.Gordon Sim2007-10-121-1/+2
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-7/+7
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-33/+89
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-121-28/+92
* * More work on asychronous network IOAndrew Stitcher2007-06-291-0/+195