summaryrefslogtreecommitdiff
path: root/qpid/java/common
Commit message (Expand)AuthorAgeFilesLines
* Attempt one at merge from r1021441:HEADgrkvlt-network-20101013Andrew Donald Kennedy2010-12-068-126/+159
* 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-1313-1347/+69
* Network layer changes, and then some. Actual commit history preserved elsewhe...Andrew Donald Kennedy2010-10-13104-11560/+2542
* 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-2781: move broker process name tagging default from the common qpid-run ...Robert Gemmell2010-09-191-6/+0
* QPID-2619: move echo of the broker PID from common qpid-run script used by mu...Robert Gemmell2010-09-191-1/+1
* QPID-2861Rajith Muditha Attapattu2010-09-171-1/+11
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-1223-73/+162
* 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-135-30/+42
* Make ConnectionTest extend QpidTestCaseAndrew Donald Kennedy2010-08-131-3/+2
* QPID-2797: Never set expiry, and respond with 0 alwaysAndrew Donald Kennedy2010-08-131-2/+2
* Tidy up various badly named testsAndrew Donald Kennedy2010-08-131-0/+48
* QPID-2799: Convert address with underscores for temp queue nameAndrew Donald Kennedy2010-08-131-21/+32
* QPID-2797: Change expiry to a boolean correctly representing intent to closeAndrew Donald Kennedy2010-08-133-15/+22
* QPID-2787: Move QpidTestCase to Common test module so that any test can inher...Robert Gemmell2010-08-061-0/+130
* 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-013-2/+15
* QPID-2619: Capture broker pid on QPID_WORKAndrew Donald Kennedy2010-07-311-1/+1
* 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-262-25/+14
* QPID-2760: Only client 0-10 session sync should throw any exceptionsAndrew Donald Kennedy2010-07-261-8/+9
* 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-222-1/+14
* QPID-2719Rajith Muditha Attapattu2010-07-082-6/+17
* QPID-2165 : Ensure each MINANetworkDriverTest uses a new port, to prevent the...Martin Ritchie2010-07-051-1/+4
* QPID-2652 : Update client build.xml to use local property for genration, this...Martin Ritchie2010-06-141-6/+5
* 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-2526: quote arguments to allow building with spaces in pathRobert Gemmell2010-05-311-3/+3
* 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