summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-7207: Use Python 2.6 compatible string formatsJustin Ross2016-04-2119-100/+100
* QPID-7225: ensure message to be released is acquiredGordon Sim2016-04-211-1/+1
* QPID-7207: Improve the Qpid Python install and test instructionsJustin Ross2016-04-211-6/+12
* QPID-7222: Make python test qpid_tests.broker_0_10.message.MessageTests.test_...Alex Rudyy2016-04-211-0/+6
* QPID-7207: Add Qpid Python install directions; markdownify the readme; remove...Justin Ross2016-04-215-85/+89
* QPID-7207: Create independent cpp and python subtrees, with content from tool...Justin Ross2016-04-21212-3428/+2589
* QPID-7207: Rename and relocate files inside the cpp subtreeJustin Ross2016-04-2023-88/+62
* QPID-7207: Remove files and components that are obsolete or no longer in use;...Justin Ross2016-04-19240-22292/+0
* QPID-7149: Fixed messaging client shutdown.Alan Conway2016-04-058-79/+35
* QPID-7149: Active HA broker memory leakAlan Conway2016-04-058-9/+104
* QPID-7180: [Python Test Suite] Adapt broker url to match expectations of the ...Keith Wall2016-04-021-1/+33
* [QPID-7173] [Python tests] Include broker_1_0 in list of modules installed by...Keith Wall2016-03-302-3/+3
* QPID-7171: allow disable-auto-decode to be set via env var or conf fileGordon Sim2016-03-301-1/+29
* QPID-7134: ensure content object is reset when bytes are setGordon Sim2016-03-302-2/+26
* Bug 1318180 - HA memory leak in primary broker when overwriting messages in a...Alan Conway2016-03-171-2/+3
* NO-JIRA: Add configuration files for Travis and Appveyor CIAndrew Stitcher2016-03-162-0/+42
* QPID-7147: Renamed bind to avoid clash with (new for C++11/14) std::bind - Th...Andrew Stitcher2016-03-161-17/+17
* QPID-7145: Don't warn for using deprecated declarations (auto_ptr is now depr...Andrew Stitcher2016-03-161-1/+1
* QPID-7146: Fix indentation error picked up by compilerAndrew Stitcher2016-03-161-5/+6
* QPID-7146: Remove (via preprocessor) unused codeAndrew Stitcher2016-03-161-0/+2
* QPID-7146: Fix function binding errorAndrew Stitcher2016-03-162-8/+8
* QPID-7148: Update CMake files to use better more modern style and featuresAndrew Stitcher2016-03-1610-334/+275
* QPID-7134: ensure content object is reset when bytes are setGordon Sim2016-03-102-4/+28
* QPID-7137: Fix symbol export check to allow for new libstdc++ ABIAndrew Stitcher2016-03-104-63/+116
* QPID-7131: echo the snd-settle-mode requested by subscribersGordon Sim2016-03-081-0/+1
* QPID-7130: added test for retrieving authenticated username when using sslGordon Sim2016-03-082-0/+10
* QPID-7130: [PATCH 5/5] Deleted old getClientAuthId function that was replaced byGordon Sim2016-03-089-21/+2
* QPID-7130: [PATCH 4/5] Added getPeerAuthId as an alias for getClientAuthId sinceGordon Sim2016-03-087-0/+19
* QPID-7130: [PATCH 3/5] Added virtual keyword to functions ~BSDSocket, getKeyLenGordon Sim2016-03-081-3/+3
* QPID-7130: [PATCH 2/5] Added getLocalAuthId to all socket classes.Gordon Sim2016-03-085-0/+13
* QPID-7130: [PATCH 1/5] qpid::messaging::Connection::getAuthenticatedUsername()Gordon Sim2016-03-083-21/+45
* QPID-7127: setting idle timeout to ffffffff fires ConnectionTicker with zero ...Pavel Moravec2016-03-071-1/+1
* QPID-7100: Don't divide by zero when nsubs is 0 in shared mode. Patch from yu...Gordon Sim2016-03-021-2/+2
* QPID-7076: Avoid error with qpid-cpp-benchmark with 0 senders. Patch from yue...Gordon Sim2016-02-191-3/+6
* QPID-7053: Add a callback that is invoked when asynchronous errors areKen Giusti2016-02-164-24/+190
* NO-JIRA: Added ability to build using Proton from built but not installed loc...Kim van der Riet2016-01-261-0/+12
* QPID-7020: uint16 AMQP0-10 message properties decoded as uint8Pavel Moravec2016-01-241-1/+1
* QPID-7010: ignore updates on deliveries we have already settledGordon Sim2016-01-211-1/+1
* NO-JIRA: remove trailing whitespaceGordon Sim2016-01-121-3/+3
* NO-JIRA: initialise 'print' option to falseGordon Sim2016-01-121-1/+2
* NO-JIRA: update year in NOTICE files (for bits perhaps looking to get release...Robert Gemmell2016-01-064-4/+4
* QPID-6966: C++ broker and client to support TLS1.1 and TLS1.2 by defaultPavel Moravec2016-01-051-5/+10
* Fixup QPID-6924 to work if PN_INVALID is not legal as a case labelAndrew Stitcher2015-12-041-1/+1
* QPID-6858: update swig type mapping to compile with both python 2 and 3Gordon Sim2015-12-021-15/+19
* QPID-6924: Add in a case for PN_INVALID, but carry on doing nothing if we hav...Andrew Stitcher2015-12-011-2/+2
* QPID-6754: ensure anonymous-relay doesn't expose ability to detect whether or...Gordon Sim2015-11-262-0/+19
* QPID-6754: some AMQP 1.0 based acl tests including for 'anonymous relay' pseu...Gordon Sim2015-11-264-76/+482
* QPID-6870: qpidd does not at present have facility to track deliverability to...Gordon Sim2015-11-191-2/+9
* QPID-6839: python-qpid: Log the failure of the Selector threadKen Giusti2015-11-112-42/+75
* QPID-6754: distinguish between null target and null address (depends on PROTO...Gordon Sim2015-11-094-10/+37