summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Merged out from trunkQPID-2519Stephen D. Huston2011-10-211120-88906/+35639
* Undo bad merge from trunk - merged at wrong level.Stephen D. Huston2011-10-211120-35382/+89006
* Merge trunk to QPID-2519 branchStephen D. Huston2011-10-201119-88879/+35255
* QPID-3029: Set channel and heatbeat max to correct valuesAndrew Donald Kennedy2011-02-181-5/+2
* QPID-3065: Tidy up unused parts of DisassemblerAndrew Donald Kennedy2011-02-171-25/+5
* QPID-3028: only hold the bytes for the cached string, instead of the entire n...Robert Gemmell2011-02-172-1/+18
* QPID-3028: use a small array and companion HashMap to store the incomplete Me...Robert Gemmell2011-02-171-13/+42
* QPID-3028: make assembler and disassembler use a static ThreadLocal for its B...Robert Gemmell2011-02-173-7/+12
* QPID-3066: Correct conditions for running UTF8TestAndrew Donald Kennedy2011-02-171-23/+12
* QPID-3065: Send header and frame data as single bufferAndrew Donald Kennedy2011-02-171-10/+13
* QPID-3008: Fix failover behaviour in 0-10 for QueueBrowserAutoAckTestAndrew Donald Kennedy2011-02-173-26/+12
* QPID-3047: Fix QueueDepthWithSelectorTest on 0-10Andrew Donald Kennedy2011-02-172-111/+31
* QPID-3048: InternalBrokerBasecase not removing all log actorsAndrew Donald Kennedy2011-02-172-12/+13
* QPID-3016: Store soft references to ReplyTo destinationsAndrew Donald Kennedy2011-02-171-14/+11
* QPID-3056: remove the unused SSL certificate, and then also the newly-empty r...Robert Gemmell2011-02-141-0/+0
* QPID-3055Rajith Muditha Attapattu2011-02-144-118/+70
* QPID-3054: remove unused java/systests/src/old_test contentsRobert Gemmell2011-02-147-1235/+0
* QPID-3050Rajith Muditha Attapattu2011-02-121-1/+1
* QPID-3043Rajith Muditha Attapattu2011-02-111-1/+1
* QPID-3043Rajith Muditha Attapattu2011-02-092-3/+23
* QPID-2994Rajith Muditha Attapattu2011-02-092-3/+16
* QPID-3042Rajith Muditha Attapattu2011-02-091-0/+11
* QPID-2994Rajith Muditha Attapattu2011-02-081-1/+11
* QPID-1916: default to using a local repo in the scratch dir (configurable wit...Robert Gemmell2011-02-082-5/+15
* QPID-2900: Changed SimpleAMQQueue to avoid race condition in the updating ato...Robert Gemmell2011-02-086-28/+396
* QPID-1916: use module.depends to indicate module interdependencies in generat...Robert Gemmell2011-02-071-1/+4
* QPID-2977: simply specify the required dep info in a file rather than using f...Robert Gemmell2011-02-0742-2678/+472
* QPID-1916: updates to allow creation of maven artifacts for client+common mod...Robert Gemmell2011-02-074-7/+71
* QPID-3039: explicitly define which debug info to include in the compiled clas...Robert Gemmell2011-02-061-1/+1
* QPID-3029: actually set and negotiate the supported max num channels per conn...Robert Gemmell2011-02-0419-196/+298
* QPID-3021: ensure the connection actor is used for connection control events ...Robert Gemmell2011-02-045-6/+33
* QPID-1670: Implement an UncaughtExceptionHandler to log exceptions causing t...Robert Gemmell2011-02-0410-70/+480
* QPID-3017: improve error handling for the new transaction classes, add some l...Robert Gemmell2011-01-2810-124/+1581
* Modified the test cases according to the fix made for QPID-3019Rajith Muditha Attapattu2011-01-281-3/+3
* QPID-3013: use an equation based delta threshold that takes processor count i...Robert Gemmell2011-01-271-8/+5
* QPID-3022: enable the logging tests and fix issues causing failures due to mi...Robert Gemmell2011-01-277-24/+52
* QPID-3023: enable using the ServerConfiguration directly instead of leveragin...Robert Gemmell2011-01-274-59/+24
* QPID-3021: set the session/connection actor when the connection recieves new ...Robert Gemmell2011-01-277-16/+66
* QPID-3020: fix _logActor variable shadowing, use CurrentActor to log Sub crea...Robert Gemmell2011-01-252-6/+6
* QPID-3019Rajith Muditha Attapattu2011-01-256-14/+47
* QPID-3014: create and use a connection actor directly, it doesnt need to be p...Robert Gemmell2011-01-243-5/+10
* QPID-2902: remove exclusion for LargeMessageTest, I believe QPID-3010 also re...Robert Gemmell2011-01-211-1/+0
* QPID-3010: ensure the SimpleByteBufferAllocator is always used and non-direct...Robert Gemmell2011-01-214-48/+8
* QPID-3013: create an initial connection to force thread pool startup before t...Robert Gemmell2011-01-211-0/+6
* QPID-3012: reduce the cycle count such that 100 connections are used instead ...Robert Gemmell2011-01-211-1/+1
* QPID-3011Rajith Muditha Attapattu2011-01-202-8/+26
* While commiting a fix for QPID-2994 I accidently modified the timeout value.Rajith Muditha Attapattu2011-01-111-1/+1
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-111-0/+12
* QPID-2995Rajith Muditha Attapattu2011-01-111-0/+4
* QPID-2994Rajith Muditha Attapattu2011-01-112-3/+10