summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-6391: add support for no-local filterGordon Sim2015-08-283-1/+20
* QPID-6714: support for JMS header names in selectors, plus support for to, re...Gordon Sim2015-08-288-11/+139
* NO-JIRA: Trivial update to work with changed Boost 1.59 Test library.Andrew Stitcher2015-08-201-1/+1
* QPID-6435: Restore decent error messages to the SSL codeAndrew Stitcher2015-08-208-62/+73
* QPID-6698: use the monotonic clock for AMQP 1.0 idle timeoutKen Giusti2015-08-182-4/+13
* QPID-6577: HA - backup broker messages are larger than primary messages.Alan Conway2015-08-044-2/+16
* QPID-6661: address some anomalies with heartbeats on the AMQP 1.0 pathGordon Sim2015-07-282-1/+3
* QPID-6660: don't try to process incoming delivery events for link that has be...Gordon Sim2015-07-271-0/+2
* QPID-6659: wait for full message before processingGordon Sim2015-07-271-1/+1
* QPID-6654, QPID-6592: ensure system info ptr is valid before using it, and en...Gordon Sim2015-07-273-11/+14
* QPID-6639: delegate input as soon as authentication has succeeded (even if th...Gordon Sim2015-07-141-1/+1
* QPID-6256: prevent unused local variable warningGordon Sim2015-07-141-1/+1
* QPID-6641: Update Windows SDK build for VS2013, Boost 1.58Charles E. Rolke2015-07-131-1/+2
* 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-154-20/+3
* 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-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