summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Skip cluster part of ssl_test if cluster not enabled.Alan Conway2010-05-141-0/+2
* This reverts r736810. In my testing (admittedly limited) I did not observe an...Gordon Sim2010-05-142-33/+10
* Removed references to non-existent test run_cluster_authentication_soakAlan Conway2010-05-141-2/+1
* QPID-2589Ted Ross2010-05-149-0/+431
* QPID-2589 - Patch from Chuck Rolke that exposes structured message content (m...Ted Ross2010-05-142-1/+528
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-148-10/+132
* Move helper classes/functions from MessagingSessionTests.cpp to MessagingFixt...Alan Conway2010-05-142-170/+216
* Add missing "public" qualifier to exception inheritance.Alan Conway2010-05-141-15/+15
* Cluster + SecurityMichael Goulish2010-05-1420-32/+568
* QPID-2588: Ensure we do not make calls on store for a given queue once it has...Gordon Sim2010-05-134-2/+13
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-136-31/+21
* New API clients failover in a cluster with SSL connections.Alan Conway2010-05-134-38/+83
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-1310-64/+115
* Fix typo in namespace close commentsStephen D. Huston2010-05-131-2/+1
* Transfer TCP code changes to RDMA codeAndrew Stitcher2010-05-131-6/+7
* Rearrange RDMA wrapper class code so that the interface and implementationAndrew Stitcher2010-05-137-384/+463
* Allow rdma_disconnect() to fail with EINVAL as it appearsAndrew Stitcher2010-05-132-2/+12
* Remove incorrect optimization in Logger.Alan Conway2010-05-122-4/+3
* Added a few more test cases for acl file format.Rajith Muditha Attapattu2010-05-121-3/+26
* Fixes to new API impl to support failover.Alan Conway2010-05-123-16/+20
* Delay generating URL in cluster till global constructors to handle multi-prot...Alan Conway2010-05-122-11/+14
* This commit contains a fix for QPID-2600Rajith Muditha Attapattu2010-05-123-61/+72
* Added missing EXTERNs for WindowsTed Ross2010-05-111-2/+2
* QPID-664: Fix failover updates to set correct option name; clear list valued ...Gordon Sim2010-05-112-1/+3
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-1127-212/+181
* QPID-664: Add default constructor for Connection; add option to set url on ex...Gordon Sim2010-05-113-5/+18
* QPID-664: Fix bug preventing re-establishment of credit on reconnectGordon Sim2010-05-111-1/+1
* QPID-2589 - Applied patch from Chuck Rolke.Ted Ross2010-05-1029-0/+2451
* qmf: bugfix - remove parse of non-present supertype fieldKenneth Anthony Giusti2010-05-101-1/+1
* qmf: add class accessors for event schema - parity with class schemaKenneth Anthony Giusti2010-05-102-0/+23
* Skip cluster_python_tests if cluster services are not running.Alan Conway2010-05-071-1/+3
* Keep dispatching the condition until it is cleared; resolves QPID-2587.Stephen D. Huston2010-05-071-5/+3
* Correct brokertest.retry logic.Alan Conway2010-05-062-2/+2
* Use UnauthorizedAccessException for ACL violations rather than NotAllowedExce...Gordon Sim2010-05-065-92/+92
* Changed floating point from "price" to "percent" - better use of floating point.Jonathan Robie2010-05-051-1/+1
* Added hello_xml.cpp example.Jonathan Robie2010-05-052-1/+69
* Allow empty subject for direct- and xml- exchangesGordon Sim2010-05-052-4/+7
* Some cleanup on examples:Gordon Sim2010-05-0515-2026/+424
* QMF: add attribute read access to ConnectionSettings ruby classKenneth Anthony Giusti2010-05-031-2/+16
* QMF: Agent now sends class indications for schema added after attachement com...Kenneth Anthony Giusti2010-04-301-5/+26
* Added a couple of tests to init script and use env var for data dir if setGordon Sim2010-04-301-6/+20
* QMF: remove v1 method test from cluster testbed - clusters no longer support ...Kenneth Anthony Giusti2010-04-291-0/+1
* Added doxygen group directives.Jonathan Robie2010-04-299-8/+15
* Changed code examples and references from doxygen main page to the new API cl...Jonathan Robie2010-04-291-82/+248
* Fix previous checkin and correctly quote __LINE__ in QPID_MSGAndrew Stitcher2010-04-291-1/+3
* QPID-2186: Small adjustments to previous fix:Andrew Stitcher2010-04-291-5/+7
* Don't try to get the top() of an empty queue and use it. Resolves (I believe)...Stephen D. Huston2010-04-281-8/+16
* Fix PYTHONPATH to pick federation from the tests source dir.Stephen D. Huston2010-04-281-1/+1
* Fix path to broker exe so it can be stopped when needed.Stephen D. Huston2010-04-281-5/+6
* Replaced some unnecessary streaming operators ("<<") with preprocessor string...Andrew Stitcher2010-04-281-1/+1