summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/AsynchIOAcceptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-143/+57
* A further step to final 0-10 spec.Gordon Sim2008-03-031-6/+13
* Broker::connect - connect to URL, return ConnectionInputHandler.Alan Conway2008-02-131-3/+6
* Remove dependency on sys::Socket for management ID of connections.Alan Conway2008-02-111-2/+2
* Clean shutdown of broker: Moved signal unsafe code from Broker::shutdownAlan Conway2008-02-071-0/+2
* Initial cut of inter-broker bridgingGordon Sim2008-02-011-1/+52
* Improved/additional client API tests.Alan Conway2008-01-241-1/+1
* Allow more than one message to be encoded into a single buffer if available.Gordon Sim2008-01-111-2/+12
* Client always collects at least an entire frameset into a single bufferAlan Conway2008-01-101-121/+125
* patch-715 (tross)Carl C. Trieloff2008-01-021-1/+1
* 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