summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-2857: Fix issue identified by running FindBugs across the codebase. Clos...Robert Gemmell2010-10-011-4/+11
* Improvements to output & message distribution for qpid-cpp-benchmark.Alan Conway2010-09-304-6/+11
* Add missing files to EXTRA_DIST.Alan Conway2010-09-301-2/+6
* qpid-test-cluster: script to start a multi-host test cluster.Alan Conway2010-09-303-1/+97
* Extending qpid-cpp-benchmark for cluster testingAlan Conway2010-09-302-42/+74
* Add missing cluster test scripts to EXTRA_DIST.Alan Conway2010-09-301-1/+2
* QPID-2888: qmf v2 agent will republish all data on broker reconnect.Kenneth Anthony Giusti2010-09-302-6/+10
* QPID-2857: Fix issue identified by running FindBugs across the codebase. Rele...Robert Gemmell2010-09-301-19/+22
* Added the ability to load the store module via installed rpms or using an exp...Rajith Muditha Attapattu2010-09-302-122/+74
* A connection listener is set to all connections, to catch any connection leve...Rajith Muditha Attapattu2010-09-301-2/+10
* QPID-2857: close the input stream used when loading properties files for JNDI...Robert Gemmell2010-09-291-1/+10
* Remove defunct old scriptRobert Gemmell2010-09-291-22/+0
* Added a failover test case that uses durable subscriptions.Rajith Muditha Attapattu2010-09-291-1/+37
* Improved the error handling and modified the parameters to pass in an address...Rajith Muditha Attapattu2010-09-291-30/+47
* Modified the Sender and Receiver to work with the new addressing strings.Rajith Muditha Attapattu2010-09-293-130/+103
* new-cluster-design.txt: added note on async replication.Alan Conway2010-09-281-6/+21
* Ensure that a rejected message is also dequeued.Jonathan Robie2010-09-281-0/+2
* ignore all files (except the already versioned README.txt) in cobertura and f...Robert Gemmell2010-09-280-0/+0
* QPID-2834: Implement subscriptions (SUB) operational logging on 0-10 Andrew Donald Kennedy2010-09-281-1/+6
* sign grkvlt@apache.orgRobert Gemmell2010-09-271-26/+39
* QPID-2857: Remove the FindBugs binarys from the repository and add instructio...Robert Gemmell2010-09-2733-1479/+37
* add missing Apache licenceRobert Gemmell2010-09-271-1/+21
* QPID-2862: immediately cancel a pending getObjects or method call if the brok...Kenneth Anthony Giusti2010-09-271-12/+32
* Signed robbie@apache.org, added grkvlt@apache.org keysAndrew Donald Kennedy2010-09-271-25/+72
* Scripts using rsync and ssh to assist cluster testing:Alan Conway2010-09-275-0/+188
* Added install_env.sh to set environment variables to use an install prefix.Alan Conway2010-09-274-7/+35
* QPID-2834: Implement subscriptions (SUB) operational logging on 0-10Andrew Donald Kennedy2010-09-272-3/+15
* QPID-2801: Implement LogSubject Interface in 0-10 Subscription/ServerConnect...Andrew Donald Kennedy2010-09-273-18/+135
* QPID-2872: make the broker indicate a heartbeat max of 0sec to cause the clie...Robert Gemmell2010-09-262-1/+13
* QPID-2877: remove erroneous space from labelRobert Gemmell2010-09-261-1/+1
* 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