summaryrefslogtreecommitdiff
path: root/qpid/java/common
Commit message (Expand)AuthorAgeFilesLines
* update version numbers on 0.32.x branchRobert Godfrey2015-05-062-2/+2
* QPID-6359: Lock in 0.32 release version numbersJustin Ross2015-03-101-1/+1
* QPID-6359: Update version numbers on the 0.32 release branchJustin Ross2015-02-191-1/+1
* QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-173-4/+41
* 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
* 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
* 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-17465-50024/+7707
* 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
* QPID-6152: [Java Client] Allow connection/session close time to be overridden...Keith Wall2014-10-141-0/+12
* QPID-6101: Allow setting of qpid version suffix whilst building qpid common l...Alex Rudyy2014-09-154-27/+60
* QPID-5968 : [Java Client] Improve SSL hostname verificationRobert Godfrey2014-09-032-35/+1312
* QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow call...Keith Wall2014-09-031-0/+10
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-302-3/+3
* QPID-6037 : [Java Client] Add experimental support for ADDR addressing to the...Robert Godfrey2014-08-231-0/+3
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-195-25/+25
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-181-5/+6
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-168-6/+306
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-12/+12
* QPID-5978 : [Java Client] deal with protocol initialisation failures such as ...Robert Godfrey2014-08-112-8/+16
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-0912-152/+210
* QPID-5980: more javadoc fixupsRobert Gemmell2014-08-0811-76/+30
* QPID-5980: revert exclusion of selector parser from javadoc run, it is only e...Robert Gemmell2014-08-081-13/+1
* QPID-5980: exclude selector parser from javadoc, its full of generated incomp...Robert Gemmell2014-08-081-1/+13
* QPID-5980: more javadoc fixupsRobert Gemmell2014-08-0825-114/+64
* QPID-5980: initial javadoc fixupsRobert Gemmell2014-08-0823-156/+37
* QPID-5978 : [Java Client] fail faster when a TCP connection is established, b...Robert Godfrey2014-08-081-6/+7
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-072-2/+2
* QPID-5960: Turn on SSL host name verification by defaultAlex Rudyy2014-08-071-1/+5
* QPID-5969 : [Java Common] Add support of AMQP 0-9-1 field-array typeRobert Godfrey2014-08-065-15/+253
* QPID-2969: Make AMQConnectionFactory and AMQDestination (and subclasses) seri...Keith Wall2014-07-201-1/+4
* QPID-5903 : [Java Broker] allow character escaping for JSON in configured obj...Robert Godfrey2014-07-182-10/+132