summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-4924: Fixed the Python examples to use the new Python moduleDarryl L. Pierce2013-09-187-31/+56
* NO-JIRA: HA Primary should not log messages for unreplicated queues and excha...Alan Conway2013-09-181-13/+17
* NO-JIRA: HA minor log improvement in StatusCheckAlan Conway2013-09-181-0/+2
* NO-JIRA: added -l USER option to rsynchosts script.Alan Conway2013-09-181-2/+10
* QPID-5140: Add get/set methods to MessagePropertiesDarryl L. Pierce2013-09-182-0/+8
* QPID-4952: Added ChangeLog entry for Python rename.Darryl L. Pierce2013-09-181-1/+3
* QPID-4952: Renamed the Swig Python binding module to qpid_messagingDarryl L. Pierce2013-09-183-24/+25
* QPID-5143: don't include transport in default url as it overrides any connect...Gordon Sim2013-09-183-3/+3
* QPID-5141: always set content object on 0-10 path (unless explicitly asked no...Gordon Sim2013-09-181-0/+12
* QPID-5138: Change http management to use AuthenticationProvider for getting r...Alex Rudyy2013-09-177-40/+39
* QPID-5138: Disallow setting of preferneces provider for anonymous authenticat...Alex Rudyy2013-09-179-78/+138
* NO-JIRA: missing includes that are really neededAndrew Stitcher2013-09-166-0/+9
* QPID-5134: Export specialized versions of qpid::framing::Buffer::getUIntAndrew Stitcher2013-09-161-8/+8
* NO-JIRA: Remove background in qpid logo from web management consoleAlex Rudyy2013-09-141-0/+0
* QPID-5138: Add preferences UI into web management consoleAlex Rudyy2013-09-1411-7/+479
* QPID-5138: Add preferences REST interfaces to get, set and delete preferencesAlex Rudyy2013-09-146-0/+532
* QPID-5138: Add UI into web management console for creation and editing prefer...Alex Rudyy2013-09-1414-55/+727