summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add some missing Apache licence headers to files in the Java treeRobert Gemmell2010-09-266-0/+101
* add my key to the KEYS fileRobert Gemmell2010-09-261-0/+58
* QPID-2884: Pass the method arguments on Subscription_0_10 upon creationAndrew Donald Kennedy2010-09-263-6/+14
* QPID-2833: Add a Generic Actor for 0-10 LoggingAndrew Donald Kennedy2010-09-262-0/+88
* Update new-cluster-design.txt, clarifications & notes.Alan Conway2010-09-241-13/+19
* Update new-cluster-design.txt: improvements to new members joining cluster.Alan Conway2010-09-241-3/+82
* QPID-2885: clean up memory leaks on C++ qmf console shutdown.Kenneth Anthony Giusti2010-09-242-0/+14
* QPID-2883: store events until schema response arrives.Kenneth Anthony Giusti2010-09-231-4/+50
* QPID-2883: call event handler when v2 events arrive.Kenneth Anthony Giusti2010-09-231-14/+44
* QPID-2879: The 0-10 Java Client is sending null arguments on messageSubscribeAndrew Donald Kennedy2010-09-231-1/+2
* Renamed swig-generated Ruby binding for QMF2 from "qmf2" to "cqmf2" to match theTed Ross2010-09-233-10/+547
* Design note on proposed new cluster design.Alan Conway2010-09-221-0/+277
* QPID-2880: allow boolean values in method call map/list arguments.Kenneth Anthony Giusti2010-09-223-7/+21
* Fixed qpid-stat to skip rows when the underlying data disappears during execu...Ted Ross2010-09-222-15/+20
* clarify a commentKenneth Anthony Giusti2010-09-221-1/+3
* Added type casts to literal numbers in cpp/src/tests/Qmf2.cpp.Ted Ross2010-09-221-7/+7
* Fix qpid-cluster-store tool for recent changes to UUID (see r995770)Gordon Sim2010-09-221-3/+3
* QPID-2882Rajith Muditha Attapattu2010-09-221-5/+13
* QPID-2881Rajith Muditha Attapattu2010-09-222-6/+8
* QMFv2 Additions:Ted Ross2010-09-2129-300/+1806
* Renamed the MessageStore interface truncateInit parameter to a more generic n...Kim van der Riet2010-09-211-7/+9
* QPID-2875: wait for federation configuration to settle before testing route p...Kenneth Anthony Giusti2010-09-211-21/+78
* QPID-2860: Have exchange declared as correct type if auto-createdGordon Sim2010-09-211-1/+1
* QPID-2786Rajith Muditha Attapattu2010-09-214-11/+52
* QPID-2861Rajith Muditha Attapattu2010-09-211-1/+1
* QPID-2876Rajith Muditha Attapattu2010-09-211-2/+2
* Increase timeout waiting for brokers to be ready.Alan Conway2010-09-201-1/+1
* QPID-2858: Implement FilterManager for 0-10 subscriptionsAndrew Donald Kennedy2010-09-202-14/+13
* QPID-2857: address a further 60 or so issues identified by running FindBugs a...Robert Gemmell2010-09-1935-217/+273
* QPID-2857: Increase max memory for the findbugs task to 512MB to prevent OOMERobert Gemmell2010-09-191-0/+1
* Remove unused/non-existent jar entry from startup script classpathRobert Gemmell2010-09-191-1/+1
* QPID-2781: move broker process name tagging default from the common qpid-run ...Robert Gemmell2010-09-192-6/+6
* QPID-2619: move echo of the broker PID from common qpid-run script used by mu...Robert Gemmell2010-09-192-1/+13
* QPID-2869: prevent entering the source queue as destinationRobert Gemmell2010-09-181-0/+8
* QPID-2868: guard against non-existent destinations when moving/copyingRobert Gemmell2010-09-181-3/+10
* QPID-2867: add support to the JMX management console for removing bindings fr...Robert Gemmell2010-09-183-13/+101
* QPID-2870: move the authorisation check outside the AtomicBoolean wrapped que...Robert Gemmell2010-09-181-5/+6
* QPID-2695: use exchangeName variable instead of exchange variable when loggin...Robert Gemmell2010-09-181-7/+8
* QPID-2704: simplify the implementation of SQEL scavenge() ability and add test.Robert Gemmell2010-09-182-51/+158
* Remove old commented out conflict marker, erroneous println debugging stateme...Robert Gemmell2010-09-183-12/+6
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-1719-52/+57
* QPID-2858: Implement FilterManager for 0-10 subscriptionsAndrew Donald Kennedy2010-09-171-1/+5
* QPID-2857 : Added findbugs task to the build to automate the procedure for fi...Robert Godfrey2010-09-1732-0/+1503
* QPID-2858: Implement FilterManager for 0-10 subscriptionsAndrew Donald Kennedy2010-09-171-1/+18
* QPID-2832: Collate all the LogSubject formatting strings in a static classAndrew Donald Kennedy2010-09-178-124/+144
* QPID-2842 - Fixed regression introduced in r992039.Ted Ross2010-09-171-0/+2
* QPID-2861Rajith Muditha Attapattu2010-09-171-1/+11
* Adding cast to list and map size comparisons to avoid signed/unsigned compari...Jonathan Robie2010-09-161-2/+2
* Fixes parsing problem with empty lists ('[]') in addresses, which previously ...Jonathan Robie2010-09-163-2/+26
* QPID-2859: Save the agent's name to the configuration file.Kenneth Anthony Giusti2010-09-152-20/+61