summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-6551: [C++ broker]: linearstore raising JERR_LFCR_SEQNUMNOTFOUND after s...Pavel Moravec2015-05-216-29/+29
* QPID-6548: SYSV init scripts do not work properly wiht SSL-only broker.Alan Conway2015-05-201-17/+43
* NO-JIRA: fix tests for python 2.4Gordon Sim2015-05-201-2/+2
* NO-JIRA: Fix test bugs in ha_tests and interop_testAlan Conway2015-05-192-1/+3
* NO-JIRA: make qpid-send send as string not binaryGordon Sim2015-05-151-2/+11
* QPID-6537: [windows warning] adjust definition of Handle operatorsCharles E. Rolke2015-05-121-4/+5
* QPID-6537: [Windows warning] avoid implicit conversion double->floatCharles E. Rolke2015-05-121-3/+3
* NO-JIRA: Fix floating point FieldValue tests to work on older compilers/boost...Alan Conway2015-05-071-8/+8
* QPID-6532: make sasl service name configurableGordon Sim2015-05-068-10/+22
* QPID-6529: Fix version number comparison for 0.9 -> 0.10 transition.Charles E. Rolke2015-05-041-6/+6
* 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-168-163/+167
* QPID-6492: make sure local terminus is null in the attache we send back if it...Gordon Sim2015-04-151-2/+12
* QPID-6493: cmake install TARGET component syntax error.Charles E. Rolke2015-04-151-32/+25
* QPID-6484: check for non-existent error descriptionGordon Sim2015-04-105-39/+97
* QPID-6470: fix stray letters from commit 1671125Charles E. Rolke2015-04-061-1/+1
* QPID-6399: Fix store tests for run_test option syntax change.Alan Conway2015-04-032-4/+4
* QPID-6470: FieldValue::getFloatingPointValue() converts endian each time it i...Alan Conway2015-04-035-43/+45
* NO-JIRA: Fix race condition in HA tests, remove useless test.Alan Conway2015-04-031-21/+6
* Align run_test shell and Powershell versions. Changes the option syntax from ...Stephen D. Huston2015-03-174-69/+165
* QPID-6444: remove unused functionsGordon Sim2015-03-112-17/+0
* QPID-6427: Problem building trunk qpid cpp on RHEL 5aconway2015-03-054-6/+6
* QPID-6427: Fixed unit test build problem on RHEL 5.aconway2015-03-051-3/+7
* QPID-6397: [C++ broker] segfault when processing QMF method during periodic p...Pavel Moravec2015-03-051-1/+3
* QPID-4710: adjust version checking used by new tx interop tests so as not to ...Gordon Sim2015-03-041-3/+16
* 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-2743-445/+1405
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (test fix)Alan Conway2015-02-261-0/+1
* 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-6414: Skip HA tests if qpid-ha or qpid-config tools are not available.Alan Conway2015-02-253-14/+24
* QPID-6413: Sporadic failure of HA tests causd by maxNegotiateTimeoutAlan Conway2015-02-252-15/+18
* Fix up/remove pasted comments re Linux per Andrew's review comments in review...Stephen D. Huston2015-02-241-4/+0
* Don't take the address of a 0-length vector. Fixes QPID-6409.Stephen D. Huston2015-02-241-5/+7
* Replace non-Apache licensed CheckSizeTNativeType.cmake with ASF-licensed and ...Stephen D. Huston2015-02-223-4/+4
* 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-6394 [linearstore] Make linearstore the default store for linux builds -...Kim van der Riet2015-02-182-2/+2
* QPID-6394 Make linearstore the default store for linux buildsKim van der Riet2015-02-172-2/+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