summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only delete Rdma server side connections when the client disconnects -Andrew Stitcher2010-09-082-12/+16
* Reordered members of RdmaIOHandler to ensure correct destruction orderAndrew Stitcher2010-09-081-4/+5
* Improve daemon handling of unexpected RDMA disconnects from clientAndrew Stitcher2010-09-081-21/+48
* Trivial comment fixAndrew Stitcher2010-09-081-5/+5
* Rearrange drain queue code so that it does't call the callback unless thereAndrew Stitcher2010-09-081-3/+8
* Coalesce checking for the drained and stopped conditions into a singleAndrew Stitcher2010-09-082-17/+22
* Reorder some code for improved intellegibilityAndrew Stitcher2010-09-081-15/+10
* Remove write after frees in Rdma::AsynchIO and qpid::client::RdmaConnectorAndrew Stitcher2010-09-082-2/+4
* Dispose the queue pair before acknowledging channel events when destroyingAndrew Stitcher2010-09-081-3/+6
* Use structures with much less dynamic allocation to hold rdma buffersAndrew Stitcher2010-09-082-18/+22
* Refactored Rdma write buffers to be controlled by the rdma_wrapper layerAndrew Stitcher2010-09-084-56/+67
* Move rdma recv buffers to a single large allocation rather than piecemeal all...Andrew Stitcher2010-09-085-10/+53
* Remove use of dubious auto_ptrAndrew Stitcher2010-09-081-5/+2
* Make sure that we fail connection correctly if connect fails.Andrew Stitcher2010-09-081-11/+26
* Stop using references to intrusive_ptr in Rdma codeAndrew Stitcher2010-09-083-28/+28
* Move the RDMA buffer tracking/destruction into the QueuePair class fromAndrew Stitcher2010-09-084-9/+7
* Changed RDMA testing server not to use the lower level Rdma buffersAndrew Stitcher2010-09-081-11/+35
* QPID-2840: have the tests set a message prefix to facilitate scraping message...Robert Gemmell2010-09-083-1/+14
* QPID-2840: make the status logging message prefix configurable but empty by d...Robert Gemmell2010-09-081-1/+1
* Added a failure path for testRejectPolicy if an exception is not thrown.Rajith Muditha Attapattu2010-09-081-1/+2
* QPID-2838, QPID-2843: test readability tweaksRobert Gemmell2010-09-082-5/+5
* Add heartbeat value to the simpler init() case. Applications that use this i...Ted Ross2010-09-071-0/+1
* QPID-2845: exclude tests from the Java test profilesRobert Gemmell2010-09-062-0/+5
* QPID-2843: move the text to the properties file to allow for il8nRobert Gemmell2010-09-063-6/+6
* QPID-2837: The o.a.q.server.transport.ThreadPoolFilter class is not used and ...Robert Gemmell2010-09-051-698/+0
* QPID-2829: Remove the o.a.q.transport.Echo class as it is not usedRobert Gemmell2010-09-051-73/+0
* QPID-2826: The class o.a.q.transport.Result is not used and can be safely rem...Robert Gemmell2010-09-051-30/+0
* QPID-2825: The class o.a.q.transport.Sink is not used and can be safely removedRobert Gemmell2010-09-051-138/+0
* QPID-2418: updates to fix test failures when using the 0-10 client test profi...Robert Gemmell2010-09-0511-48/+67
* QPID-2418: Unsubscribe existing open durable subscriptions when changing subs...Robert Gemmell2010-09-057-266/+548
* QPID-2845Rajith Muditha Attapattu2010-09-031-0/+89
* QPID-2843: Ensure that a MNG-1004 message is logged when using the platform a...Robert Gemmell2010-09-035-7/+16
* QPID-2845Rajith Muditha Attapattu2010-09-031-1/+1
* QPID-2843: move the 2 management port listening messages to after the respect...Robert Gemmell2010-09-031-8/+5
* QPID-2843: add missed changeRobert Gemmell2010-09-031-1/+1
* QPID-2846: release pending sequence numbers when cleaning up an agent.Kenneth Anthony Giusti2010-09-021-1/+5
* QPID-2844Rajith Muditha Attapattu2010-09-021-1/+36
* QPID-2845Rajith Muditha Attapattu2010-09-021-11/+17
* QPID-2844Rajith Muditha Attapattu2010-09-021-2/+11
* QPID-2845Rajith Muditha Attapattu2010-09-022-92/+18
* QPID-2842 - Fixed inconsistent display of object ids in qpid-tool.Ted Ross2010-09-021-3/+61
* QPID-2843: Remove old logging and use the operational logging framework to pr...Robert Gemmell2010-09-029-107/+124
* QPID-2841: set the TTL in agent heartbeat messages.Kenneth Anthony Giusti2010-09-014-6/+24
* QPID-2838: add common code for repeated validations within test classes, help...Robert Gemmell2010-09-0118-543/+449
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-311-1/+1
* QMF: do not add wildcards to the agent filter list.Kenneth Anthony Giusti2010-08-301-1/+11
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-3039-240/+3236
* QPID-2824: Use toLogString rather than toString on LogSubject(s)Robert Gemmell2010-08-3015-24/+35
* QPID-2802: remove forgotten debugging printlnRobert Gemmell2010-08-301-1/+0
* Remove unnecessary systests dependency on the management/eclipse-plugin moduleRobert Gemmell2010-08-281-1/+1