summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-5138: Add preferences provider REST interfacesAlex Rudyy2013-09-143-0/+160
* QPID-5138: Integrate preferences provider into Broker model, create associati...Alex Rudyy2013-09-1427-63/+801
* QPID-5138: Introduce preferences provider interface and its implementation st...Alex Rudyy2013-09-143-0/+901
* Introduce UpdatableGrid widgetAlex Rudyy2013-09-144-143/+210
* QPID-4944: HA fix failure of test_failover_send_receive on slow machines.Alan Conway2013-09-132-2/+2
* QPID-4944: HA re-enable test_failover_send_receiveAlan Conway2013-09-123-26/+35
* QPID-5122: windows cleanupCharles E. Rolke2013-09-121-1/+1
* QPID-5103: Support for finding an installed proton that works on windowsCharles E. Rolke2013-09-121-0/+23
* QPID-5122: QPID-5134: fix build on windows by avoiding use of templated Buffe...Gordon Sim2013-09-122-8/+15
* QPID-5133: Add option to the spout examples to enable durable messagesDarryl L. Pierce2013-09-114-1/+26
* QPID-5132: HA crash in test_tx_join_leave caused by double delete of queue. Alan Conway2013-09-117-28/+42