summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-2370 : Committing patch to improve broker logging. This will not cleanly...Martin Ritchie2010-02-053-17/+55
* QPID-2379: update the generated output dir to be consistent with its package ...Robert Gemmell2010-02-051-1/+1
* QPID-1535 : Update to FailoverMethodTest to address testNoFailover failures. ...Martin Ritchie2010-02-051-4/+24
* Disabled the org.apache.qpid.management.wsdm.WsDmAdapterTestRajith Muditha Attapattu2010-02-041-0/+2
* QPID-2261: add multi-msg query response support. Fix mailbox code to allow m...Kenneth Anthony Giusti2010-02-045-232/+546
* Added encode/decode/encodedSize methods for management objects.Ted Ross2010-02-046-42/+86
* Correct periodic flush logic in MessageReplayTrackerGordon Sim2010-02-041-1/+1
* Removed the ClientProperties.java I added to a wrong package nameRajith Muditha Attapattu2010-02-032-143/+1
* This is related to QPID-1831Rajith Muditha Attapattu2010-02-033-0/+366
* This contains a test for QPID-1831 and import modifications as a result of th...Rajith Muditha Attapattu2010-02-034-3/+354
* This is related to QPID-1831Rajith Muditha Attapattu2010-02-039-91/+632
* This is related to QPID-2343Rajith Muditha Attapattu2010-02-034-0/+562
* Added the property broker.languageRajith Muditha Attapattu2010-02-031-0/+1
* QPID-2261: 1) remove direct reference to schema in QmfData (use schema id ins...Kenneth Anthony Giusti2010-02-037-200/+327
* Added hook to retrieve priority from the delivery properties of a message.Ted Ross2010-02-034-0/+13
* Changes to management code generation:Ted Ross2010-02-037-29/+107
* Fix cluster bug introduced in r905674, incorrect frame-sequence count.Alan Conway2010-02-021-1/+1
* QPID-1982 - Don't allocate more than one instance of a PipeHandle.Ted Ross2010-02-021-1/+2
* QPID-2384: Fix for problem of cluster nodes recovering from both cluster and ...Kim van der Riet2010-02-021-1/+3
* Cluster: fix update of failover exchange.Alan Conway2010-02-024-6/+13
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-024-10/+39
* Add missing QPID_COMMON_EXTERN to pair-returning insert() - it's now called b...Stephen D. Huston2010-02-021-1/+1
* QPID-2378: Necessary License files for the WCF release artifact (from Cliff J...Andrew Stitcher2010-02-022-0/+223
* QPID-2313: Update to WCF Release notes (from Cliff Jansen)Andrew Stitcher2010-02-021-24/+51
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-027-13/+47
* The testing is failing on the c++ broker. Probably due to a slight difference...Rajith Muditha Attapattu2010-02-021-0/+2
* QPID-2261: add schema_id to object query target params. Add more testsKenneth Anthony Giusti2010-02-017-170/+549
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-0110-44/+515
* Added missing binding_key values to the headers bindings. This allows the bi...Ted Ross2010-02-011-2/+2
* QPID-2379 : Updates to deal with changes to management specRobert Godfrey2010-01-312-0/+14
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-31188-2468/+14786
* Improved the comments describing the notification mechanisms.Ted Ross2010-01-291-11/+18
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-2915-78/+298
* QPID-2365 - Reroute messages from a queue featureTed Ross2010-01-294-10/+134
* QPID-2251, QPID-1982 - Added alternative to non-portable FD notifier in the c...Ted Ross2010-01-293-18/+74
* removed extraneous cruftRafael H. Schloming2010-01-293-216/+0
* added reconnect_delay, reconnect_limit, and backups option to ConnectionRafael H. Schloming2010-01-295-21/+91
* Change the heuristic used to alter the send estimate up and down.Michael Goulish2010-01-291-2/+2
* Corrected a mistake I made in rev904375Rajith Muditha Attapattu2010-01-291-2/+2
* test_enf.sh: Added missing directories to PATHAlan Conway2010-01-291-1/+1
* Apply part of patch msvc2005.patch from QPID-2371.Stephen D. Huston2010-01-291-0/+1
* QPID-2374: fix conditional compile based on configKenneth Anthony Giusti2010-01-291-1/+4
* Fixed missing ManagementAgent test, causing core dumps in cluster with --mgmt...Alan Conway2010-01-291-8/+9
* added a null check for connection settingsRajith Muditha Attapattu2010-01-291-2/+4
* Added missing QPID_COMMON_EXTERN decorators to fix Windows build. Resolves QP...Stephen D. Huston2010-01-281-2/+5
* QPID-2374: Null authenticator now checks for SSL if --encryption-required spe...Kenneth Anthony Giusti2010-01-282-3/+8
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-288-0/+87
* QPID-2261: Rework query impl to use list-based approachKenneth Anthony Giusti2010-01-287-213/+264
* Fixed cluster error "Not enough for multicast header"Alan Conway2010-01-282-9/+8
* moved pprint from JAddr into separate utility class and use it from Address t...Rafael H. Schloming2010-01-283-112/+156