summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | QPID-6404 : Message construction from received messages should be lenientRobert Godfrey2015-02-211-1/+1
* | QPID-6404 : Change default Message constructor to be strict by defaultRobert Godfrey2015-02-211-1/+1
* | QPID-6404 : Be lenient in receiving invalid messages, send AmqpValue(null) fo...Robert Godfrey2015-02-214-17/+20
* | QPID-6404 : [AMQP 1.0 JMS Client ] session.createMessage() should not attempt...Robert Godfrey2015-02-201-1/+5
* | QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedAlex Rudyy2015-02-201-1/+1
* | QPID-6398: [Java Broker] Update web management console UI to invoke dojo pars...Alex Rudyy2015-02-2068-214/+424
* | QPID-6364: Display actual value for a secure attribute with value not matchin...Alex Rudyy2015-02-204-5/+20
* | QPID-6247: Updates to configuration files should maintain existing file permi...Alex Rudyy2015-02-2012-183/+461
* | QPID-6400 : [Java AMQP 1.0] add accessors for the SSLConnection to the connec...Robert Godfrey2015-02-201-0/+10
* | QPID-6401 : move authroize check inside try-catchRobert Godfrey2015-02-201-7/+8
* | QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-198-13/+149
* | NO-JIRA : [JMS AMQP 1.0 client] add log message when underlying connection is...Robert Godfrey2015-02-191-1/+1
* | QPID-6389: ensure source/target is null when responding to attach requests in...Gordon Sim2015-02-181-0/+2
* | QPID-6394 [linearstore] Make linearstore the default store for linux builds -...Kim van der Riet2015-02-182-2/+2
* | QPID-6390: [Java Broker Tests] Remove tests that rely on presence of the Ano...Keith Wall2015-02-186-92/+5
* | QPID-6390: [Java System Tests] Ensure that Broker's system properties are loa...Keith Wall2015-02-183-5/+22
* | QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be non-des...Robert Godfrey2015-02-186-2/+144
* | QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-1731-171/+792
* | QPID-6394 Make linearstore the default store for linux buildsKim van der Riet2015-02-172-2/+2
* | QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-1716-155/+279
* | QPID-6393: [Java Broker] Prevent possibility for the permature close of queue...Keith Wall2015-02-141-1/+1
* | QPID-6338 : [Java AMQP 1.0 Client] validate sections in created MessageRobert Godfrey2015-02-131-6/+173
* | QPID-6390: [Java Broker] Move setting of initial properties from Main into Br...Alex Rudyy2015-02-136-53/+172
| * merge from trunkKeith Wall2015-03-03227-1291/+5619
| * channel block/unblock now async, remove unnecessary selector bumpsKeith Wall2015-03-0312-104/+73
| * Remove wrongly added fileRobert Godfrey2015-03-021-46/+0
| * Make management close session asyncRobert Godfrey2015-03-0213-92/+118
| * Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-1924-109/+342
| * Connection close is now performed by i/o threadKeith Wall2015-02-1923-81/+330
| * merged from trunkKeith Wall2015-02-1320-130/+199
| |\ | |/ |/|
* | QPID-6374: [Java Broker] 0-10 Failover: the thread performing the failover pr...Keith Wall2015-02-139-46/+140
* | QPID-6388 : Treat terminus with durability of "configuration" as durableRobert Godfrey2015-02-121-2/+3
* | QPID-6386 : [AMQP 1.0 Common] close the sender if the TCP connection is termi...Robert Godfrey2015-02-121-0/+1
* | QPID-6374 : avoid taking a lock when not modifying a valueRobert Godfrey2015-02-121-12/+15
* | QPID-6240: increment the delivery count when applying the new state and relea...Robert Gemmell2015-02-121-0/+1
* | QPID-6387: [Java Client] Remove array optimisation from session/consumer mapsKeith Wall2015-02-115-173/+27
* | QPID-6347: Remove the now obsolete queue_event_generation option; this is a p...Justin Ross2015-02-116-92/+1
* | QPID-6240 : Rollback of transactions with settled acks should release the que...Robert Godfrey2015-02-111-1/+1
* | QPID-6381 : don't delete link endpoints which are detached and have terminus ...Robert Godfrey2015-02-111-1/+2
* | QPID-5799: provide notification callback for received messages.Ken Giusti2015-02-113-1/+45
* | QPID-6383 : Add missing file - really this timeRobert Godfrey2015-02-111-1/+2
* | QPID-6383 : Check in missing file from last commitRobert Godfrey2015-02-111-1/+1
* | QPID-6383 : don't auto delete queues because the children are being removed d...Robert Godfrey2015-02-112-10/+20
* | QPID-6384 : fix various issues with durable linksRobert Godfrey2015-02-114-10/+38
* | QPID-6381 : if detach with close=true is received, then actually destroy the ...Robert Godfrey2015-02-101-1/+1
* | QPID-6380 : close()ing a durable subscription should detach rather than close...Robert Godfrey2015-02-101-1/+8
* | QPID-5703: Quiet the code generatorsJustin Ross2015-02-102-3/+12
* | NO-JIRA - refer to OutgoingMessage as 'class' not 'struct' to match its actua...Stephen D. Huston2015-02-101-1/+1
* | QPID-6352 : Always check TCP transports without looking for service loaderRobert Godfrey2015-02-101-0/+6
* | QPID-6378 : Applying patch from Xin ChenRobert Godfrey2015-02-102-3/+3