summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-5579 : [Java Broker] allow for attributes to be of type shortRobert Godfrey2014-03-031-0/+34
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-0325-106/+87
* QPID-5594: [amqp1.0] missing first-acquirer property support in C++ brokerPavel Moravec2014-03-033-5/+7
* QPID-5592 : [Java Broker] AuthenticationManagers should directly implement Au...Robert Godfrey2014-03-0358-1354/+1508
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta...Robert Godfrey2014-03-0233-493/+525
* QPID-5554: [Java Broker Documentation] Fix accidentally duplicated id prventi...Keith Wall2014-03-011-1/+1
* QPID-5554: [Java Broker Documentation] Add docbook chapters for environment v...Keith Wall2014-03-015-3/+1259
* QPID-5588: [python-client] use poll() instead of select() where available.Kenneth Anthony Giusti2014-02-281-5/+63
* QPID-5587: QMF to track queue owner (userId)Pavel Moravec2014-02-283-3/+10
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-2836-36/+10
* QPID-5048: remove the relativePath to qpid-parent, which is now in a separate...Robert Gemmell2014-02-271-1/+0
* QPID-5048: remove now-empty directoryRobert Gemmell2014-02-270-0/+0
* QPID-5048: move qpid-parent pom to its own areaRobert Gemmell2014-02-271-582/+0
* QPID-5048: update years and tweak layout of NOTICE header to match the sampleRobert Gemmell2014-02-271-2/+3
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-2743-1294/+1204
* QPID-5577 : make changes to help code compile on Java 1.6Robert Godfrey2014-02-273-6/+2
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-26172-3817/+2542
* NO-JIRA: Fix Coverty "Uncaught exception" errors in test clients.Alan Conway2014-02-262-2/+2
* QPID-5561: QPID-5565: Broker->ACL module improvementsPavel Moravec2014-02-264-16/+27
* QPID-5584: use more specific exception types where appropriateGordon Sim2014-02-252-2/+18
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-2570-1558/+1572
* NO-JIRA: fix malformed install directoryCharles E. Rolke2014-02-241-4/+4
* QPID-5557: allow disambiguation of node typeGordon Sim2014-02-241-7/+18
* NO-JIRA: add some info to readmeGordon Sim2014-02-241-0/+10
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-244-16/+6
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-243-16/+2
* QPID-5579 : Remove unused constantsRobert Godfrey2014-02-2437-232/+103
* QPID-5577 : fix creation of exchanges so that setting alt exchange increases ...Robert Godfrey2014-02-241-4/+4
* QPID-5551 : Ignore 0-9 test failure die to change from channel exception to c...Robert Godfrey2014-02-241-0/+3
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-2418-123/+197
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-2341-88/+85
* QPID-5578 : rename managed object annotationRobert Godfrey2014-02-237-14/+14
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-2399-1228/+2359
* JIRA:QPID-5555 Get the QMF plugin working again. There was still a gotcha on ...Fraser Adams2014-02-235-12/+45
* NO-JIRA: Fix compile error on RHEL5 in qpid-pingAlan Conway2014-02-221-1/+1
* QPID-5551 : Address review comments from Robbie GemmellRobert Godfrey2014-02-213-18/+36
* QPID-5576 : [JMS AMQP 1.0] don't throw an exception if no properties file is ...Robert Godfrey2014-02-211-6/+0
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather than...Robert Godfrey2014-02-2133-302/+385
* QPID-5575: csharp.map.receiver example throws referencing connectionOptions argCharles E. Rolke2014-02-211-1/+1
* QPID-5574 : Allow sync-publish to override default behaviour to make persiste...Robert Godfrey2014-02-213-8/+22
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-2132-1247/+723
* QPID-5569 : NPE on getStringProperty("JMSXUserId")Robert Godfrey2014-02-201-1/+2
* QPID-5571 : Java Broker AMQP 1.0 deadlock on close consumerRobert Godfrey2014-02-203-26/+52
* QPID-5563 : Ensure vhost is set as early as possible, on receipt of connectio...Robert Godfrey2014-02-205-42/+65
* 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