summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-6639: ensure all available data is decodedGordon Sim2015-09-011-9/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1700681 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6717: fix evaluation of BETWEEN and NOT IN when types are mismatchedGordon Sim2015-08-281-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1698428 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6391: add support for no-local filterGordon Sim2015-08-283-1/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1698427 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6714: support for JMS header names in selectors, plus support for to, ↵Gordon Sim2015-08-288-11/+139
| | | | | | replyto and subject git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1698426 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix RPATH setting for rpm builds which set absolute pathsAndrew Stitcher2015-08-211-3/+4
| | | | | | | - specifically matters for the LIB_INSTALL_DIR which is also used to set the RPATH in some circumstances. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1697068 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Trivial update to work with changed Boost 1.59 Test library.Andrew Stitcher2015-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1696716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6435: Restore decent error messages to the SSL codeAndrew Stitcher2015-08-208-62/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1696715 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6698: use the monotonic clock for AMQP 1.0 idle timeoutKen Giusti2015-08-182-4/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1696415 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6680: .NET Binding allows UTF-8 string messages - patch from ↵Charles E. Rolke2015-08-054-3/+29
| | | | | | | | | https://github.com/gaborsulyok This closes #8 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1694323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6577: HA - backup broker messages are larger than primary messages.Alan Conway2015-08-044-2/+16
| | | | | | | | | | | Under the 0-10 protocol (used by HA) brokers add an "exchange" property to each message for the exchange the message arrived on .This is different (and sometimes longer) on the backup brokers from the primary since on the backups the message arrives on a special replication exchange. This fixes backup brokers to not modify the exchange property on messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1694094 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6668: Update INSTALL-WINDOWSCharles E. Rolke2015-07-301-73/+134
| | | | | | | | | | | Explain Visual Studio 2012, not 2008 Boost 1_58 community build How to include Proton and AMQP 1.0 General simplification to show what should work git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1693487 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: update hello world example to use recommended api for content ↵Charles E. Rolke2015-07-281-55/+56
| | | | | | | | manipulation Mirrors C++ example URL: http://svn.apache.org/r1693139 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1693164 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: update hello world example to use recommended api for content ↵Gordon Sim2015-07-281-2/+5
| | | | | | manipulation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1693139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6661: address some anomalies with heartbeats on the AMQP 1.0 pathGordon Sim2015-07-282-1/+3
| | | | | | | * the ticker driving heartbeats are restarted whenever data is sent out * the client checks whether there is data pending in determining whether it can encode git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1693067 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6660: don't try to process incoming delivery events for link that has ↵Gordon Sim2015-07-271-0/+2
| | | | | | been closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1692938 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6659: wait for full message before processingGordon Sim2015-07-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1692937 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6654, QPID-6592: ensure system info ptr is valid before using it, and ↵Gordon Sim2015-07-273-11/+14
| | | | | | ensure it is valid even if management is disabled git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1692936 13f79535-47bb-0310-9956-ffa450edef68
* Doc fixes per QPID-6648.Stephen D. Huston2015-07-161-23/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1691457 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6641: Step to Visual Studio 2012, Boost 1.55, CMake 2.8.11Charles E. Rolke2015-07-141-8/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1691070 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6639: delegate input as soon as authentication has succeeded (even if ↵Gordon Sim2015-07-141-1/+1
| | | | | | that has not yet been communicated to peer) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1690874 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6256: prevent unused local variable warningGordon Sim2015-07-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1690873 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6641: Update Windows SDK build for VS2013, Boost 1.58Charles E. Rolke2015-07-134-8/+37
| | | | | | | | Relax requirement for boost/include dir. Boost.org upstream builds don't have them. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1690816 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6640: Adjust cmake 3.x generator name detectionCharles E. Rolke2015-07-131-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1690787 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6611: Getting Visual Studio executables to run from where they are built.Charles E. Rolke2015-07-011-3/+10
| | | | | | | | Leaving cmake as-is, this patch adds current VS build folder to the PATH. It further adds an arg to make-install.bat to select a build configuration: git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1688738 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: update version numbers/datesRobert Gemmell2015-06-252-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1687474 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6256: fix for conversion error on some versions of boostGordon Sim2015-06-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1687094 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6602: remove extraneous replenishment of credit (that is done by the ↵Gordon Sim2015-06-191-5/+0
| | | | | | call to get already) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1686476 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: update the year in NOTICE filerobbie2015-06-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1686441 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6256: Improved handling of protocol version incompatibilitiesGordon Sim2015-06-1717-66/+238
| | | | | | | | | | | | | | | | * 0-10 path no longer hans on open when connecting to a broker not supporting that version * the 'protocol' connection option now supports specifying multiple protocols to try in order (as a coma separated list) * the protocol defaults, i.e. the value assumed if the 'protocol' connection option is not specified, can now be set via the client config file (e.g. protocol-defaults=amqp1.0,amqp0-10) or an environment variable (e.g QPID_PROTOCOL_DEFAULTS=amqp1.0,amqp0-10) * if neither the connection option nor the defaults are specified all valid versions will be tried (currently amqp0-10, then amqp1.0 but this may change in a future version) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1686078 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6592: include identifying information in the connection handshakeKen Giusti2015-06-173-0/+34
| | | | | | | | | | For AMQP 1.0 connections, this patch adds identification information to the connection properties in the open performative. For AMQP 0-10 connections, this information is provided in the server-properties argument of the connection.start control. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1685995 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6392: detach not support until after proton 0.7Gordon Sim2015-06-151-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1685594 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6568: bump the minimum supported proton to 0.7Ken Giusti2015-06-154-20/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1685587 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: bump the version file numbersRobert Gemmell2015-06-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1685120 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6297: Python client should reconnect after network glitchErnest Allen2015-06-101-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1684716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6392: handle detach eventGordon Sim2015-06-104-7/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1684680 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6563: free sessions and links that have completely closedKen Giusti2015-06-031-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1683379 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: remove unused strings.Charles E. Rolke2015-05-291-2/+0
| | | | | | | | ConnectionHandler no longer (since 2008-05-21) deals directly with auth. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1682469 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6559: add PLAIN support for NullSaslClientGordon Sim2015-05-293-8/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1682440 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: relax check when auth=noGordon Sim2015-05-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1682007 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6551: [C++ broker]: linearstore raising JERR_LFCR_SEQNUMNOTFOUND after ↵Pavel Moravec2015-05-216-29/+29
| | | | | | sending many DTX transactions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1680861 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6549: `service qpidd status` returns 1 - hidden error is ↵Alan Conway2015-05-201-22/+26
| | | | | | | | | | | | "ConnectionError: connection-forced: Connection must be encrypted.(320)" The qpidd init script uses qpid-ha to probe the state of the broker. In the bug reported security configuration on the broker was preventing qpid-ha from connecting. The qpid-ha checks are only necessary when HA is configured, so this commit disables those checks if it is not configured. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1680552 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6548: SYSV init scripts do not work properly wiht SSL-only broker.Alan Conway2015-05-202-24/+47
| | | | | | | | | | | | Previously the broker was writing a PID file with the port number as a suffix. This was confusing the tools when using SSL and no explicit port, as the actual listening port is 5671 but qpidd -c was looking for 5672. This commit introduces a simple --pidfile option which writes the pid exactly where you tell it with no frills. The original port-pidfile setup is over complex and not really necessary, it can be deprecated at some future time. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1680550 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: fix tests for python 2.4Gordon Sim2015-05-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1680478 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix test bugs in ha_tests and interop_testAlan Conway2015-05-192-1/+3
| | | | | | | Race conditions in ha_tests. Typo in skip logic for interop_test when recent proton not available. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1680422 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: make qpid-send send as string not binaryGordon Sim2015-05-151-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1679556 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6537: [windows warning] adjust definition of Handle operatorsCharles E. Rolke2015-05-121-4/+5
| | | | | | | | | | Warning was: "no suitable definition provided for explicit template instantiation request". This fix simply mirrors the code in messaging/Handle.h. (Finally *removing* an EXTERN storage-class attribute fixes a build!) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1679024 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6537: [Windows warning] avoid implicit conversion double->floatCharles E. Rolke2015-05-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1679012 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix floating point FieldValue tests to work on older ↵Alan Conway2015-05-071-8/+8
| | | | | | | | | | compilers/boost versions. This fixes compile errors seen on gcc-c++-4.1.2-55.el5, boost-devel-1.33.1-16.el5_9 Float/double conversion and template matching issues. Probably down to boost, but might be gcc related. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1678246 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6532: make sasl service name configurableGordon Sim2015-05-068-10/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1678094 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6529: Fix version number comparison for 0.9 -> 0.10 transition.Charles E. Rolke2015-05-041-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1677680 13f79535-47bb-0310-9956-ffa450edef68