summaryrefslogtreecommitdiff
path: root/qpid/java/common
Commit message (Expand)AuthorAgeFilesLines
* merge from trunkKeith Wall2015-03-038-13/+106
* Connection close is now performed by i/o threadKeith Wall2015-02-191-0/+6
* refactoringRobert Godfrey2015-02-116-1269/+1
* some more fixesRobert Godfrey2015-02-111-0/+2
* Force the queue runner to notice that the consumer is not now suspendedRobert Godfrey2015-02-101-1/+0
* Refactoring: make the queue no longer be responsible for pushing messages ont...Keith Wall2015-02-102-9/+22
* merge from trunkKeith Wall2015-02-1013-118/+304
|\
| * QPID-6371: [Java Broker/Java Common] Prevent log4j warning during Broker startupKeith Wall2015-02-071-63/+13
| * QPID-6350: [Java Common] Change IoSender to half close once writing is done.Keith Wall2015-02-044-6/+27
| * QPID-6350: [Java Client] Partial revert of r1655877.Keith Wall2015-02-042-9/+6
| * QPID-6350: [Java Client] Preserve original connection exceptionKeith Wall2015-01-292-6/+9
| * QPID-6336: Add extra logging to help understand occasional SSLTest failure sh...Keith Wall2015-01-281-0/+5
| * QPID-6345 : Allow enabled cipher suites to be configuredRobert Godfrey2015-01-283-17/+92
| * QPID-6342 : Fail fast when commands sent in wrong orderRobert Godfrey2015-01-271-32/+32
| * QPID-6340 : Allow defaults for system properties to be overridden from a prop...Robert Godfrey2015-01-272-0/+109
| * QPID-6339 : Use variable interpolation for help url and initial virtual host ...Robert Godfrey2015-01-271-10/+16
* | Remove accepting thread and use non blocking io acceptRobert Godfrey2015-02-012-182/+152
* | Reduce copying in 0-9 pathRobert Godfrey2015-02-0111-73/+211
* | Separate Byte and ProtocolEvent sender/receivers, add server specific 0-10 en...Robert Godfrey2015-01-3135-189/+254
* | close sockets when connection is closedRobert Godfrey2015-01-291-4/+33
* | Correctly deregister and also optimise case where work can be rescheduled on ...Robert Godfrey2015-01-292-120/+107
* | Use a threadpool for the schedulerRobert Godfrey2015-01-291-6/+44
* | Fix selector leakRobert Godfrey2015-01-291-9/+0
* | Ensure selectors are closed, and all work which can be done on a read is doneRobert Godfrey2015-01-292-65/+63
* | Close the selectorRobert Godfrey2015-01-281-0/+9
* | Close the selector threadRobert Godfrey2015-01-282-4/+14
* | WIP: First phase of moving towards threadpool for IO threads. Introduced Sele...Keith Wall2015-01-284-59/+332
| |
| \
*-. \ Merge from trunkKeith Wall2015-01-276-60/+140
|\ \ \ | | |/
| | * QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be stor...Andrew MacBean2015-01-144-38/+87
| | * QPID-6293: [Java Broker] Log Java Broker's pid on startupKeith Wall2014-12-302-22/+53
| * | Merge from trunkAidan Skinner2009-10-112-1/+1
| * | 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-2024 QPID-2105: Remove now unnecessary classes like Event, PoolingFilter, Aidan Skinner2009-09-176-930/+70
| * | QPID-2015: Remove AMQIoTransportProtocolSession. Release the executor service...Aidan Skinner2009-09-161-3/+0
| * | QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-167-46/+253
| * | Merge from trunk Aidan Skinner2009-09-091-2/+4
| * | QPID-2025: Log errors instead of printStackTracing()Aidan Skinner2009-09-041-1/+7
| * | QPID-2025: Add a AMQProtocolEngine from the de-MINAfied AMQMinaProtocolSessio...Aidan Skinner2009-09-0115-106/+431
| * | 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-188-0/+1123
* | | Remove dead setIdleTimeout methodKeith Wall2014-12-128-50/+0
* | | 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-111-0/+4
* | | 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-115-561/+26
* | | Allow the transport to inform the model that encryption is being usedRobert Godfrey2014-12-114-80/+33
* | | Reenable support for SSL and Plain on the same port (i.e. the transport sniff...Keith Wall2014-12-103-13/+85
* | | Iniital SSL workRobert Godfrey2014-12-107-50/+261