summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : set svn:eol-style to nativeRobert Godfrey2013-09-2554-7988/+7988
* QPID-5138: Convert the time displayed in log viewer, message viewer, etc into...Alex Rudyy2013-09-258-124/+463
* QPID-5166 : Lazily create dispatcher thread in JMS Session implementation (p...Robert Godfrey2013-09-251-2/+6
* QPID-5156: export broker symbol now used in amqp moduleGordon Sim2013-09-251-1/+1
* QPID-5156: prevent tests for assert functionality with swigged client failing...Gordon Sim2013-09-251-0/+13
* QPID-5150: further fixes for QMFv2 over AMQP 1.0; use content from converted ...Gordon Sim2013-09-251-9/+11
* QPID-4604: C++ Broker queue creation limit bugfix - patch from Ernie AllenCharles E. Rolke2013-09-241-2/+3
* QPID-5142: require swig client to be explicitly selected for testsGordon Sim2013-09-242-3/+8
* QPID-5155: Install proton library when included in windows buildCharles E. Rolke2013-09-241-0/+13
* QPID-5170: if peer settles without setting state, treat as acceptGordon Sim2013-09-241-1/+5
* QPID-5168: less restrictive treatment of reply to addressesGordon Sim2013-09-241-1/+9
* QPID-5156: add tests for assert functionalityGordon Sim2013-09-242-1/+129
* QPID-5156: check node properties on assertGordon Sim2013-09-245-30/+304
* QPID-5048: move extraction of the broker release binary for system testing us...Robert Gemmell2013-09-243-3/+3
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-2337-0/+4241
* QPID-5164: remove use of qpid-all.jar from scripts, use classpath wildcard ex...Robert Gemmell2013-09-235-9/+9
* QPID-5161: prevent StoreOverfullTest from infinite looping if the client isn'...Robert Gemmell2013-09-231-0/+29
* QPID-5161: make UTF8Test use the resources in the jar instead of searching fo...Robert Gemmell2013-09-232-4/+9
* QPID-5161: make QTC able to generate the test.excludesfiles property contents...Robert Gemmell2013-09-231-2/+17
* QPID-5161: make QBTC use the canonical working dir, and throw an exception if...Robert Gemmell2013-09-231-1/+20
* QPID-5161: use a full test implementation of MessageMetaDataType to ensure th...Robert Gemmell2013-09-235-11/+296
* QPID-5163: move generation of the ACL log messages to broker-core alongside a...Robert Gemmell2013-09-233-7/+1
* QPID-5162: move the bdbstore-specific systests to their own moduleRobert Gemmell2013-09-2312-24/+100
* QPID-5161: update CloseOnNoRouteForMandatoryMessageTest to account for an add...Robert Gemmell2013-09-231-0/+18
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-2334-54/+455
* QPID-5159: fixups after previous directory rename of broker to broker-coreRobert Gemmell2013-09-2335-104/+139
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-23601-0/+0
* QPID-5158: extract the generation process for the common and broker modules i...Robert Gemmell2013-09-236-131/+243
* QPID-5157: Remove dead target whose execution is conditional on a property wh...Robert Gemmell2013-09-232-23/+1
* QPID-5157: remove unused test-only mock implementationRobert Gemmell2013-09-231-105/+0
* QPID-2926: Better solution for instantiating qpid::messaging::Handle<> specia...Andrew Stitcher2013-09-237-76/+18
* QPID-5084: Track durable queue ownership across restarts; a patch from Pavel ...Justin Ross2013-09-234-0/+27
* QPID-5153: Implement Encoding::getPropertyAsString() for 1.0 format messageGordon Sim2013-09-232-6/+65
* QPID-5154: Further corrections to the Connection API doc; a patch from Ernie ...Justin Ross2013-09-231-8/+3
* QPID-5146: fix for older boost (or perhaps older compiler)Gordon Sim2013-09-231-2/+4
* QPID-5152: handling of exchange properties for create-on-demand with 1.0Gordon Sim2013-09-204-2/+10
* QPID-5151: reroute messages to alt exchange if not delievered to any queuesGordon Sim2013-09-201-0/+5
* QPID-5140: removed unnecessary and peculiar assignmentGordon Sim2013-09-201-1/+0
* QPID-5150: fixes for QMFv2 over AMQP 1.0Gordon Sim2013-09-204-9/+20
* QPID-5149: truncate over large routing keys when translating from 1.0 to 0-10Gordon Sim2013-09-202-1/+9
* QPID-5148: proper handling of ttl on 1.0 pathGordon Sim2013-09-204-3/+6
* QPID-5147: improvements to error handlingGordon Sim2013-09-202-9/+17
* QPID-5146: fix handling of capabilitiesGordon Sim2013-09-203-46/+118
* QPID-5144: Add the Python examples to the python-qpid_-messaging file.Darryl L. Pierce2013-09-191-1/+3
* QPID-5138: Add functionality to delete user preferences from web management c...Alex Rudyy2013-09-194-42/+148
* QPID-5138: Protect user preferences operations with ACLAlex Rudyy2013-09-1910-1/+402
* QPID-4924: restore examples to the pure python componentGordon Sim2013-09-196-0/+593
* QPID-4952: Fix swigged python tests which were disabled by previous commitGordon Sim2013-09-192-2/+2
* QPID-4924: Move the Python examples under the bindings directory.Darryl L. Pierce2013-09-187-0/+0
* QPID-4924: Created the console Python example app.Darryl L. Pierce2013-09-182-1/+100