summaryrefslogtreecommitdiff
path: root/qpid/java/common/src
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkAidan Skinner2009-10-111-1/+0
* Fix bind error messageAidan Skinner2009-09-181-2/+2
* MINANetworkDriverTest: Make sure we sleep for at least the alloted time.Aidan Skinner2009-09-181-16/+20
* QPID-2024 QPID-2105: Remove now unnecessary classes like Event, PoolingFilter, Aidan Skinner2009-09-176-930/+70
* QPID-2015: Remove AMQIoTransportProtocolSession. Release the executor service...Aidan Skinner2009-09-161-3/+0
* QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-167-46/+253
* Merge from trunk Aidan Skinner2009-09-091-2/+4
* QPID-2025: Log errors instead of printStackTracing()Aidan Skinner2009-09-041-1/+7
* QPID-2025: Add a AMQProtocolEngine from the de-MINAfied AMQMinaProtocolSessio...Aidan Skinner2009-09-0115-106/+431
* QPID-2024: Change send to stash the future and have flush join on that so tha...Aidan Skinner2009-08-192-4/+16
* QPID-2024: Add ProtocolEngine and NetworkDriver interfaces and a NetworkDrive...Aidan Skinner2009-08-188-0/+1123
* QPID-2040: add a copy method to FileUtils that throws checked exceptions ins...Robert Gemmell2009-08-171-18/+31
* fixed session memory leak exposed by SessionCreateTestRafael H. Schloming2009-07-251-2/+0
* QPID-1992 : Addition of new Broker Logging FrameworkMartin Ritchie2009-07-222-78/+184
* QPID-1797: update bundle version format and output filenames, modify ant bund...Robert Gemmell2009-07-111-2/+2
* fixed hang in SSL client, ssl profile still fails due to port conflicts, but ...Rafael H. Schloming2009-07-012-14/+24
* cleaned up extraneous whitespaceRafael H. Schloming2009-06-302-83/+83
* made test ports configurable; this required adding variable expansion to Prop...Rafael H. Schloming2009-06-181-0/+144
* QPID-1893: echo back a heartbeat when we receive oneRafael H. Schloming2009-06-081-0/+5
* This is related to QPID-1875Rajith Muditha Attapattu2009-05-281-1/+1
* This is related to QPID-1854Rajith Muditha Attapattu2009-05-141-1/+8
* This is related to QPID-1853. Since the socket is being closed inside the fin...Rajith Muditha Attapattu2009-05-141-1/+0
* This is a fix for QPID-1857Rajith Muditha Attapattu2009-05-131-0/+2
* This is a fix for QPID-1854Rajith Muditha Attapattu2009-05-131-0/+1
* This is a fix for QPID-1853. We now close the socket in the finnally block.Rajith Muditha Attapattu2009-05-131-0/+8
* This is related to QPID-1839Rajith Muditha Attapattu2009-05-041-2/+12
* QPID-1803 : Fixed potential NPE in FileUtils.deleteMartin Ritchie2009-04-101-2/+10
* QPID-1798: Update AMQQueueMBean to use new constant value of DeliveryMode, re...Robert Gemmell2009-04-101-0/+4
* This is a fix for QPID-1773Rajith Muditha Attapattu2009-03-241-1/+14
* This is to correct a mistake pointed out in the dev listRajith Muditha Attapattu2009-03-241-1/+1
* Fix for QPID-1761 and QPID-1762: made BBEncoder.grow() flip the buffer before...Rafael H. Schloming2009-03-202-0/+58
* These classes are not used in any meaningful way.Rajith Muditha Attapattu2009-03-191-200/+0
* Removed false positive return from FU.delete(). Delete mirrors functionality ...Martin Ritchie2009-03-092-8/+16
* FileUtils would report a failure to delete a non-existent fileMartin Ritchie2009-03-092-2/+12
* FileUtils : Was not correctly handling the case where a File object became nu...Martin Ritchie2009-03-061-7/+8
* QPID-1708: go into CLOSED instead of DETACHED state when there is an executio...Rafael H. Schloming2009-03-032-3/+60
* Added check for when file reference becomes null, occurs if the file is exter...Martin Ritchie2009-03-021-3/+8
* QPID-1701: fixed potential deadlock on connection closeRafael H. Schloming2009-02-272-3/+3
* don't block unreliable commands during resumeRafael H. Schloming2009-02-261-1/+5
* Made the various receive variants check that the server queue is empty before...Rafael H. Schloming2009-02-256-10/+43
* QPID-1665: add a timer to ensure message acking is never delayed more than 10...Rafael H. Schloming2009-02-192-1/+25
* QPID-1658: added a byte limit for the number of commands in the session repla...Rafael H. Schloming2009-02-112-3/+25
* Merge branch 'QPID-1583'Aidan Skinner2009-02-111-2/+1
* Change package, remove dependency on Java DNS serverAidan Skinner2009-02-101-5/+6
* Borrow NetMatcher from JAMES. Should probably be moved to commons-net at some...Aidan Skinner2009-02-101-0/+264
* QPID-1652 : Created MessagePublishInfoImpl and Unit Test, removed the several...Martin Ritchie2009-02-094-89/+187
* Missed the modifications to FailoverRoundRobinServers.java during the commit ...Rajith Muditha Attapattu2009-02-091-2/+0
* Removing unused classes from the great refactoring period.Rajith Muditha Attapattu2009-02-098-858/+0
* This is related to QPID-1645Rajith Muditha Attapattu2009-02-092-5/+19
* QPID-1646: implemented handlers for producer flow control signalsRafael H. Schloming2009-02-053-4/+92