summaryrefslogtreecommitdiff
path: root/qpid/java/common/src
Commit message (Expand)AuthorAgeFilesLines
* 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-111-1/+0
| * | 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
* | | Stop reading bytes from the wire once the transport is closed. Also prevent ...Keith Wall2014-12-091-4/+7
* | | Omit the BrokerLoggingTest that tests SSL. As SSL is currently disabled the ...Keith Wall2014-12-091-0/+7
* | | Ensure selector is closed, continue to use same backing buffer on read until ...Robert Godfrey2014-12-091-18/+14
* | | NonBlockingSenderReceiver for the Java Broker for AMQP-0-10 and 0-9. Heartbea...Keith Wall2014-12-082-17/+254
* | | QPID-6262: Rob's prototype NIO workKeith Wall2014-12-057-571/+1354
| |/ |/|
* | QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-051-0/+5
* | QPID-6253: [Java Broker] Name the AMQP acceptor threads to carry a descriptiv...Keith Wall2014-12-021-0/+1
* | QPID-6250: [Java Client] removal of static defaulted username and password fr...Andrew MacBean2014-11-281-2/+2
* | QPID-6189 : [Java Common] fix stack overflow bug when frame is broken into th...Robert Godfrey2014-10-272-0/+54
* | QPID-6184: Add special thread factory to use with Executors which creates Thr...Alex Rudyy2014-10-233-5/+147
* | QPID-6171 : make Connection.getChannels() return a data structure that can be...Robert Godfrey2014-10-211-4/+4
* | QPID-6125 : ignore headers and bodies when the channel is closedRobert Godfrey2014-10-202-2/+8
* | QPID-6165 : [Java Broker] Allow the number of open connections to be limited ...Robert Godfrey2014-10-172-16/+28
* | QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-1714-1/+383
* | QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-17422-41335/+7705
* | QPID-6156 : tidy up and ensure that there is no chance of inadvertantly addin...Robert Godfrey2014-10-161-9/+9
* | QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-165-18/+85