summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: update links to reflect new ASF repo locations following migration t...HEADtrunkRobert Gemmell2018-12-141-10/+10
* NO-JIRA: add a readme directing people to the various component repositoriesRobert Gemmell2018-01-241-0/+12
* NO-JIRA: remove stale CI service configs, components have moved to their own ...Robert Gemmell2018-01-242-42/+0
* QPID-7446 : Allow the QMF2 plugin to compile against the 6.0.x java codebaseRobert Godfrey2016-10-049-10/+22
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t...Robert Gemmell2016-07-052098-375605/+0
* QPID-7329: Merge branch 'github/pr/10' into trunkGordon Sim2016-06-284-1/+37
* QPID-7326: Memory bloat on HA primary brokerAlan Conway2016-06-273-13/+0
* QPID-7306: fix regression in earlier commitGordon Sim2016-06-271-2/+2
* feat(disposition): support undeliverable-here in modified outcomesGordon Sim2016-06-272-7/+50
* QPID-7306: fix compilation error in previous commitGordon Sim2016-06-241-1/+0
* QPID-7306: Fix race conditions during Queue destruction.Alan Conway2016-06-229-16/+76
* QPID-7306: Conditional compile mismatch in broker and common libs.Alan Conway2016-06-229-28/+6
* QPID-7306: Memory management error in Link/BridgeAlan Conway2016-06-224-11/+43
* QPID-7302: Restart delayed auto-delete timer if the queue is declaredGordon Sim2016-06-154-29/+62
* QPID-7281: Various fixes for the tests on windowsJustin Ross2016-06-015-23/+91
* QPID-7281: Prevent shlex.split from removing backslashesJustin Ross2016-05-261-1/+1
* QPID-7281: Relocate the find_package invocation for python; use the resulting...Justin Ross2016-05-263-2/+3
* QPID-4397: log more detail for expired messages when debug enabledGordon Sim2016-05-258-6/+107
* QPID-7234: check handler is not null (as it will be when releasing unused pre...Gordon Sim2016-05-232-1/+22
* QPID-7258: [Python Client for AMQP 0-8...0-9-1] Remove superfluous import (re...Lorenz Quack2016-05-131-1/+1
* QPID-7259: delay adding transfers to completed set until we have verified que...Gordon Sim2016-05-121-1/+4
* QPID-7207: Make call_for_output Python 2.6 compatibleJustin Ross2016-05-111-3/+19
* QPID-7258: Python Client for AMQP 0-8...0-9-1] PerformLorenz Quack2016-05-112-35/+81
* QPID-7251: [Python Client] fix explicit setting of mechanism and/or response ...Lorenz Quack2016-05-101-15/+24
* QPID-7207: Found another variant of this leakJustin Ross2016-05-031-4/+0
* QPID-7250: check that message can fit in a page before writing to diskGordon Sim2016-05-024-5/+23
* QPID-7207: Account for another variant of the createQueue leakJustin Ross2016-05-011-1/+0
* QPID-7240: use protper cursor type when purging priority levelsGordon Sim2016-04-292-1/+41
* QPID-7207: Remove a duplicate suppression and expand the applicability of ano...Justin Ross2016-04-291-11/+2
* QPID-7207: Even more liberal suppressionsJustin Ross2016-04-291-12/+1
* QPID-7207: Keep going if CERTUTIL is not setJustin Ross2016-04-281-1/+1
* QPID-7207: More valgrind suppressionsJustin Ross2016-04-281-0/+27
* QPID-7234: add testGordon Sim2016-04-281-0/+30
* QPID-7236: set action and object in acl rule even when actionAll is trueGordon Sim2016-04-281-1/+1
* QPID-7235: add virtual destructor to Observers to ensure cleanup if subclassedGordon Sim2016-04-281-0/+1
* NO-JIRA: increase the auto-delete timeout to ensure that it never fires even ...Gordon Sim2016-04-281-5/+5
* QPID-7233: limit capacity to messages only if message count is non-zeroGordon Sim2016-04-281-1/+1
* QPID-7234: allow proper credit processing to happen even for expired messagesGordon Sim2016-04-285-6/+19
* QPID-7207: Remove match-leak-kinds from suppressions; it's supported only in ...Justin Ross2016-04-281-5/+0
* QPID-7207: Make the provisional suppressions even more permissiveJustin Ross2016-04-271-8/+8
* QPID-7207: Add a missing importJustin Ross2016-04-271-0/+1
* QPID-7207: Skip some tests when the swigged python client is not availableJustin Ross2016-04-272-19/+29
* QPID-7207: Make the suppressions general wrt starting as a thread or the main...Justin Ross2016-04-271-7/+0
* QPID-7207: Add provisional valgrind suppressionsJustin Ross2016-04-262-0/+74
* QPID-7207: Make the test-time dependency check script executableJustin Ross2016-04-261-0/+0
* QPID-7207: Work around a cmake bugJustin Ross2016-04-261-1/+1
* QPID-7207: Make env.sh compatible with -e scriptsJustin Ross2016-04-261-1/+3
* QPID-7207: Use Python 2.6 compatible string formatsJustin Ross2016-04-261-1/+1
* QPID-7207: Explicitly set the Python build lib dirJustin Ross2016-04-211-0/+1
* QPID-7207: Avoid use of Popen with shell=True; on some platforms it prevents ...Justin Ross2016-04-211-14/+17