summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't generate debug snapshot messages unless debug logging enabled.Alan Conway2010-03-054-15/+14
* Updated SASL support gridGordon Sim2010-03-051-7/+7
* QPID-2434: add timestamp files to CLEANFILES listKenneth Anthony Giusti2010-03-051-1/+1
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-0535-107/+288
* made drain work on messages as well as contentRafael H. Schloming2010-03-053-32/+44
* Allow builder to generate developer docs as well as user API docs.Stephen D. Huston2010-03-051-1/+4
* Fix to run topictest correctly on Windows.Stephen D. Huston2010-03-052-10/+13
* QPID-2429: Added extra test.Gordon Sim2010-03-041-0/+10
* QPID-2429: Use explicit check for void value rather than relaying on empty() ...Gordon Sim2010-03-041-1/+1
* fixed message comparison to allow for decrementing of the ttlRafael H. Schloming2010-03-041-1/+4
* Increase timeout for python cluster tests, was timing out prematurely in some...Alan Conway2010-03-041-3/+3
* Added testagent/schema.xml to EXTRA_DIST, was causing make distcheck to fail.Alan Conway2010-03-041-0/+1
* added priority and ttl message propertiesRafael H. Schloming2010-03-043-2/+17
* QPID-2379: defer getShadow property to ConnectionConfig objects instead of ha...Robert Gemmell2010-03-045-3/+18
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-0421-27/+50
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-0412-10/+66
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-0411-14/+92
* QPID-2379: increase the QMF management update interval from 10ms to 10secRobert Gemmell2010-03-041-1/+1
* QPID-2379: add TxnStarts, TxnCommits, TxnRejects, TxnCount on Session delegateRobert Gemmell2010-03-044-10/+111
* QPID-2379: add ConsumerCountHigh to Queue delegateRobert Gemmell2010-03-044-3/+23
* This is a fix for QPID-2428Rajith Muditha Attapattu2010-03-041-1/+1
* BasicMessageProducer_0_10.java contains a fix for QPID-2428.Rajith Muditha Attapattu2010-03-043-4/+19
* Moved the scripts and config files to the tools module as the Perf Producer a...Rajith Muditha Attapattu2010-03-045-214/+4
* Increase test_watchdog interval to avoid spurious test failures.Alan Conway2010-03-031-2/+2
* Amended cluster error message for decoding failures.Alan Conway2010-03-031-1/+1
* Extended cluster_tests.test_management exposes a bug.Alan Conway2010-03-034-30/+77
* Added tests/testagent, a simple QMF agent for use in tests.Alan Conway2010-03-035-0/+323
* Minor improvements to brokertest framework.Alan Conway2010-03-031-26/+83
* QPID-2386: added username (if available) to log entry for failed authentication.Gordon Sim2010-03-031-19/+22
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-0318-90/+138
* QPID-2427: Align browsing option with approach used in python clientGordon Sim2010-03-032-3/+16
* QPID-2426: Check for empty name in address when resolvingGordon Sim2010-03-031-0/+3
* QPID-2417: add a volume test for transient message delivery using topics + se...Robert Gemmell2010-03-032-0/+348
* Moved the slf4j-log4j deps to the common libs. If one only builds the client ...Rajith Muditha Attapattu2010-03-021-2/+2
* QPID-2261: fix agent indication heartbeat generation and handling.Kenneth Anthony Giusti2010-03-023-18/+16
* Removed superfluous "Apache Qpid : " string, which the Wiki inserted into mos...Jonathan Robie2010-03-0151-51/+51
* Fixed many links, added Apache header to each file. Jonathan Robie2010-03-0163-349/+494
* Fix: decoding error causes cluster broker to exit.Alan Conway2010-03-011-4/+16
* Add support for displaying subscriptions, with connection and queue infoNuno Santos2010-03-011-2/+53
* added setup.py for qpid-testsRafael H. Schloming2010-03-011-0/+31
* QPID-2261: split error logging and debug tracing into separate loggersKenneth Anthony Giusti2010-03-013-382/+188
* QPID-2261: object subscriptions, and testsKenneth Anthony Giusti2010-03-014-170/+464
* Small Hack to allow Windows to compile without error until the qmfv2 changes ...Andrew Stitcher2010-02-261-1/+4
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-265-0/+67
* temporary workaround for problem log statementRafael H. Schloming2010-02-261-1/+2
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-264-3/+10
* fixed reconnectRafael H. Schloming2010-02-261-4/+4
* QPID-2417: update exclude files with correct test name and locations to allow...Robert Gemmell2010-02-263-2/+4
* split engine into a separate classRafael H. Schloming2010-02-262-107/+122
* Last member of a cluster always has clean store.Alan Conway2010-02-254-17/+55