summaryrefslogtreecommitdiff
path: root/java/common/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Updated message selectorArnaud Simon2007-10-1711-2060/+0
* Updated message selectorArnaud Simon2007-10-1710-61/+270
* added a bit of API around MinaHandlerRafael H. Schloming2007-10-172-34/+126
* work around MINA close issuesRafael H. Schloming2007-10-171-2/+20
* removed unused fieldsRafael H. Schloming2007-10-149-51/+20
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-148-89/+315
* added Boolean to the default encoding mapRafael H. Schloming2007-10-121-0/+1
* made the session usable from multiple threads (hopefully)Rafael H. Schloming2007-10-101-18/+31
* added support (currently disabled) for packed encodingRafael H. Schloming2007-10-108-18/+165
* Removed system.outs and replaced with log statementsRajith Muditha Attapattu2007-10-102-14/+20
* don't wait for results if the session is closed, also added missing synchroni...Rafael H. Schloming2007-10-051-13/+35
* disabled MINA buffer poolingRafael H. Schloming2007-10-051-0/+5
* replaced random printlns with strategically placed log statements, also added...Rafael H. Schloming2007-10-0516-63/+335
* moved codec --> transport.codec to avoid conflicts with qpid namespaceRafael H. Schloming2007-10-0412-13/+13
* Changed to send message ack when requiredArnaud Simon2007-10-041-1/+1
* Changed to use message.recover instead of message.releaseArnaud Simon2007-10-031-1/+1
* applied patch from gsim to fix order of bit decodingRafael H. Schloming2007-10-031-4/+1