summaryrefslogtreecommitdiff
path: root/qpid/java/common
Commit message (Expand)AuthorAgeFilesLines
* QPID-1268 : Improved cleanup and fixed bug in FileUtils.readFileAsString() wh...Martin Ritchie2008-10-082-53/+107
* QPID-1268 : Added additional deleteDirectory method that behaves like rmdir, ...Martin Ritchie2008-10-032-32/+457
* qpid-1284: Qman on behalf AndreaArnaud Simon2008-09-292-0/+195
* QPID-1266 : Provided test for new stop() method. Updated RefCountExService to...Martin Ritchie2008-09-031-0/+9
* QPID-1268 : Added test for new methodsMartin Ritchie2008-09-021-0/+133
* QPID-1268 : Added single delete and recursive delete method to common FileUtils.Martin Ritchie2008-09-021-0/+31
* QPID-1263: fixed codegen to not ignore passed in boolean valuesRafael H. Schloming2008-08-292-1/+51
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-281-0/+18
* QPID-1258 add ASL to java files that were missing itAidan Skinner2008-08-2220-1/+421
* qpid-1251: changed close method for closing the underlying socket on windows ...Arnaud Simon2008-08-201-1/+8
* QPID-1244: fix for NPE on broker initiated connection close, also preserve th...Rafael H. Schloming2008-08-147-1/+129
* removed dead code from message Echo utility, and added a message Sink utilityRafael H. Schloming2008-08-132-3/+137
* QPID-1218: cleaned up the interface to IoTransport a bit; added IoAcceptor; f...Rafael H. Schloming2008-08-0911-103/+258
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-086-19/+37
* QPID-1218 Optionally use IoTransport, it's hot, but doesn't pass all the tes...Aidan Skinner2008-08-085-9/+155
* QPID-1222: round up the buffer size to the nearest power of twoRafael H. Schloming2008-08-061-2/+17
* QPID-1221: added customizable UUID generation and switched the default strate...Rafael H. Schloming2008-08-064-0/+193
* QPID-1219: cleanup of prior commit (r682887)Rafael H. Schloming2008-08-052-182/+6
* Profiling driven changes:Rafael H. Schloming2008-08-0525-681/+433
* QPID-1210: made qpid-run output level configurableRafael H. Schloming2008-07-311-13/+28
* QPID-1207: fixed io transport close to ensure threads shutdown properlyRafael H. Schloming2008-07-313-23/+57
* added defaulting of QPID_HOMERafael H. Schloming2008-07-301-1/+2
* QPID-1072: renamed org.apache.qpidity -> org.apache.qpidRafael H. Schloming2008-07-2989-292/+239
* QPID-1201: fixed some brainos in IoSenderRafael H. Schloming2008-07-291-3/+2
* QPID-1201: fixed up version of aidan's patch, there are still failures when r...Rafael H. Schloming2008-07-295-75/+39
* Updated the io transport to use a separate write thread with a circular buffe...Rafael H. Schloming2008-07-227-388/+520
* Moved the Reflection Wrapping code used by the system tests to the system tes...Martin Ritchie2008-07-172-272/+0
* Update to the logging to ensure QpidTestCase is always logged and standardize...Martin Ritchie2008-07-161-0/+3
* QPID-1177 : Added Protocol Level Debug logging. Uses a final static so should...Martin Ritchie2008-07-151-0/+2
* This is related to QPID-1102.Rajith Muditha Attapattu2008-07-152-28/+27
* Removed the non ASCII characters that are causing the build to minorly complain.Martin Ritchie2008-07-151-1/+0
* QPID-1062: moved channel id into the ProtocolEvent interface and removed Conn...Rafael H. Schloming2008-07-1014-116/+119
* Primarily profiling driven changes:Rafael H. Schloming2008-07-0929-618/+693
* QPID-962 Exception handling was... unpleasing... Fix up of patch from rhsAidan Skinner2008-07-031-0/+18
* QPID-1144 : Reference count drops to zero too early for immediate messages in...Robert Godfrey2008-06-201-1/+1
* QPID-950 : Broker refactoring, copied / merged from branchRobert Godfrey2008-06-1910-99/+705
* This is a fix for QPID-1140 and QPId-1141.Rajith Muditha Attapattu2008-06-162-31/+10
* QPID-901: add tests for RangeSet; fixed a bug found by the new testsRafael H. Schloming2008-06-164-21/+265
* QPID-901: set the frame track correctlyRafael H. Schloming2008-06-161-6/+4
* QPID-901: request known-completed every 64K incoming commands, fixed handling...Rafael H. Schloming2008-06-132-5/+52
* QPID-901: don't send known-completed for ranges we ignoreRafael H. Schloming2008-06-132-5/+18
* QPID-901: flush after every 64K commands issuedRafael H. Schloming2008-06-131-0/+7
* QPID-1129: unless otherwise specified, limit the receive buffer size to 64KRafael H. Schloming2008-06-101-1/+6
* QPID-901: made logging of ids less expensive, also limit how much data we dum...Rafael H. Schloming2008-06-093-4/+16
* QPID-901: added logging of sync bit and command-idRafael H. Schloming2008-06-094-3/+51
* QPID-1127: disable direct buffers as default.Arnaud Simon2008-06-091-0/+1
* QPID-1126: reuse channel numbers for sessions that have closed, and honor the...Rafael H. Schloming2008-06-075-12/+36
* QPID-1125: log exceptions destined to be swallowed by MINARafael H. Schloming2008-06-061-2/+11
* QPID-1062: merge writes of separate frames within an assembly, use sync flag ...Rafael H. Schloming2008-06-062-17/+61
* QPID-1116: fixed a race condition in connection/session close, session close ...Rafael H. Schloming2008-06-052-4/+20