summaryrefslogtreecommitdiff
path: root/java/common
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-1025: updated fix for empty payload issue, this change removes state tra...Rafael H. Schloming2008-05-121-13/+32
* QPID-1025: changed received so empty Payload are processedArnaud Simon2008-05-051-1/+1
* QPID-1007: removed bad importsArnaud Simon2008-05-051-10/+0
* QPID-1006 and QPID-1007: -QPID-1006:use same socket buffer size and frame siz...Arnaud Simon2008-05-051-4/+64
* QPID-988 and QPID-989: fixes to framing for final 0-10 specGordon Sim2008-04-304-2/+3
* QPID-984: override MINA's IoServiceListenerSupport class in order to fix infi...Rafael H. Schloming2008-04-291-0/+351
* QPID-832 : Fix eol-styleRobert Godfrey2008-04-2438-5810/+5810
* QPID-832 nuke some obsolete stuffAidan Skinner2008-04-241-125/+0
* QPID-832 merge M2.xAidan Skinner2008-04-2474-1261/+8921
* QPID-901: update pom to work with new codegenRafael H. Schloming2008-04-183-6/+8
* QPID-901: updates to the java client to use the 0-10 final spec instead of th...Rafael H. Schloming2008-04-1642-1044/+1493
* This is a fix for QPID-911.Rajith Muditha Attapattu2008-04-091-0/+2
* QPID-829 Remove 0.10 specific URL. The code path is now selected based on bro...Arnaud Simon2008-04-027-4/+116
* Changed construtor serialbits type, was double should be long (ref qpid-861)Arnaud Simon2008-03-261-1/+1
* Qpid-861: Java RFC 1982 implementation + Junit testsArnaud Simon2008-03-263-0/+275
* make build.xml files backward-compatible with ant 1.6.5, by replacing ant 1.7...Nuno Santos2008-03-241-5/+5
* Revision 636791 says: "Added constant to represent the AMQP versions, as prev...Arnaud Simon2008-03-181-1/+1
* Added constant to represent the AMQP versions, as previously it was hard-coded.Rajith Muditha Attapattu2008-03-132-1/+8
* Changed host name to localhost so the test can run on Windows (see QPID-836)Arnaud Simon2008-03-071-2/+2
* Correct the constant OPTION_BINDING_KEY that resulted in a test case failureRajith Muditha Attapattu2008-02-273-15/+24
* Added a new parser for the BindingURL.Rajith Muditha Attapattu2008-02-273-132/+506
* combined test cases and eliminated race conditionRafael H. Schloming2008-02-211-12/+8
* added flag for tagging header without a payloadArnaud Simon2008-02-213-5/+13
* fixed logging of message DataRafael H. Schloming2008-02-131-1/+0
* synchronize access to lastWrite futureRafael H. Schloming2008-02-121-4/+11
* fixed computation of ranged acks, fix needed for failing RecoverTestRafael H. Schloming2008-02-111-5/+6
* added test for exception listener; fixed NPERafael H. Schloming2008-02-072-21/+52
* Added code to pass in the throwable to the closedListener so that it can be i...Rajith Muditha Attapattu2008-02-061-1/+1
* added close notificationRafael H. Schloming2008-02-066-16/+78
* Added code to connect the network error exceptions to the JMS Exception liste...Rajith Muditha Attapattu2008-02-051-1/+2
* added a TransportExceptionRafael H. Schloming2008-02-043-1/+132
* added exception callback to ConnectonDelegateRafael H. Schloming2008-02-0411-2/+43
* ant build systemRafael H. Schloming2008-02-012-0/+106
* fixed svn:executable and svn:eol-styleRafael H. Schloming2008-01-311-0/+0
* changed default port value for tcpArnaud Simon2008-01-301-1/+1
* added support to notify connection.close to the JMSExceptionListenerRajith Muditha Attapattu2008-01-291-13/+12
* Changed version to M3 to avoid confusion with old M2 snapshotsRajith Muditha Attapattu2008-01-251-2/+2
* replaced printlns with debug statementsArnaud Simon2008-01-181-1/+1
* Please refer JIRA's 739,740 and 741 for more information about the issues.Rajith Muditha Attapattu2008-01-161-1/+8
* removed an empty java fileRafael H. Schloming2008-01-091-0/+0
* chshed headers: see QPID-720Arnaud Simon2008-01-047-20/+60
* I noticed that the asString() method will rebuild the string from scratch eac...Rajith Muditha Attapattu2008-01-021-6/+16
* changed MINA threading modelArnaud Simon2007-12-041-7/+3
* removed useless lockArnaud Simon2007-12-041-14/+6
* fixed the error in receivingRajith Muditha Attapattu2007-12-031-3/+5
* merged the three writes in a single oneArnaud Simon2007-12-031-10/+6
* Added a very basic plain nio transport. You could flip between the transports...Rajith Muditha Attapattu2007-11-303-0/+225
* Modified the code to not keep the command in the map if "enable_command_repla...Rajith Muditha Attapattu2007-11-281-17/+13
* Changed the MINA version to 1.1.5.Rajith Muditha Attapattu2007-11-281-2/+2
* added enable_replay optionArnaud Simon2007-11-281-4/+20