summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3405: Added simple C++ system tests for IPv6:Andrew Stitcher2011-08-123-1/+159
* QPID-3405: Implemented simple IPv6 literal parsing/printing for c++ connectio...Andrew Stitcher2011-08-123-4/+53
* QPID-3406: Get IPv6 working on Windows portAndrew Stitcher2011-08-128-85/+187
* QPID-3405: Slightly hacky way to get reconnect to workAndrew Stitcher2011-08-121-1/+6
* QPID-3405: IPv6 support for Unix C++ ports:Andrew Stitcher2011-08-128-37/+127
* two new management properties for connections: the sasl mechanism, and th...Michael Goulish2011-08-111-1/+8
* QPID-3412: Do not prefix the subscription queue name with the exchange name f...Gordon Sim2011-08-111-1/+1
* QPID-3403: Enhancement as suggested by Jason DillamanGordon Sim2011-08-111-1/+1
* QPID-3411: Restore x-reconnect-on-limit-exceeded optionGordon Sim2011-08-101-0/+2
* QPID-3403: Remove empty binding list from mapGordon Sim2011-08-102-0/+9
* NO-JIRA: Remove redundant code (qpid::Url now does everything required)Gordon Sim2011-08-105-135/+5
* QPID-3410: do not create priority queue if priority count zero or not provided.Kenneth Anthony Giusti2011-08-101-1/+1
* NO-JIRA: Fixed obsolete federation test to carry on workingAndrew Stitcher2011-08-091-14/+13
* QPID-3363: prevent bind/unbind on default exchangeGordon Sim2011-08-093-285/+14
* QPID-3400: remove redundant delivery records on releaseGordon Sim2011-08-091-0/+4
* QPID-3399: Qpidd possible memory leaksAlan Conway2011-08-051-10/+11
* NO-JIRA - Added missing template file in distribution.Ted Ross2011-08-051-0/+1
* QPID-2643 Building QPID with Visual Studio 2010Charles E. Rolke2011-08-045-9/+19
* QPID-3394: move object copy after changing object state, not before.Kenneth Anthony Giusti2011-08-042-4/+11
* QPID-3333: Older swig impls seem not to deal with Gordon Sim2011-08-041-3/+3
* QPID-3393: Fix CRAM-MD5, need to distinguish between null string and empty st...Gordon Sim2011-08-041-3/+5
* NO-JIRA: Minor improvements to test scripts.Alan Conway2011-08-022-2/+5
* QPID-3382: Corrected some exception types for connect errorsGordon Sim2011-08-014-7/+6
* QPID-3383: Changed to explicit credit management for control subscription in ...Gordon Sim2011-08-011-2/+3
* QPID-3372: fixed comparison of desired and actual properties for exchangesGordon Sim2011-07-262-1/+23
* NO-JIRA: fix trunk break, "except Exception as e" syntax is invalid in python...Alan Conway2011-07-221-2/+2
* Corrected qpid-client-test's name when setting up the test script. NO-JIRAStephen D. Huston2011-07-221-1/+1
* NO-JIRA: Remove unused #include file, causing compile errors on rhel5.Alan Conway2011-07-201-1/+0
* QPID-3304: fixes to windows build, broken by r1148503Gordon Sim2011-07-202-4/+4
* QPID-3304: Patch from Gordon Sim plus tests which detect the condition being ...Kim van der Riet2011-07-1922-105/+2471
* NO-JIRA: Trivial code clean-up - LegacyLVQ to use isInBrokerAlan Conway2011-07-191-5/+1
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-152-0/+101
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+393
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+633
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+342
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+267
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+438
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+166
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+204
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-152-0/+64
* QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings crea...Ted Ross2011-07-154-0/+105
* NO-JIRA - Fixed two EXTERN declarations in FieldTable.hTed Ross2011-07-151-2/+2
* QPID-2979: Make windows broker advertise PLAIN even when auth is turned off.Gordon Sim2011-07-151-0/+1
* QPID-3352: Export method in common lib that is now used from within the broke...Gordon Sim2011-07-131-1/+1
* QPID-3355: Declare the wait while waiting for completion. Patch from Jason Di...Gordon Sim2011-07-131-0/+1
* QPID-3355: Ensure session is not deleted out from under a sync() callGordon Sim2011-07-131-2/+5
* qpid-3338 fix CMake variable to distinguish toolchains: msvc vs mingwClifford Allan Jansen2011-07-131-2/+2
* qpid-3256 additional changes to also work for mingwClifford Allan Jansen2011-07-131-4/+9
* QPID-3352 - Federation bridge doesn't recover from session errorsTed Ross2011-07-126-4/+83
* QPID-3333: Patches from Anthony Foglia to close the gap between qpid.messagin...Gordon Sim2011-07-121-1/+272