summaryrefslogtreecommitdiff
path: root/java/common/src/main/java/org/apache/qpid/transport
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-174-15/+75
* Migrate broker to new direct method dispatch mechanismRobert Godfrey2014-10-131-2/+22
* QPID-5968 : [Java Client] Improve SSL hostname verificationRobert Godfrey2014-09-031-35/+90
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-192-5/+5
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-161-0/+8
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-098-65/+170
* QPID-5980: more javadoc fixupsRobert Gemmell2014-08-086-7/+10
* QPID-5978 : [Java Client] fail faster when a TCP connection is established, b...Robert Godfrey2014-08-081-6/+7
* QPID-5892: SSL Sender may spuriously timeout if SSL negotiation failsKeith Wall2014-07-131-4/+9
* 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-5342 : [Java Client] 0-10 client does not close connection when heartbea...Robert Godfrey2014-01-153-6/+27
* 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-113-30/+28
* QPID-5282: Change IoSender to cause the socket to be closed after a sender ti...Keith Wall2013-11-201-28/+52
* QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-302-13/+67
* QPID-5192: commit the protocol and logging files output by running the update...Robert Gemmell2013-09-29100-0/+17908
* QPID-4875 : The parsing logic for certificate subjects does not work properly...Robert Godfrey2013-07-302-48/+69
* QPID-4934 : [Java XA] Stop redundant session creation for XA Sessions, improv...Robert Godfrey2013-06-181-1/+16
* QPID-4925 : [Java Broker] Timeout connections which do not complete connectio...Robert Godfrey2013-06-141-1/+7
* QPID-4849 The previous code was assuming that "CN" was the first entryRajith Muditha Attapattu2013-05-151-2/+3
* QPID-4831 : [Java Broker] Fix closedown on SSL when SSL and TCP can use same ...Robert Godfrey2013-05-121-6/+9
* QPID-4831 : [Java Broker] Allow SSL and non-SSL connections on the same portRobert Godfrey2013-05-112-1/+272
* QPID-4636: add support for a broker 'peerStore' that can be used to perform S...Robert Gemmell2013-03-142-0/+184
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-192-11/+3
* QPID-4541 Added the ability to turn off replay at the time the sessionRajith Muditha Attapattu2013-01-252-6/+34
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-201-4/+3
* QPID-2796 : Addressed review commentsRobert Godfrey2012-11-263-6/+10
* QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ...Robert Godfrey2012-11-2510-30/+313
* QPID-4469: remove the unused sslContext parameter in OutgoingNetworkTransport...Robert Gemmell2012-11-253-4/+3
* QPID-4420: add documentation for SSL and the Anonymous + External Authenticat...Robert Gemmell2012-11-041-10/+9
* QPID-4419: ensure the broker kills the 0-10 connection immediately for explic...Robert Gemmell2012-11-041-2/+3
* QPID-4359: stop logging spurious error messages (when caused by expected beha...Robert Gemmell2012-10-051-4/+16
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-291-3/+13
* NO-JIRA: add a system property for configuring the historically hard coded ti...Robert Gemmell2012-08-122-12/+4
* QPID-4051: use the connecttimeout option value from the BrokerDetails object ...Robert Gemmell2012-08-122-1/+12
* QPID-4162: Change Java Client/Java Broker to send a session.detached in respo...Keith Wall2012-08-082-40/+21
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-023-3/+3
* QPID-4047 : [Java] Add timeout to socket connectRobert Godfrey2012-06-081-4/+4
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-065-23/+62
* QPID-4038: log the Connection number and its local and remote addresses after...Robert Gemmell2012-06-041-0/+18
* QPID-3986, QPID-4009, QPID-4017: add constants for system properties/defaults...Robert Gemmell2012-05-291-9/+5
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-291-0/+8
* QPID-3973 : [Java] Add support for non JKS key store types (patch supplied by...Robert Godfrey2012-05-184-7/+32
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-8/+19
* QPID-3912: Client failover fails to reconnect if a previous attempted reconne...Keith Wall2012-03-281-0/+1
* QPID-3886 Committing a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-084-11/+72