summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-5567 : Further changes to SecurityMangagerRobert Godfrey2014-02-206-121/+79
* QPID-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-17/+19
* QPID-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-2/+2
* QPID-5568: HA C++ qpid::messaging AMQP 1.0 client failover logging is not clearAlan Conway2014-02-207-150/+183
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-1954-408/+869
* QPID-5549: windows ssl over AMQP 1.0Clifford Allan Jansen2014-02-193-4/+143
* QPID-5566 : DestinationImpl should implement neither Queue nor TopicRobert Godfrey2014-02-191-1/+1
* QPID-5563 : [Java Broker] [AMQP 1.0] Use the hostname field in the open frame...Robert Godfrey2014-02-183-171/+205
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-1858-631/+386
* QPID-5555 : fix breakage in the broker QMF plugin caused by rework to broker ...Robert Godfrey2014-02-184-6/+11
* NO-JIRA: Fix build error in ha_test_max_queues for release builds.Alan Conway2014-02-181-1/+4
* QPID-5555 : Fix queue exclusivity issuesRobert Godfrey2014-02-182-1/+6
* QPID-4000 : [Java Broker] add initial conversions from AMQP 1.0 messages to 0...Robert Godfrey2014-02-187-212/+655
* QPID-5559 : [Java Broker] remove unused methods from AMQQueue interfaceRobert Godfrey2014-02-178-102/+14
* QPID-5556: Provide the right Perl packages in top-level modules.Darryl L. Pierce2014-02-172-0/+4
* QPID-5558 : [Java Broker] update management node to follow definitions in wor...Robert Godfrey2014-02-171-25/+35
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-1791-1644/+2194
* QPID-5552 : [Java Broker] Propertly handle transport exceptions encountered i...Robert Godfrey2014-02-141-106/+121
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-1434-535/+328
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-14198-1666/+1427
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-1355-249/+568
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-1330-201/+85
* QPID-5546: Expose the get_content_object method in Perl.Darryl L. Pierce2014-02-113-3/+36
* QPID-5504 : another fix for generics, this time working differently between O...Robert Godfrey2014-02-111-3/+3
* QPID-5504 : fix for different interpretation of generics in 1.6Robert Godfrey2014-02-113-3/+3
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-11139-1544/+6442
* QPID-5531 : Adding an exclude to the Java Python test ignore list for the tes...Robert Godfrey2014-02-101-0/+3
* QPID-5504 : allow for case where consumer target is closed before consumer is...Robert Godfrey2014-02-102-4/+19
* QPID-5504 : Re-enable the use of no-local on consumers to queues in 0-8 protocolRobert Godfrey2014-02-105-8/+23
* QPID-5504 : fixed implementation of 0-8 GET when using NoAckRobert Godfrey2014-02-102-26/+59
* QPID-5504 : Fix bug in routeToAlternate which left queue entries in database ...Robert Godfrey2014-02-101-22/+25
* QPID-5548: C++ Messaging API does not specify the connection Connection URL f...Charles E. Rolke2014-02-071-218/+271
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-07132-5163/+4890
* QPID-5547 : [Java Broker] When handling rejects in 0-8/9/9-1 treat queues wit...Robert Godfrey2014-02-072-1/+42
* QPID-5499: Fix Ruby/Perl bindings when built with -Werror=format-securityDarryl L. Pierce2014-02-075-25/+25
* NO-JIRA: Fix windows build problem introduced by r1565431 in log/Statement.cp...Alan Conway2014-02-061-3/+7
* NO-JIRA: Get rid of valgrind "rechable" block in logging statements.Alan Conway2014-02-063-38/+14
* Author: Alan Conway <aconway@redhat.com>Alan Conway2014-02-062-2/+2
* QPID-5524: ssl-cert-name connection argument processing in AMQP 1.0. cpp clientClifford Allan Jansen2014-02-064-1/+18
* QPID-5544: HA memory leak in backup broker after shutdown.Alan Conway2014-02-066-109/+45
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-0635-863/+767
* NO_JIRA: Added Apache license text to tx-text-soak.sh, updates to linearstore...Kim van der Riet2014-02-052-10/+33
* QPID-5361: Added a bash script which allows for transactional soak testing.Kim van der Riet2014-02-051-0/+234
* QPID-5480: Recovery of store failure with "JERR_MAP_NOTFOUND: Key not found i...Kim van der Riet2014-02-0522-247/+371
* QPID-5362: Bugfixes and enhancements for qpid_qls_analyzeKim van der Riet2014-02-054-65/+150
* QPID-5541: HA incorrect options for expected-backups in qpid-ha toolAlan Conway2014-02-051-3/+0
* QPID-5531: [C++ broker] Set timeout for every DTX transactionPavel Moravec2014-02-056-7/+41
* QPID-5540: use mutex to ensure single SCHANNEL_SHUTDOWNClifford Allan Jansen2014-02-052-6/+12
* QPID-5539: Separate credential processing for re-use in AMQP1.0 SSL transport.Clifford Allan Jansen2014-02-054-255/+365
* QPID-5504 : remove unused inner classesRobert Godfrey2014-02-042-105/+0