summaryrefslogtreecommitdiff
path: root/qpid/java/common/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-2718: Update the common.bnd version to 0.7.0Robert Gemmell2010-08-011-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-2599Rajith Muditha Attapattu2010-05-111-31/+0
* | 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
* | Added utility methods to be used in providing a solution for QPID-2445Rajith Muditha Attapattu2010-03-131-0/+113
* | I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-129-1/+190
* | Fixed an error in retrieving the SSL parameterRajith Muditha Attapattu2010-02-111-0/+2
* | Removed the ClientProperties.java I added to a wrong package nameRajith Muditha Attapattu2010-02-031-142/+0
* | This is related to QPID-2343Rajith Muditha Attapattu2010-02-034-0/+562
* | QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-3112-135/+301
* | Corrected a mistake I made in rev904375Rajith Muditha Attapattu2010-01-291-2/+2
* | added a null check for connection settingsRajith Muditha Attapattu2010-01-291-2/+4
* | moved pprint from JAddr into separate utility class and use it from Address t...Rafael H. Schloming2010-01-283-112/+156
* | This is related to QPID-2352Rajith Muditha Attapattu2010-01-284-1/+233
* | This is related to QPID-2363Rajith Muditha Attapattu2010-01-281-1/+3
* | added boolean literals to java & python address parser; added validation to p...Rafael H. Schloming2010-01-222-1/+15
* | The commit contains fixes for QPID-2351, QPID-2350 and some ground work for Q...Rajith Muditha Attapattu2010-01-214-42/+253
* | This is related to QPID-2350Rajith Muditha Attapattu2010-01-201-0/+4
* | added java address parser (QPID-1831)Rafael H. Schloming2010-01-2010-0/+1206