summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* Add console control handler to properly shut down broker on ^C et al; fixes Q...Stephen D. Huston2009-09-171-0/+9
* QMF ConsoleTed Ross2009-09-1716-1442/+1668
* backing out change r815804 -- didn't test with clustering turned on.Michael Goulish2009-09-1612-26/+19
* Path fix for recent checkin of Python changes.Michael Goulish2009-09-161-6/+6
* Use qpid::sys::sleep() instead of naked sleep(); fixes build error on WindowsStephen D. Huston2009-09-161-1/+1
* rhs's new system for python allows us to build python testMichael Goulish2009-09-1612-13/+20
* QMF Console updated to the point where query (get_object) is supported.Ted Ross2009-09-1522-323/+1004
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-1423-526/+411
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-1425-149/+569
* Fix incorrect file nameGordon Sim2009-09-141-1/+1
* Organized the tests to cover both allow and deny mode for particular caseRajith Muditha Attapattu2009-09-111-33/+259
* Minor fix from r.814021Kim van der Riet2009-09-111-3/+3
* Fix incorrect test for quorum status.Alan Conway2009-09-111-1/+1
* Fix for signed-unsigned mismatch in testKim van der Riet2009-09-111-2/+2
* This commit contains the followingRajith Muditha Attapattu2009-09-116-164/+327
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-1123-412/+537
* Fixed wrong namespace placement in previous check inAndrew Stitcher2009-09-091-3/+3
* Fix QPID-2086, hang of federated_cluster_test_with_node_failure.Alan Conway2009-09-091-1/+9
* Tidied up namespace usageAndrew Stitcher2009-09-0993-971/+1423
* Adjust to new location of state_saver in Boost 1.40; fixes QPID-2090Stephen D. Huston2009-09-091-2/+9
* Replace write lock with read lock in QueueRegistry::eachQueue.Alan Conway2009-09-091-1/+1
* ( mgoulish checking in changes for gsim )Michael Goulish2009-09-091-6/+10
* Remove extra ::Variant from translate() signatureStephen D. Huston2009-09-081-1/+1
* Fixed code that pushes a buffer into the read queue if closed for writeAndrew Stitcher2009-09-081-1/+1
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-0716-31/+233
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-0713-159/+875
* Pick up correct CMake-set macro (qmfcommon_EXPORTS) to flip import/export for...Stephen D. Huston2009-09-041-1/+1
* Unify namespace usage, avoid using qpid::client because it confuses arg in bo...Stephen D. Huston2009-09-041-18/+18
* QPID-2080 - crash when attempting to modify an exchange's alternateTed Ross2009-09-041-2/+4
* QPID-2045 - crash when destroying a federation link with a dynamic bridgeTed Ross2009-09-032-3/+10
* Improved automake for the qmf bindings.Ted Ross2009-09-034-25/+43
* QPID-2050 - leak of bridge objectsTed Ross2009-09-022-1/+14
* Change Async buffer returning logic to only watch reads when necessaryAndrew Stitcher2009-09-021-3/+21
* Fixed a race condition whereby the connection thread sometimes read the value ofTed Ross2009-09-021-1/+1
* QPID-2064 - add python bindings for qmf (c++)Ted Ross2009-09-029-13/+1198
* More QMF implementation:Ted Ross2009-09-027-390/+461
* QPID-2078: cluster disallows the connection.close management method, so skip ...Gordon Sim2009-09-021-0/+1
* Avoid failed test where ruby-devel isn't installedAndrew Stitcher2009-09-011-0/+2
* Revisit fix for QPID-1737: (clash with Win32 symbol)Andrew Stitcher2009-09-017-9/+7
* Remove some warnings picked up by MSVC compilerAndrew Stitcher2009-09-011-2/+2
* Some QPID_COMMON_EXTERNs missed from previous uuid commitAndrew Stitcher2009-09-011-3/+3
* QPID-2078: Ensure sessions are cleaned up when their connection is closed by ...Gordon Sim2009-09-011-2/+4
* Working towards abstracting away the cross platform uuid mess:Andrew Stitcher2009-08-316-24/+49
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-3113-203/+205
* Added protocol module for codepoint definitions and header handling.Ted Ross2009-08-3110-176/+512
* Major work in the QMF engine.Ted Ross2009-08-2817-163/+1096
* Fix MessagingSessionTests name (was missing trailing 's'Stephen D. Huston2009-08-261-1/+1
* Purely cosmetic changes, no functional change.Ted Ross2009-08-261-449/+469
* Hide internal message ID behind APIGordon Sim2009-08-2610-274/+355
* Add required include (absence believed to cause failures on some platforms)Gordon Sim2009-08-261-0/+1