summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3129: cluster_tests.LongTests.test_failover hangs.Alan Conway2011-06-151-14/+13
* QPID-3200: Add new method to session for cumulative acknowledgement upto (and...Gordon Sim2011-06-1510-24/+81
* NO-JIRA: Increase join timeout in brokertest.py, was causing spurious failures.Alan Conway2011-06-141-1/+1
* NO-JIRA: Removed reconnect-timeout from tests, was causing spurious failures.Alan Conway2011-06-142-7/+7
* NO-JIRA - Fixed uninitialized variables in qmf::ConsoleSession.Ted Ross2011-06-141-1/+1
* NO-JIRA: Fix bugs in test_failover test and the brokertest.py framework.Alan Conway2011-06-142-17/+30
* QPID-3145: Added doxygen for qpid::messaging::Message classGordon Sim2011-06-141-3/+76
* QPID-3284 - There was a fix missing in one of the test files.Ted Ross2011-06-131-2/+1
* QPID-3140: allow larger queue policy sizesGordon Sim2011-06-132-8/+8
* QPID-3225: Allow exclusivity (for subscription queue and subscription itself)...Gordon Sim2011-06-132-5/+48
* QPID-3115: Update doxygen to reflect the uniform options (both - and _ are re...Gordon Sim2011-06-101-14/+14
* QPID-3298: don't include the internal federation related args in the biding f...Gordon Sim2011-06-092-5/+17
* QPID-3292: Don't try to reconnect at all if reconnect option is falseGordon Sim2011-06-093-2/+12
* QPID-3284: Eliminated warnings from gcc 4.6 compilerAndrew Stitcher2011-06-079-30/+14
* QPID-3295: Autoconf incorrectly detects gcc doesn't support -WerrorAndrew Stitcher2011-06-071-1/+3
* QPID-3288: "[C++] Broker sets federation link tag as empty string () when no ...Kim van der Riet2011-06-066-12/+19
* QPID-3291: Applied patch fron Andy Goldstein to ensure that expiration is not...Gordon Sim2011-06-031-1/+1
* NO-JIRA - Fixed automake problem pointed out by Angus SalkeldTed Ross2011-05-311-2/+6
* NO-JIRA: Corrected location of some tracingAndrew Stitcher2011-05-261-1/+1
* NO-JIRA: Windows: set up name to connect to before connecting (as unix code)Andrew Stitcher2011-05-261-0/+2
* QPID-3282: Potential bug in circular connection detection:Andrew Stitcher2011-05-264-7/+28
* NO-JIRA: Add cached localname as well as peername to SocketAndrew Stitcher2011-05-263-15/+24
* NO-JIRA: Small improvements to Socket codeAndrew Stitcher2011-05-261-9/+5
* NO-JIRA: Remove a lot of redundant stuff from the Socket codeAndrew Stitcher2011-05-269-173/+13
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-2626-72/+76
* QPID-3252Charles E. Rolke2011-05-261-1/+3
* QPID-3278: pass container for expired messages by referenceGordon Sim2011-05-262-2/+7
* NO-JIRA - Makefile cleanup for wrapped bindingsTed Ross2011-05-257-9/+12
* QPID-3268: correct connection option syntax in usage statementGordon Sim2011-05-202-2/+2
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-1814-26/+112
* QPID-3186 - Two missing files from the previous commitTed Ross2011-05-182-0/+2
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-178-18/+22
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-17103-276/+383
* QPID-3262 - remove support for archain Boost 103200Michael Goulish2011-05-173-431/+0
* Predefine QMFE_EXTERN so it doesn't show up in generated output; resolves QPI...Stephen D. Huston2011-05-142-2/+2
* QPID-3252: flush msgs when sync requested.Kenneth Anthony Giusti2011-05-112-12/+68
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+6
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+6
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-093-6/+19
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-095-4/+9
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+3
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-094-14/+1
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-099-13/+14
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
* QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
* Added Windows high-res timer output. Resolves QPID-3236Stephen D. Huston2011-05-071-6/+29
* QPID-3244: unit test for the fix.Kenneth Anthony Giusti2011-05-052-0/+90
* QPID-3243: unit test to verify fix.Kenneth Anthony Giusti2011-05-052-27/+96
* QPID-3244: fix windows buildKenneth Anthony Giusti2011-05-041-1/+1
* QPID-3244: C++ broker should release flow control for a queue when it is dele...Kenneth Anthony Giusti2011-05-032-1/+16