summaryrefslogtreecommitdiff
path: root/qpid/java/common
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-10182-3539/+4409
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-013-54/+67
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-0155-1217/+1984
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-019-3/+159
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-018-48/+185
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-0116-312/+243
* NO-JIRA: 1.0 sandbox merge from trunkRobert Godfrey2011-09-1048-1257/+837
* NO-JIRA: Merged from trunk to amqp-1-0 sandbox branchRobert Godfrey2011-09-0733-2126/+468
* NO-JIRA : Merged from trunkRobert Godfrey2011-08-292-11/+23
* NO-JIRA : Merge to 1-0 sandbox branch from current HEAD - r1160304Robert Godfrey2011-08-2217-338/+399
* NO-JIRA: Merged up to current HEAD on 1-0 sandbox branchRobert Godfrey2011-08-1575-7945/+2068
* Non-JIRA: Merged up to r1085000 onto 1-0 sandbox branchRobert Godfrey2011-08-156-5/+29
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-141-0/+2
* 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-3065: Send header and frame data as single bufferAndrew Donald Kennedy2011-02-171-10/+13
* QPID-3056: remove the unused SSL certificate, and then also the newly-empty r...Robert Gemmell2011-02-141-0/+0
* 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-3029: actually set and negotiate the supported max num channels per conn...Robert Gemmell2011-02-043-19/+61
* QPID-3021: ensure the connection actor is used for connection control events ...Robert Gemmell2011-02-044-0/+19
* QPID-1670: Implement an UncaughtExceptionHandler to log exceptions causing t...Robert Gemmell2011-02-046-34/+332
* QPID-3021: set the session/connection actor when the connection recieves new ...Robert Gemmell2011-01-272-6/+2
* QPID-3010: ensure the SimpleByteBufferAllocator is always used and non-direct...Robert Gemmell2011-01-211-8/+8
* While commiting a fix for QPID-2994 I accidently modified the timeout value.Rajith Muditha Attapattu2011-01-111-1/+1
* QPID-2995Rajith Muditha Attapattu2011-01-111-0/+4
* QPID-2994Rajith Muditha Attapattu2011-01-111-3/+9
* Increment version numbers from 0.7 to 0.8(docs) and 0.9(code)Robert Gemmell2010-11-071-1/+1
* add ASF licence to various files in the java treeRobert Gemmell2010-10-311-0/+19
* QPID-2839 Add channel (CHN) Operational Loggin on 0-10Andrew Donald Kennedy2010-10-032-3/+3
* QPID-2835 Implement CON Operational Logging on 0-10Andrew Donald Kennedy2010-10-033-14/+19
* QPID-2857: Fix issue identified by running FindBugs across the codebase. Clos...Robert Gemmell2010-10-011-4/+11
* QPID-2872: make the broker indicate a heartbeat max of 0sec to cause the clie...Robert Gemmell2010-09-261-1/+6
* QPID-2861Rajith Muditha Attapattu2010-09-211-1/+1
* QPID-2876Rajith Muditha Attapattu2010-09-211-2/+2
* QPID-2781: move broker process name tagging default from the common qpid-run ...Robert Gemmell2010-09-191-6/+0
* QPID-2619: move echo of the broker PID from common qpid-run script used by mu...Robert Gemmell2010-09-191-1/+1
* QPID-2861Rajith Muditha Attapattu2010-09-171-1/+11
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-1223-73/+162
* QPID-2855 : Broker Transport should not block on awaiting session close confi...Robert Godfrey2010-09-121-12/+28
* QPID-2829: Remove the o.a.q.transport.Echo class as it is not usedRobert Gemmell2010-09-051-73/+0
* QPID-2826: The class o.a.q.transport.Result is not used and can be safely rem...Robert Gemmell2010-09-051-30/+0
* QPID-2825: The class o.a.q.transport.Sink is not used and can be safely removedRobert Gemmell2010-09-051-138/+0
* QPID-2657: Correct handling of sync on 0-10 client session for exceptionsAndrew Donald Kennedy2010-08-135-30/+42