summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/AsynchIOAcceptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-5/+12
* Preparation for session thread safety overhaul:Alan Conway2007-11-011-1/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+2
* Record peer address (for logging purposes) on initiation rather than on every...Gordon Sim2007-10-221-11/+14
* Log a warning if we close a connection with unsent dataAndrew Stitcher2007-10-161-0/+4
* Include information on the client connection in io traces.Gordon Sim2007-10-151-3/+3
* Close connection when a framing error is encountered during decoding.Gordon Sim2007-10-121-28/+35
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-5/+5
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-091-4/+4
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-081-4/+3
* Recoded writing code so that it doesn't allocate framing::Buffer on the heapAndrew Stitcher2007-08-011-33/+27
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-0/+308