summaryrefslogtreecommitdiff
path: root/qpid/java/common/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2457-888/+7971
* QPID-901: updates to the java client to use the 0-10 final spec instead of th...Rafael H. Schloming2008-04-1629-473/+722
* 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
* 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
* 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
* 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-046-18/+57
* 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
* added enable_replay optionArnaud Simon2007-11-281-4/+20
* optimized message creationArnaud Simon2007-11-271-5/+38
* optimized message creationArnaud Simon2007-11-271-0/+2
* changed for setting offset when buffers are fragmentedArnaud Simon2007-11-141-1/+3
* changed method public void processed(Range range) for flushing when flush is...Arnaud Simon2007-11-081-1/+1
* Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in...Gordon Sim2007-11-072-2/+2
* Changed for synchronizing on results during close operationArnaud Simon2007-11-051-1/+4
* cahnged for handling IO write errorsArnaud Simon2007-10-232-0/+5
* changed to handle empty payload messagesArnaud Simon2007-10-181-0/+19
* deleted useless codeArnaud Simon2007-10-171-592/+0