summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed spurious commentTed Ross2010-09-151-1/+1
* Minor enhancements to docs (extra connection options, cross reference node pr...Gordon Sim2010-09-151-1/+42
* Trivial change to BNF use the SLASH terminal already definedGordon Sim2010-09-151-2/+2
* QPID-2851: Replace ambiguous and confusing use of 'queue' with something clea...Gordon Sim2010-09-151-1/+1
* Changed hello world example to include connection options.Jonathan Robie2010-09-141-1/+3
* Adds a parameter to several examples to allow connection options to be specif...Jonathan Robie2010-09-146-10/+19
* Fixed a thread safety issue in which the managementObjects map was used in an...Ted Ross2010-09-142-55/+66
* QPID-2749: add -XX:+ExplicitGCInvokesConcurrent arg to ensure that the GCs pr...Robert Gemmell2010-09-142-4/+2
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-12159-1285/+1803
* QPID-2856 : Attempting deltion of a default exchange should cause 530 not-all...Robert Godfrey2010-09-121-1/+21
* QPID-2855 : Broker Transport should not block on awaiting session close confi...Robert Godfrey2010-09-123-16/+47
* QPID-2854 : Correct implemention of 0-10 Queue Exclusivity in the Java BrokerRobert Godfrey2010-09-121-43/+30
* QMF: bugfix - ack message even if handler throws an exception.Kenneth Anthony Giusti2010-09-101-102/+112
* QMF: bugfix - heartbeats arriving on wrong queue.Kenneth Anthony Giusti2010-09-101-1/+6
* fixed detach to not hang on session error, fixed the tests to include a timeo...Rafael H. Schloming2010-09-103-2/+6