summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-3476: Demote timer warnings to informational statementsGordon Sim2011-09-081-3/+3
* Bug 730017, QPID-3475: Cluster authentication ignores cluster-* settings.Alan Conway2011-09-073-5/+8
* NO-JIRA: Suppress logging of clock events in cluster code.Alan Conway2011-08-314-20/+34
* QPID-3384: DTX transactions - replicate suspended transactions.Alan Conway2011-08-306-26/+58
* NO-JIRA: Revert change to Msg.h introduced in r1162273Alan Conway2011-08-302-57/+24
* QPID-3457: qpid::Msg::str() method not exportedAlan Conway2011-08-261-1/+0
* QPID-3384: Fix compilation errors for boost 1.39 and gcc 4.4.4Gordon Sim2011-08-262-1/+3
* QPID-3455: Don't treat unspecified frame size as implying the minimum value. ...Gordon Sim2011-08-262-1/+2
* Don't try setsockopt IPV6_V6ONLY when setting up new socket. Doesn't work on ...Stephen D. Huston2011-08-251-5/+0
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-2523-248/+468
* QPID-3445: Added some extra checks to decode logic; consolidated exception ha...Gordon Sim2011-08-243-2/+15
* QPID-3447: Fix windows build broken by previous commit (r1160458) due to lack...Gordon Sim2011-08-231-1/+1
* QPID-3363, QPID-3443: Corrected exception used for 'default access' rule viol...Gordon Sim2011-08-231-2/+5
* QPID-3447: Creating invalid federation link causes file descriptor leakAndrew Stitcher2011-08-221-0/+7
* QPID-3033: Segmentation fault while processing session.attachAlan Conway2011-08-182-11/+9
* QPID-3435: Revised strategy for closing senders/receivers to prevent possible...Gordon Sim2011-08-181-17/+21
* NO-JIRA: Tidy up the Socket/SocketAddress code:Andrew Stitcher2011-08-175-91/+114
* QPID-3425: Special handling of reserved exchange names in auto-createGordon Sim2011-08-161-8/+27
* QPID-3423 - Timing and Performance Improvements in QMF LibrariesTed Ross2011-08-151-3/+16
* QPID-3405: Implemented simple IPv6 literal parsing/printing for c++ connectio...Andrew Stitcher2011-08-122-4/+27
* 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-127-37/+126
* 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-103-130/+4
* QPID-3410: do not create priority queue if priority count zero or not provided.Kenneth Anthony Giusti2011-08-101-1/+1
* QPID-3363: prevent bind/unbind on default exchangeGordon Sim2011-08-092-4/+13
* QPID-3400: remove redundant delivery records on releaseGordon Sim2011-08-091-0/+4
* QPID-3399: Qpidd possible memory leaksAlan Conway2011-08-051-10/+11
* QPID-3394: move object copy after changing object state, not before.Kenneth Anthony Giusti2011-08-042-4/+11
* QPID-3393: Fix CRAM-MD5, need to distinguish between null string and empty st...Gordon Sim2011-08-041-3/+5
* QPID-3382: Corrected some exception types for connect errorsGordon Sim2011-08-014-7/+6
* QPID-3372: fixed comparison of desired and actual properties for exchangesGordon Sim2011-07-261-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-1913-65/+127
* NO-JIRA: Trivial code clean-up - LegacyLVQ to use isInBrokerAlan Conway2011-07-191-5/+1
* 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-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-124-3/+25
* QPID-3344 - Comparisons of const DataAddr objects are incorrectTed Ross2011-07-121-1/+1
* qpid-3256 Windows fix for loader lock hangClifford Allan Jansen2011-07-121-29/+251
* JIRA 3337Michael Goulish2011-07-061-2/+2