summaryrefslogtreecommitdiff
path: root/java/common/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-175-15/+87
* Add loggingRobert Godfrey2014-10-131-4/+5
* Migrate broker to new direct method dispatch mechanismRobert Godfrey2014-10-1358-1096/+1593
* Move connection methods into AMQProtocolEngineRobert Godfrey2014-10-121-0/+11
* Move channel methodsRobert Godfrey2014-10-115-247/+292
* More refactoringRobert Godfrey2014-10-1053-573/+677
* More refactoringRobert Godfrey2014-10-0365-871/+1607
* Remove (essentially) unusued state class, tidy up package structureRobert Godfrey2014-09-301-2/+0
* Remove remaining protocol specific classes/interfacesRobert Godfrey2014-09-2915-403/+14
* Merge method body implementation classesRobert Godfrey2014-09-2999-7169/+1704
* Remove redundant interfacesRobert Godfrey2014-09-28106-7608/+5741
* Remove duplicate method body implementationsRobert Godfrey2014-09-28332-27655/+341
* QPID-6101: Allow setting of qpid version suffix whilst building qpid common l...Alex Rudyy2014-09-151-1/+6
* QPID-5968 : [Java Client] Improve SSL hostname verificationRobert Godfrey2014-09-031-35/+90
* 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-167-6/+204
* 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-0911-143/+203
* QPID-5980: more javadoc fixupsRobert Gemmell2014-08-0811-76/+30
* 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-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-064-10/+237
* 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-181-10/+84
* 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-084-67/+32
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-211-0/+4
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-091-13/+64
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-0/+4
* QPID-5602: change log level to info, include socket address in message, repor...Robert Gemmell2014-03-051-1/+1
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-031-22/+0
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-142-89/+0
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-111-2/+2
* QPID-5512: suppress exception sometimes seen due to race while closing the so...Robert Gemmell2014-01-241-1/+6
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-2211-407/+12
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-221-3/+3
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-174-7/+90
* 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-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-071-0/+6
* QPID-5282: Change IoSender to cause the socket to be closed after a sender ti...Keith Wall2013-11-201-28/+52