summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* Fixed #ifndef for XQilla 2.1.3Jonathan Robie2010-03-081-1/+1
* Added hooks in the broker for QMFv2 management of the broker.Ted Ross2010-03-0810-102/+260
* This is a fix for QPID-2432Rajith Muditha Attapattu2010-03-052-37/+77
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-054-10/+6
* Tests for presence of xqilla/ast/XQEffectiveBooleanValue.hpp; if notJonathan Robie2010-03-051-0/+9
* Modified to either support the older XQilla 2.1.3 API or to useJonathan Robie2010-03-051-1/+11
* Fix QPID-2435. This patch removes the "publishNow" feature from the broker a...Ted Ross2010-03-053-40/+30
* Move Unicode BOM mark in dotnet visual studio project files backAndrew Stitcher2010-03-053-6/+6
* QPID-2412: updated notes for SASL EXTERNAL support and added option.Gordon Sim2010-03-051-7/+13
* 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