summaryrefslogtreecommitdiff
path: root/java/common/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-933 : performance tweaksRobert Godfrey2008-04-163-27/+59
* QPID-900 : Re-use byte[] of buffer for backing of AMQShortStringRobert Godfrey2008-04-161-5/+30
* QPID-899 : Bug in AMQShortString on tokenized substringsRobert Godfrey2008-04-162-4/+55
* Add licenscesAidan Skinner2008-03-313-0/+63
* QPID-847 : Prevented the InvalidArgumentException from closing the connection.Martin Ritchie2008-03-183-0/+17
* QPID-592 : Parameterised the Read/Write buffer limits. On the broker extra co...Martin Ritchie2008-03-142-8/+12
* QPID-107 : Changes based on code review. Martin Ritchie2008-03-102-15/+15
* QPID-806 : Added startsWith and endsWith methods to AMQShortString, including...Martin Ritchie2008-02-252-620/+754
* QPID-790 : Performance ImprovementsRobert Godfrey2008-02-222-34/+9
* QPID-790 : Performance ImprovementsRobert Godfrey2008-02-2118-151/+1816
* Qpid-594: make AMQConnection listen for exceptions that are thrown asynchrono...Aidan Skinner2008-02-191-40/+47
* QPID-9 : Nested field tables implemented. Also wrote a test that encodes/deco...Rupert Smith2008-02-144-107/+331
* QPID-790 : Performance ImprovementsRobert Godfrey2008-02-136-25/+86
* QPID-789 : FieldTable putDataInBuffer method not thread safeRobert Godfrey2008-02-131-3/+5
* QPID-588: change instances of trace() and isTraceEnabled to debug equivalent ...Aidan Skinner2008-02-081-13/+13
* Merged revisions 608477,609961,610475,610479,610806,611146 via svnmerge from Aidan Skinner2008-01-281-0/+8
* Merged revisions 598285,598619,598721,598834-598835,599375,599531,599533,5995...Aidan Skinner2008-01-244-144/+483
* QPID-718 : NPE when binding queue with null routing keyRobert Godfrey2008-01-031-0/+2
* QPID-92, QPID-564 : Upgraded Mina to 1.0.1 still not good enough but all futu...Martin Ritchie2007-11-2610-0/+3732
* QPID-567 : Add mutliversion support to Qpid/Java, fixed client support when s...Robert Godfrey2007-11-261-3/+14
* QPID-567 : Add mutliversion support to Qpid/Java.Robert Godfrey2007-11-2421-151/+739
* Qpid-558 : Patch provided by Aidan Skinner addressing AMQShortString not auto...Martin Ritchie2007-10-051-0/+1
* QPID-604 Commited patch provided by Aidan Skinner, to prevent NPE in FieldTable.Martin Ritchie2007-09-251-1/+4
* Refactored interop tests into general distributed test framework. Moved frame...Rupert Smith2007-07-251-6/+8
* Update fix incorrect license headers.Martin Ritchie2007-07-182-22/+28
* QPID-541 : Change to use threadlocal maps for intern for the common case to a...Robert Godfrey2007-07-171-12/+38
* QPID-541 A large portion of memory was being wasted in 32k ByteBuffers being ...Martin Ritchie2007-07-171-1/+31
* Various License header updates.Martin Ritchie2007-06-1811-0/+211
* Removed log4j dependency from client. Using slf4j instead, end-user to supply...Rupert Smith2007-06-1119-525/+529
* QPID-402: FailoverException falling through to client. All blocking operation...Rupert Smith2007-06-014-9/+21
* QPID-482 : Small performance tweaksRobert Godfrey2007-05-247-26/+69
* Documented all exception.Rupert Smith2007-05-2120-71/+212
* Added to the JavadocRupert Smith2007-05-1713-185/+728
* More Javadocing.Rupert Smith2007-05-154-18/+131
* Added to the Javadoc.Rupert Smith2007-05-147-67/+288
* Whitespace + Formatting.Martin Ritchie2007-05-091-18/+15
* QPID-482 : Small performance enhancementsRobert Godfrey2007-05-093-64/+86
* QPID-466 Updated FieldTable to ensure no Decimal value is set that is larger ...Martin Ritchie2007-05-071-0/+10
* QPID-466 Changes to FieldTable along with corresponding PropertyValueTest to ...Martin Ritchie2007-05-042-97/+134
* Removed accidental inclusion of copyright notices.Robert Greig2007-05-022-103/+117
* QPID-453 : AMQShortString should implement ComparableRobert Godfrey2007-04-161-1/+1
* Got rid of some uses of System.out instead of log4j logging.Robert Greig2007-04-091-59/+42
* Got rid of some uses of System.out instead of log4j logging.Robert Greig2007-04-093-216/+142
* Stopped throwing away exception causes.Robert Greig2007-04-096-27/+68
* Purged logging from exception constructors.Robert Greig2007-04-094-91/+43
* QPID-443 : Fix to transactionality of message publishingRobert Godfrey2007-04-052-0/+35
* Added simeple file copy function.Robert Greig2007-04-041-0/+36
* Added standard command line handlineRobert Greig2007-04-041-5/+37
* Correction to exception type thrown.Robert Greig2007-03-191-10/+10
* Commit of interop test stuff prior to M2 branch.Robert Greig2007-03-153-0/+471