summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
...
| | * QPID-6289: [Java Broker] Fix for failing BDB system test caused by rev 1648039Keith Wall2014-12-292-444/+476
| | * QPID-6289: [Java Broker] Add unit test case for valid child types featureKeith Wall2014-12-298-9/+44
| | * QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-287-83/+26
| | * QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-2714-14/+257
| | * QPID-6284: [Java Broker Tests] Add new chart defintion for the newSSL perf t...Keith Wall2014-12-248-85/+131
| | * QPID-6284: [Java Broker Tests] Make json_config_tool.py compatible with Pytho...Keith Wall2014-12-231-12/+23
| | * QPID-6284: [Java Broker Tests] Add system test demonstrating the effect of us...Keith Wall2014-12-234-2/+170
| | * QPID-5099: Add system test to ensure that client does indeed release the mess...Keith Wall2014-12-221-2/+36
| | * QPID-6276: [Java Broker] Disable upload feature (with tooltip to indicate why...Keith Wall2014-12-222-8/+12
| | * QPID-6276: [Java Broker] Don't set caching headers when using content-disposi...Keith Wall2014-12-221-2/+8
| | * QPID-6276: [Java Broker] Enhance the virtualhost UI to support upload/downloa...Keith Wall2014-12-199-47/+219
| | * QPID-6272 : [Java Broker] clear queue delete task on default queue before clo...Robert Godfrey2014-12-171-5/+5
| | * QPID-5099 : [Java Client] release pre-acquired messages after explicit consum...Robert Godfrey2014-12-161-0/+6
| | * QPID-6272: [Java Broker] Null reference to AMQChannel#defaultQueue once the q...Keith Wall2014-12-161-14/+36
| | * QPID-6125: [Java Broker] Fix test broken by my previous commitKeith Wall2014-12-151-2/+2
| | * QPID-6125: [Java Broker] Consistently quote queue/exchange names in error mes...Keith Wall2014-12-151-46/+43
| | * QPID-6268 : [Java Broker] increment/decrement the unacknowledge count on the ...Robert Godfrey2014-12-123-2/+6
| | * QPID-6265: Unify log4j layout for system tests and spawn broker, rename test ...Alex Rudyy2014-12-113-3/+3
| | * QPID-6265: Change system tests to have one log per file configured using Log4...Alex Rudyy2014-12-1026-471/+530
| | * QPID-6265: Allow suppression of system out operational logging in broker star...Alex Rudyy2014-12-102-5/+34
| | * QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-079-117/+152
| | * QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-0717-83/+197
| | * QPID-6263 : [Java Broker] remove ApplicationRegistryRobert Godfrey2014-12-063-193/+81
| | * NO-JIRA: Remove exclusion related to QPID-3605. Looks like this was fixed lon...Keith Wall2014-12-051-3/+0
| * | Merge from trunkAidan Skinner2009-10-1410-30/+221
| * | Merge from trunkAidan Skinner2009-10-1184-1376/+4656
| * | Fix bind error messageAidan Skinner2009-09-181-2/+2
| * | MINANetworkDriverTest: Make sure we sleep for at least the alloted time.Aidan Skinner2009-09-181-16/+20
| * | QPID-2104 AMQProtocolHandler: hand the actual write off to a seperate threadAidan Skinner2009-09-181-2/+9
| * | Merge from trunkAidan Skinner2009-09-1737-1261/+1294
| * | QPID-2024 QPID-2105: Remove now unnecessary classes like Event, PoolingFilter, Aidan Skinner2009-09-1711-1003/+113
| * | QPID-2015: Remove AMQIoTransportProtocolSession. Release the executor service...Aidan Skinner2009-09-164-150/+2
| * | QPID-2105: Merging the patch didn't uncomment this test, stoopid git. Aidan Skinner2009-09-161-3/+3
| * | QPID-2106: Don't close connections if the broker has asked it to close andAidan Skinner2009-09-164-12/+40
| * | QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-1624-487/+479
| * | Merge from trunk Aidan Skinner2009-09-0946-353/+816
| * | QPID-2025: Log errors instead of printStackTracing()Aidan Skinner2009-09-042-3/+9
| * | QPID-2025: remove dead classesAidan Skinner2009-09-032-342/+0
| * | QPID-2025: Add a AMQProtocolEngine from the de-MINAfied AMQMinaProtocolSessio...Aidan Skinner2009-09-0136-822/+1069
| * | QPID-2024: Change send to stash the future and have flush join on that so tha...Aidan Skinner2009-08-192-4/+16
| * | QPID-2024: Add ProtocolEngine and NetworkDriver interfaces and a NetworkDrive...Aidan Skinner2009-08-1810-22/+1124
* | | Remove dead setIdleTimeout methodKeith Wall2014-12-1216-86/+1
* | | Reduce logging, use bytebuffers on the read path in a more optimal fashsion.Keith Wall2014-12-123-50/+46
* | | Notify engine when transport is blockedRobert Godfrey2014-12-123-11/+11
* | | Extend credit managers to be aware of transport backpressueKeith Wall2014-12-1129-319/+328
* | | Only when a port is running TLS only can it be identified early as encrypted ...Keith Wall2014-12-111-1/+4
* | | Ensure that the NonBlockingSenderReceiver closes (and thread stops) if the pe...Keith Wall2014-12-118-852/+26
* | | Allow the transport to inform the model that encryption is being usedRobert Godfrey2014-12-1113-367/+80
* | | Reenable support for SSL and Plain on the same port (i.e. the transport sniff...Keith Wall2014-12-105-22/+86
* | | Iniital SSL workRobert Godfrey2014-12-109-52/+274