summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes parsing problem with empty lists ('[]') in addresses, which previously ...Jonathan Robie2010-09-163-2/+26
* QPID-2859: Save the agent's name to the configuration file.Kenneth Anthony Giusti2010-09-152-20/+61
* Removed spurious commentTed Ross2010-09-151-1/+1
* Minor enhancements to docs (extra connection options, cross reference node pr...Gordon Sim2010-09-151-1/+42
* Trivial change to BNF use the SLASH terminal already definedGordon Sim2010-09-151-2/+2
* QPID-2851: Replace ambiguous and confusing use of 'queue' with something clea...Gordon Sim2010-09-151-1/+1
* Changed hello world example to include connection options.Jonathan Robie2010-09-141-1/+3
* Adds a parameter to several examples to allow connection options to be specif...Jonathan Robie2010-09-146-10/+19
* Fixed a thread safety issue in which the managementObjects map was used in an...Ted Ross2010-09-142-55/+66
* QPID-2749: add -XX:+ExplicitGCInvokesConcurrent arg to ensure that the GCs pr...Robert Gemmell2010-09-142-4/+2
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-12159-1285/+1803
* QPID-2856 : Attempting deltion of a default exchange should cause 530 not-all...Robert Godfrey2010-09-121-1/+21
* QPID-2855 : Broker Transport should not block on awaiting session close confi...Robert Godfrey2010-09-123-16/+47
* QPID-2854 : Correct implemention of 0-10 Queue Exclusivity in the Java BrokerRobert Godfrey2010-09-121-43/+30
* QMF: bugfix - ack message even if handler throws an exception.Kenneth Anthony Giusti2010-09-101-102/+112
* QMF: bugfix - heartbeats arriving on wrong queue.Kenneth Anthony Giusti2010-09-101-1/+6
* fixed detach to not hang on session error, fixed the tests to include a timeo...Rafael H. Schloming2010-09-103-2/+6
* handle request timeoutRafael H. Schloming2010-09-101-0/+4
* fixed usage of UUIDRafael H. Schloming2010-09-101-3/+3
* added extra assertion to check that deletion of default exchanges doesn't workRafael H. Schloming2010-09-101-0/+1
* made qpid.datatypes module use builtin UUID when availableRafael H. Schloming2010-09-102-28/+32
* Add the BURL prefix to denote the use of old style binding urls in the prop fileRajith Muditha Attapattu2010-09-091-5/+5
* fixed bool encodingRafael H. Schloming2010-09-092-0/+13
* QPID-2606: remove erroneous logging, missed when applying the half megabyte p...Robert Gemmell2010-09-091-1/+0
* Break deadlock caused when ClusterTimer::drop is called concurrently with Tim...Alan Conway2010-09-092-6/+8
* QPID-2840: update to fix issue with InVM tests passing in isolation but faili...Robert Gemmell2010-09-091-3/+3
* Fix to allow compilation with libibverbs 1.1.2Andrew Stitcher2010-09-082-2/+2
* Stop the client side Rdma code from receiving connection events before the da...Andrew Stitcher2010-09-083-0/+6
* Delay client side Rdma connection disconnect() so that it happens serialisedAndrew Stitcher2010-09-081-3/+8
* Delay daemon side Rdma connection disconnect() so that it happens serialisedAndrew Stitcher2010-09-083-1/+23
* Avoid Rdma::AsynchIO leaking when stopped without being drained andAndrew Stitcher2010-09-081-1/+3
* 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