summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : Remove empty directoriesRobert Godfrey2014-11-070-0/+0
* QPID-6127 : Disallow TRACE and other non websocket activities on WebSocket portsRobert Godfrey2014-11-071-15/+34
* QPID-6217 : [Java Broker] disable HTTP TRACE requests, also hide server imple...Robert Godfrey2014-11-062-0/+90
* QPID-6203: Prevent broker startup when invalid directory is passed to --sasl-...Justin Ross2014-11-061-2/+39
* NO-JIRA: [Java Tests] MultiNodeTest - restore thread name after starting a JE...Keith Wall2014-11-061-2/+11
* QPID-6125: [Java Broker] Partial revert so that closeConnection will once aga...Keith Wall2014-11-061-31/+44
* QPID-6216: [Java Broker] HA: On conditions causing environment restart, notif...Keith Wall2014-11-061-1/+17
* QPID-6212: WinSDK build script - add hooks for specifying shared Proton insta...Charles E. Rolke2014-11-051-15/+48
* NO-JIRA: [Java Tests] Increase timeout to resolve a spruious timeout on a slo...Keith Wall2014-11-051-6/+14
* QPID-6214: [Java Broker] Change asynch recoverer to allow for task cancellationKeith Wall2014-11-054-17/+80
* QPID-6213: only restart timer once all queues have been purgedGordon Sim2014-11-051-2/+7
* QPID-6210: [Java Broker] VHMBean#createNewQueue revert to throwing IllegalArg...Keith Wall2014-11-042-1/+28
* QPID-6208: PermittedNodeList seen to disappear while performing certain HA op...Andrew MacBean2014-11-041-7/+16
* QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-045-7/+150
* QPID-6209: [Java Broker] Ensure node discoverer returns a value for every nod...Keith Wall2014-11-041-0/+2
* QPID-5671: [linearstore] Add ability to use disk partitions and select per-qu...Kim van der Riet2014-11-0416-179/+273
* QPID-6108: [Java Documentation] Restore MD5PasswordFile provider details acci...Keith Wall2014-11-031-25/+42
* QPID-6205 : [Java Client] 0.8/0.9.x JMS client leaks transport threads and so...Robert Godfrey2014-11-021-19/+26
* QPID-6206 : [Java Client] create new AMQDecoder for every reconnection attemptRobert Godfrey2014-10-312-2/+9
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue consu...Robert Godfrey2014-10-311-0/+4
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue consu...Robert Godfrey2014-10-313-10/+52
* QPID-6108: [Java Documentation] Refactor security/auth providers section into...Keith Wall2014-10-3017-292/+518
* QPID-6202: [Java Broker] Ensure AMQProtocolEngine#closeSession() completes cl...Keith Wall2014-10-301-17/+46
* QPID-6201: [Java Broker] HA use separate single thread executor to deliver JE...Keith Wall2014-10-301-1/+4
* QPID-6196: Add synchronization lock into AbstractConfiguredObject.unregisterC...Alex Rudyy2014-10-302-121/+6
* QPID-6200: Change broker upgraders to upgrade virtual host data from model 1....Alex Rudyy2014-10-302-39/+226
* QPID-6199: [Java Broker] Enhance BDBStoreUpgradeTestPreparer to create sorted...Alex Rudyy2014-10-301-19/+100
* NO-JIRA: [Java Broker Tests] HA - Improve testcase testTransferMasterWhilstMe...Keith Wall2014-10-301-19/+25
* QPID-6198 : [Java Broker] do not retain unnecesary references to transfers wh...Robert Godfrey2014-10-301-0/+4
* QPID-5538: simple heartbeat enablement over 1.0 for brokerGordon Sim2014-10-292-4/+51
* QPID-6196: Add synchronization on CO registration to avoid creation of object...Alex Rudyy2014-10-293-15/+144
* QPID-5650: Move attribute names into upgrader constantsAlex Rudyy2014-10-291-4/+4
* QPID-6110 : mark connection as unconnected if attempt to establish connection...Robert Godfrey2014-10-291-0/+8
* QPID-6194: [Java Broker] explicitly set broker.failStartupWithErroredChild fo...Andrew MacBean2014-10-291-0/+4
* QPID-6194: [Java Broker] Add option to prevent Broker startup when it has ERR...Andrew MacBean2014-10-293-29/+80
* QPID-6192: [Java Broker] Add supporting test case guarding case when failover...Keith Wall2014-10-291-0/+101
* QPID-6195: Stop recovering records being updated in one upgrader and removed ...Alex Rudyy2014-10-282-0/+54
* QPID-6187: Disable SSL v3 for Windows SChannelClifford Jansen2014-10-281-1/+29
* QPID-5650: Set alternate exchange only when queue creation argument 'x-qpid-d...Alex Rudyy2014-10-282-68/+61
* QPID-6192: [Java Broker] Incorporate some feedbackk from Rob Godfrey.Keith Wall2014-10-282-16/+20
* QPID-6193 : [Java AMQP 1.0] Allow channel max to be successfully established ...Robert Godfrey2014-10-281-8/+8
* QPID-6192: [Java Broker] On close, close the connections before exchanges/queuesKeith Wall2014-10-285-4/+33
* QPID-5650: Preserve alternate exchange on upgrade of queue with 'dead letter ...Alex Rudyy2014-10-273-5/+310
* QPID-6190 : [Java Broker] [AMQP 1.0] Fix transactional sending to QueueDestin...Robert Godfrey2014-10-271-5/+12
* QPID-4710: Initial support for broker side AMQP 1.0 local transactions (singl...Gordon Sim2014-10-278-20/+236
* QPID-4710: Add generic support for transactional dequeue to Queue class itselfGordon Sim2014-10-275-0/+145
* QPID-4710: Update message decoding logic to handle nested descriptors alsoGordon Sim2014-10-276-31/+53
* QPID-4710: Handle nested descriptors i.e. described types where the value is ...Gordon Sim2014-10-274-0/+32
* QPID-6189 : [Java Common] fix stack overflow bug when frame is broken into th...Robert Godfrey2014-10-272-0/+54
* QPID-6185: [Java Broker] Further UI changes to handle the user table non IE i...Andrew MacBean2014-10-243-27/+30