summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix
Commit message (Expand)AuthorAgeFilesLines
* QPID-1087Ted Ross2008-05-211-0/+7
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-1/+2
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-092-1/+64
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-14/+19
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-154-46/+75
* Fixed time classes for some changes that misunderstood how they are supposedAndrew Stitcher2008-04-071-1/+1
* Fixed logger warning on F9.Alan Conway2008-04-021-4/+4
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-3/+4
* Qualify names to fix gcc 4.3 compile errors.Alan Conway2008-03-181-5/+5
* rubygen/0-10/specification.rb:Alan Conway2008-03-111-2/+26
* Make ports accesible through socket interface.Gordon Sim2008-01-311-0/+39
* Fix error in NDEBUG builds.Alan Conway2008-01-241-2/+1
* Improved/additional client API tests.Alan Conway2008-01-245-26/+40
* Add optional host, port arguments to all example clients.Alan Conway2008-01-182-3/+15
* 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-172-15/+58
* 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
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-264-79/+9
* 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
* Include information on the client connection in io traces.Gordon Sim2007-10-151-14/+47
* 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
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-1/+3
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-2712-1712/+185
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-161-6/+6
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-121-28/+92
* - Added RW lockCarl C. Trieloff2007-07-051-5/+79
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-042-127/+60
* Small fixes to enable the --disable-apr-platform build to carry on compilingAndrew Stitcher2007-07-021-3/+3
* * More work on asychronous network IOAndrew Stitcher2007-06-293-21/+208
* Fixed missing POSIX implementation of Acceptor::getHostAndrew Stitcher2007-06-273-28/+24
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-263-1/+21
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-188-352/+699
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-305-15/+18
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-2211-17/+616
* * Make APR/"posix" configurable using --disable-aprAndrew Stitcher2007-04-261-1/+1
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-1312-0/+1487