summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-1281-1435/+1766
* | Fix failing unit testKeith Wall2015-03-111-0/+4
* | Bug fix: Delay shutting download the Port's executor until the port has no re...Keith Wall2015-03-112-3/+27
* | Refactor use of futuresRobert Godfrey2015-03-105-251/+384
* | Fix exception handlingRobert Godfrey2015-03-101-1/+1
* | Add sync/async varients to most ACO methodsKeith Wall2015-03-0959-406/+1494
* | rewrite closeRobert Godfrey2015-03-0514-101/+169
* | Bug fix: Prevent NPE possibility if closing an object takes too long.Keith Wall2015-03-032-3/+4
* | 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-139-46/+140
|\ \ | |/
| * 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-111-13/+0
| * 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-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-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
* | eliminate double wakeup on closeKeith Wall2015-02-131-2/+0
* | Fix failing SSL test owing to missed wakeupKeith Wall2015-02-132-4/+11
* | merged from trunk r1659391Robert Godfrey2015-02-1218-228/+128
* | 0-10 queue browser fix.Keith Wall2015-02-127-11/+29
* | broswer consumer close is now pulled by IO rather than pushed by queue, fixin...Keith Wall2015-02-1211-11/+36
* | more refactoringRobert Godfrey2015-02-119-12/+89
* | More refactoringRobert Godfrey2015-02-1112-20/+141
* | add missing fileRobert Godfrey2015-02-111-0/+45
* | refactoringRobert Godfrey2015-02-1127-433/+285
* | some more fixesRobert Godfrey2015-02-113-1/+12
* | Force the queue runner to notice that the consumer is not now suspendedRobert Godfrey2015-02-107-1/+46
* | Refactoring: make the queue no longer be responsible for pushing messages ont...Keith Wall2015-02-1026-59/+417
* | merge from trunkKeith Wall2015-02-10161-1975/+3611
|\ \ | |/
| * QPID-6374 : tidyup calls to connection task poolRobert Godfrey2015-02-102-44/+67
| * QPID-6374 : Always call exception listener from connection task pool, rather ...Robert Godfrey2015-02-103-16/+39