summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-6256: fix for conversion error on some versions of boostGordon Sim2015-06-231-1/+1
* QPID-6602: remove extraneous replenishment of credit (that is done by the cal...Gordon Sim2015-06-191-5/+0
* QPID-6256: Improved handling of protocol version incompatibilitiesGordon Sim2015-06-1715-66/+230
* QPID-6592: include identifying information in the connection handshakeKen Giusti2015-06-173-0/+34
* QPID-6392: detach not support until after proton 0.7Gordon Sim2015-06-151-0/+3
* QPID-6568: bump the minimum supported proton to 0.7Ken Giusti2015-06-152-14/+2
* QPID-6297: Python client should reconnect after network glitchErnest Allen2015-06-101-3/+2
* QPID-6392: handle detach eventGordon Sim2015-06-104-7/+17
* QPID-6563: free sessions and links that have completely closedKen Giusti2015-06-031-2/+8
* NO-JIRA: remove unused strings.Charles E. Rolke2015-05-291-2/+0
* QPID-6559: add PLAIN support for NullSaslClientGordon Sim2015-05-293-8/+22
* NO-JIRA: relax check when auth=noGordon Sim2015-05-271-1/+1
* QPID-6551: [C++ broker]: linearstore raising JERR_LFCR_SEQNUMNOTFOUND after s...Pavel Moravec2015-05-216-29/+29
* QPID-6537: [windows warning] adjust definition of Handle operatorsCharles E. Rolke2015-05-121-4/+5
* QPID-6532: make sasl service name configurableGordon Sim2015-05-068-10/+22
* QPID-6511: AMQP 0.10 windows clients cannot connect to no-auth qpidd broker.Charles E. Rolke2015-05-011-4/+14
* QPID-6526: fix to last commit, lock needs to be held for attachGordon Sim2015-05-011-1/+4
* QPID-6526: make sure that the creation of proton links is done with the lock ...Gordon Sim2015-04-303-22/+50
* QPID-6521: ensure messages received presettled by peer are settled locally; t...Gordon Sim2015-04-302-3/+6
* QPID-6524: [C++ broker]: Fix for QPID-5107 incomplete for queuesPavel Moravec2015-04-301-0/+3
* NO-JIRA: Add log command to qpid-config to set log levels.Alan Conway2015-04-271-4/+6
* QPID-6470: Fix float conversion problems.Alan Conway2015-04-165-141/+145
* QPID-6492: make sure local terminus is null in the attache we send back if it...Gordon Sim2015-04-151-2/+12
* QPID-6484: check for non-existent error descriptionGordon Sim2015-04-104-39/+95
* QPID-6470: FieldValue::getFloatingPointValue() converts endian each time it i...Alan Conway2015-04-034-9/+9
* QPID-6444: remove unused functionsGordon Sim2015-03-112-17/+0
* QPID-6427: Problem building trunk qpid cpp on RHEL 5Alan Conway2015-03-054-6/+6
* QPID-6397: [C++ broker] segfault when processing QMF method during periodic p...Pavel Moravec2015-03-051-1/+3
* Fix possible double-free discussed in QPID-6368Stephen D. Huston2015-03-031-4/+3
* QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.Alan Conway2015-02-2730-382/+1072
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (missed)Alan Conway2015-02-262-2/+2
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9Alan Conway2015-02-261-1/+1
* QPID-6413: Sporadic failure of HA tests causd by maxNegotiateTimeoutAlan Conway2015-02-251-4/+7
* Fix up/remove pasted comments re Linux per Andrew's review comments in review...Stephen D. Huston2015-02-241-4/+0
* Replace non-Apache licensed CheckSizeTNativeType.cmake with ASF-licensed and ...Stephen D. Huston2015-02-221-1/+1
* Add missing AIX-needed SystemInfo.cpp source; relates to QPID-6312, 0003 atta...Stephen D. Huston2015-02-221-0/+205
* QPID-6389: ensure source/target is null when responding to attach requests in...Gordon Sim2015-02-181-0/+2
* QPID-6347: Remove the now obsolete queue_event_generation option; this is a p...Justin Ross2015-02-112-29/+0
* NO-JIRA - refer to OutgoingMessage as 'class' not 'struct' to match its actua...Stephen D. Huston2015-02-101-1/+1
* NON_JIRA: remove over-cautious assertionGordon Sim2015-02-091-1/+0
* QPID-6324: refine previous fix such that no explicit reliability setting on d...Gordon Sim2015-02-091-2/+2
* NO-JIRA - fix compile warning 4250 "inheritance by dominance" on Windows Visu...Stephen D. Huston2015-02-061-0/+11
* QPID-5538: patch to work with older version of proton (0.7)Ken Giusti2015-02-062-4/+20
* Fix operator bool() to work with Visual Studio 2013Stephen D. Huston2015-02-061-1/+1
* Apply patches for QPID-6312 to get Qpid building on AIX with XL C++ 13.1Stephen D. Huston2015-02-0417-28/+36
* QPID-6358: detect detached session on fetchGordon Sim2015-02-042-11/+17
* QPID-6358: detect detached session on fetchGordon Sim2015-02-031-1/+1
* QPID-5538: Implement AMQP 1.0 connection idle-timeout.Ken Giusti2015-02-027-34/+194
* QPID-5842: Allow SSL hostname verification to be disabled on windows client. ...Clifford Jansen2015-01-294-2/+16
* QPID-6310: handle maximal rangeGordon Sim2015-01-231-2/+23