summaryrefslogtreecommitdiff
path: root/java/common/src/main/java/org/apache/qpid/transport/network/io
Commit message (Expand)AuthorAgeFilesLines
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-191-1/+1
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-083-40/+32
* QPID-5602: change log level to info, include socket address in message, repor...Robert Gemmell2014-03-051-1/+1
* QPID-5512: suppress exception sometimes seen due to race while closing the so...Robert Gemmell2014-01-241-1/+6
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-171-2/+2
* QPID-5478: elapsed time calculation should use a simple assignment, rather th...Robert Gemmell2014-01-141-1/+1
* QPID-5472: [Java Broker] Exceptions used to report bind port failure (AMQP/HT...Keith Wall2014-01-121-1/+1
* QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-112-28/+28
* QPID-5282: Change IoSender to cause the socket to be closed after a sender ti...Keith Wall2013-11-201-28/+52
* QPID-4925 : [Java Broker] Timeout connections which do not complete connectio...Robert Godfrey2013-06-141-1/+7
* QPID-4831 : [Java Broker] Allow SSL and non-SSL connections on the same portRobert Godfrey2013-05-111-1/+1
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-191-3/+3
* QPID-2796 : Addressed review commentsRobert Godfrey2012-11-262-5/+9
* QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ...Robert Godfrey2012-11-254-21/+199
* QPID-4469: remove the unused sslContext parameter in OutgoingNetworkTransport...Robert Gemmell2012-11-251-1/+1
* QPID-4420: add documentation for SSL and the Anonymous + External Authenticat...Robert Gemmell2012-11-041-10/+9
* QPID-4359: stop logging spurious error messages (when caused by expected beha...Robert Gemmell2012-10-051-4/+16
* NO-JIRA: add a system property for configuring the historically hard coded ti...Robert Gemmell2012-08-121-1/+4
* QPID-4051: use the connecttimeout option value from the BrokerDetails object ...Robert Gemmell2012-08-121-1/+1
* QPID-4047 : [Java] Add timeout to socket connectRobert Godfrey2012-06-081-4/+4
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-062-9/+40
* QPID-3408 : Fix the Java Broker code so it both copes with machines where IPv...Robert Godfrey2012-03-051-1/+1
* QPID-3854: SO_REUSEADDR should be applied to server socket before bind()Keith Wall2012-02-181-1/+1
* QPID-3810: fix log outputRobert Gemmell2012-02-041-4/+7
* QPID-3810: close an accepted socket when exceptions occur in order to prevent...Robert Gemmell2012-02-041-4/+24
* QPID-3810: rework exception handling to allow the acceptor to continue after ...Robert Gemmell2012-02-031-25/+41
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-274-23/+29
* QPID-3659 Added a method in AMQBrokerDetails to handle booleanRajith Muditha Attapattu2011-12-071-1/+2
* QPID-3611: use socket.close() on SSLSockets to prevent IoReceiver causing an ...Robert Gemmell2011-11-111-1/+3
* QPID-3498: Broker race condition mean that it tries to respond before IoSende...Keith Wall2011-09-212-1/+5
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-091-7/+0
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-074-22/+164
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-181-2/+3
* QPID-3342: move a previously missed test-only class into the test treeRobert Gemmell2011-07-141-165/+0
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-071-1/+12
* QPID-3342: rationalise the existing 0-10 transport code and introduce new Net...Robert Gemmell2011-07-077-221/+241
* QPID-3341: remove unused/dead transport code and accompanying implementation ...Robert Gemmell2011-07-072-215/+0
* QPID-3021: set the session/connection actor when the connection recieves new ...Robert Gemmell2011-01-271-5/+1
* Add the ASF License to various classes currently missing itRobert Gemmell2010-06-021-0/+20
* Did some general refactoring to support QPID-2444 QPID-2445 QPID-2446 QPID-2447Rajith Muditha Attapattu2010-03-195-13/+148
* Updated the references to the new SSL package.Rajith Muditha Attapattu2010-03-151-2/+2
* Fixed an error in retrieving the SSL parameterRajith Muditha Attapattu2010-02-111-0/+2
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-2/+2
* The commit contains fixes for QPID-2351, QPID-2350 and some ground work for Q...Rajith Muditha Attapattu2010-01-211-1/+1
* Changed the setIdleTimeout method to take an int instead of a long.Rajith Muditha Attapattu2010-01-191-4/+2
* QPID-2192: remove extraneous printStackTrace()sAidan Skinner2009-12-021-1/+0
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-0/+1
* This is related to QPID-1853. Since the socket is being closed inside the fin...Rajith Muditha Attapattu2009-05-141-1/+0
* This is a fix for QPID-1853. We now close the socket in the finnally block.Rajith Muditha Attapattu2009-05-131-0/+8
* This is related to QPID-1609.Rajith Muditha Attapattu2009-01-232-7/+16