summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove possible double closing of connection on connect failureAndrew Stitcher2010-01-211-7/+4
* Fix a potential RDMA connect failure raceAndrew Stitcher2010-01-211-3/+4
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-217-220/+196
* Small refactor of AsynchConnector to have a more regular structureAndrew Stitcher2010-01-211-9/+8
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-215-24/+36
* Made the getSSF() member functions of Connectors private as they can't be use...Andrew Stitcher2010-01-213-3/+3
* Log detailed error if unexpected socket write error (don't throw anymore)Andrew Stitcher2010-01-211-1/+4
* Fixed "Cluster-safe assertions" not to break the build (CMake)Andrew Stitcher2010-01-211-0/+1
* The commit contains fixes for QPID-2351, QPID-2350 and some ground work for Q...Rajith Muditha Attapattu2010-01-2113-93/+351
* This is related to QPID-2350Rajith Muditha Attapattu2010-01-201-0/+4
* only import the subprocess module when neededRafael H. Schloming2010-01-201-1/+3
* QPID-2349 : Fixed Protocol Version negotiation. The Negotiated protocol versi...Martin Ritchie2010-01-206-8/+19
* Cluster-safe assertions.Alan Conway2010-01-207-4/+147
* added java address parser (QPID-1831)Rafael H. Schloming2010-01-2011-0/+1239
* fixed generics warnings; added join methodRafael H. Schloming2010-01-201-2/+24
* modified address test suite to work against external address parserRafael H. Schloming2010-01-202-12/+110
* Provide access to a sessions connection.Gordon Sim2010-01-204-0/+33
* Added detailed instructions for running the individual examples. Instructions...Jonathan Robie2010-01-201-1/+272
* QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...Gordon Sim2010-01-203-27/+62
* This is related to QPID-2343Rajith Muditha Attapattu2010-01-192-2/+154
* Changed the setIdleTimeout method to take an int instead of a long.Rajith Muditha Attapattu2010-01-1912-25/+23
* fixed bug in destination/receiver correlationRafael H. Schloming2010-01-193-20/+51
* added connection and session address to log statementsRafael H. Schloming2010-01-192-7/+9
* Added support for extended properties in the broker test frameworkKim van der Riet2010-01-191-10/+23
* QPID-2262 : Removed SALCT from from exclude list and added required null check.Martin Ritchie2010-01-192-13/+35
* QPID-1825 : Updated test to only start the 'clock' for timeout when the messa...Martin Ritchie2010-01-191-3/+14
* Apply QPID_CLIENT_EXTERN where needed; should have been in with r900592. Fixe...Stephen D. Huston2010-01-191-8/+9
* Removed dead code - cluster::Connection::left()Alan Conway2010-01-192-9/+0
* Fix intermittent test error: cluster_test.cpp(1108): error in "testRelease": ...Alan Conway2010-01-191-0/+1
* QPID-2335: Set the timeout used when waiting for a message to be 1 second whi...Gordon Sim2010-01-191-1/+1
* This is a first step towards QPID-2343Rajith Muditha Attapattu2010-01-187-7/+7
* Correct new uuid methods for Windows, add QPID_CLIENT_EXTERN where needed.Stephen D. Huston2010-01-182-2/+3
* Deleting vestigial header file.Jonathan Robie2010-01-181-37/+0
* Commiting John Dunning's revisions to the XML client session test.Jonathan Robie2010-01-181-1/+2
* Applied John Dunning's patch from https://issues.apache.org/jira/browse/QPID-...Jonathan Robie2010-01-182-4/+8
* QPID-2295: Clustered + persistent broker crashes with inconsistency error.Alan Conway2010-01-184-30/+1
* Alter type of array index variableGordon Sim2010-01-181-2/+2
* Rebalancing document structure. AMQP compatibility and SASL interoperability ...Jonathan Robie2010-01-157-21/+428
* QPID-2137 : Update QpidTestCase to set QPID_WORK on the external broker based...Martin Ritchie2010-01-153-5/+8
* QPID-1662 : Added logged to TimeToLiveTest. This showed that the second messa...Martin Ritchie2010-01-151-2/+8
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-1516-19/+363
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-1411-56/+0
* Added images to JMX Console User's Guide.Jonathan Robie2010-01-1429-22/+22
* QPID-2340 : Fix ProducerFlowControlTest to call a synchronous operation betwe...Robert Godfrey2010-01-141-0/+4
* The next batch of converted documentation ...Jonathan Robie2010-01-1426-130/+5198
* QPID-2340 : Fix ProducerFlowControlTest to call a synchronous operation betwe...Robert Godfrey2010-01-144-5/+19
* QPID-2137 : Add a test that creates log messages simultaneously in multiple t...Martin Ritchie2010-01-131-3/+101
* QPID-2137 : Update ot LogMessages velocity macro to create a new MessageForma...Martin Ritchie2010-01-131-21/+16
* Added raise_event support to the Ruby and Python wrapped agent APIs.Ted Ross2010-01-1316-21/+509
* Added a null check for SASL client in the connectionOpenOk methodRajith Muditha Attapattu2010-01-131-1/+1