summaryrefslogtreecommitdiff
path: root/qpid/java/common/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Attempt one at merge from r1021441:HEADgrkvlt-network-20101013Andrew Donald Kennedy2010-12-067-125/+139
* Move id generator for connections to broker instanceAndrew Donald Kennedy2010-10-201-2/+2
* TidyupAndrew Donald Kennedy2010-10-155-38/+31
* Minor updatesAndrew Donald Kennedy2010-10-1312-791/+69
* Network layer changes, and then some. Actual commit history preserved elsewhe...Andrew Donald Kennedy2010-10-1381-9962/+1728
* QPID-2839 Add channel (CHN) Operational Loggin on 0-10Andrew Donald Kennedy2010-10-032-3/+3
* QPID-2835 Implement CON Operational Logging on 0-10Andrew Donald Kennedy2010-10-033-14/+19
* QPID-2857: Fix issue identified by running FindBugs across the codebase. Clos...Robert Gemmell2010-10-011-4/+11
* QPID-2872: make the broker indicate a heartbeat max of 0sec to cause the clie...Robert Gemmell2010-09-261-1/+6
* QPID-2861Rajith Muditha Attapattu2010-09-211-1/+1
* QPID-2876Rajith Muditha Attapattu2010-09-211-2/+2
* QPID-2861Rajith Muditha Attapattu2010-09-171-1/+11
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-1222-70/+155
* QPID-2855 : Broker Transport should not block on awaiting session close confi...Robert Godfrey2010-09-121-12/+28
* QPID-2829: Remove the o.a.q.transport.Echo class as it is not usedRobert Gemmell2010-09-051-73/+0
* QPID-2826: The class o.a.q.transport.Result is not used and can be safely rem...Robert Gemmell2010-09-051-30/+0
* QPID-2825: The class o.a.q.transport.Sink is not used and can be safely removedRobert Gemmell2010-09-051-138/+0
* QPID-2657: Correct handling of sync on 0-10 client session for exceptionsAndrew Donald Kennedy2010-08-134-21/+33
* QPID-2797: Never set expiry, and respond with 0 alwaysAndrew Donald Kennedy2010-08-131-2/+2
* QPID-2797: Change expiry to a boolean correctly representing intent to closeAndrew Donald Kennedy2010-08-133-15/+22
* Don't request non-zero session expiration (as resume is not supported at this...Gordon Sim2010-08-051-1/+1
* QPID-2744: Unify 0-10 and 0-8 error messages for invalid object types in prop...Andrew Donald Kennedy2010-08-012-1/+4
* QPID-2659: Add AMQStoreException to message storesAndrew Donald Kennedy2010-07-262-0/+97
* QPID-2675: Remove obsolete QpidExceptionAndrew Donald Kennedy2010-07-264-191/+7
* QPID-2660: Remove AMQFrameDecodingExceptionAndrew Donald Kennedy2010-07-261-3/+1
* QPID-2657: Perform session closed checks on executionExceptionAndrew Donald Kennedy2010-07-261-0/+1
* QPID-2586: Give Client 0-10 close semantics not detachAndrew Donald Kennedy2010-07-262-6/+8
* QPID-2752Rajith Muditha Attapattu2010-07-221-1/+8
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-223-21/+8
* QPID-2744 : Add tests for correct exception when null object is set via setOb...Martin Ritchie2010-07-221-1/+1
* QPID-2719Rajith Muditha Attapattu2010-07-082-6/+17
* Removing commented out code.Rajith Muditha Attapattu2010-06-071-6/+1
* Add the ASF License to various classes currently missing itRobert Gemmell2010-06-023-0/+60
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-0/+54
* QPID-2611: AMQConnectionFailureException records AMQPConstant message if caus...Robert Gemmell2010-05-241-4/+1
* QPID-2608: AMQPException messages contain duplicate error codeRobert Gemmell2010-05-241-8/+10
* QPID-2610: Corrected Map usage and removed Integer object creationRobert Gemmell2010-05-241-3/+3
* QPID-2622 : Add Closeable interface and update Broker components to use it an...Martin Ritchie2010-05-201-0/+27
* QPID-2498Rajith Muditha Attapattu2010-04-221-50/+0
* This is related to QPID-2496Rajith Muditha Attapattu2010-04-151-0/+2
* Made minor enchancements to the following support classes.Rajith Muditha Attapattu2010-04-152-7/+7
* QPID-2503 : Updated CommandLineParser to output '-' in front of options.Martin Ritchie2010-04-141-3/+3
* QPID-2379: add Connection.close() method implementationRobert Gemmell2010-04-091-3/+13
* This is related to QPID-2447Rajith Muditha Attapattu2010-03-223-59/+201
* Added test cases for QPID-2444 and QPID-2446Rajith Muditha Attapattu2010-03-191-2/+4
* This is related to QPID-2444 and QPID-2445Rajith Muditha Attapattu2010-03-195-9/+48
* Did some general refactoring to support QPID-2444 QPID-2445 QPID-2446 QPID-2447Rajith Muditha Attapattu2010-03-1911-52/+575
* Updated the references to the new SSL package.Rajith Muditha Attapattu2010-03-151-2/+2
* Moved the SSL code under the security package.Rajith Muditha Attapattu2010-03-153-3/+3
* This is related to rev 922479Rajith Muditha Attapattu2010-03-151-4/+122