summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-6167: ensure broker responds with a header for an enabled protocolGordon Sim2014-12-176-5/+36
* QPID-6269: trigger autodelete timer on queue recoveryGordon Sim2014-12-171-0/+4
* QPID-6267: honour policy timeout even if it is 0Gordon Sim2014-12-171-1/+1
* QPID-5003: Use correct property for delayed auto-delete. Explicit 0 timeout s...Gordon Sim2014-12-171-3/+4
* QPID-6252: AMQP 1.0 browsing client generates large number of errors on broke...Alan Conway2014-12-052-2/+4
* Revert "QPID-6252: AMQP 1.0 browsing client generates large number of errors ...Alan Conway2014-12-056-10/+5
* NO_JIRA: Update of ISSUES fileKim van der Riet2014-12-011-2/+11
* QPID-6252: AMQP 1.0 browsing client generates large number of errors on broker.Alan Conway2014-12-016-5/+10
* QPID-6213: qpidd misses heartbeatsCharles E. Rolke2014-12-012-11/+15
* NO-JIRA: Use absolute path for store directory in brokertest.pyAlan Conway2014-11-271-1/+1
* QPID-6248 [linearstore] Symlink creation fails if store dir path is not absoluteKim van der Riet2014-11-252-1/+16
* NO-JIRA: Improve the Timer/TimerTask documentation.Andrew Stitcher2014-11-251-0/+56
* NO-JIRA: Fix qpid-cpp-benchmark to work with activemq broker.Alan Conway2014-11-221-2/+8
* QPID-6241: Windows build fails. Add c-style cast to 0 for creating a null poi...Charles E. Rolke2014-11-211-1/+1
* NO-JIRA: Fix qpid-cpp-benchmark to support AMQP 1.0.Alan Conway2014-11-211-22/+63
* QPID-4710: fix decoding of transtional outcomeGordon Sim2014-11-201-1/+3
* QPID-4710: release messages on rollbackGordon Sim2014-11-204-3/+9
* QPID-6232: [C++ broker] Linearstore segfaults when ulimit prevents creating n...Pavel Moravec2014-11-183-1/+6
* QPID-6203: Fix a test failure introduced by revision 1637122Justin Ross2014-11-131-1/+4
* QPID-5671: [linearstore] Add ability to use disk partitions and select per-qu...Kim van der Riet2014-11-105-5/+82
* QPID-6167: allow 0-10 to be disabledGordon Sim2014-11-1012-142/+66
* QPID-5538: remove log statement inadvertently addedGordon Sim2014-11-101-1/+0
* QPID-5927: allow for whitespace in passwordGordon Sim2014-11-101-1/+1
* QPID-6218: no need to retreieve external resourcesGordon Sim2014-11-072-1/+23
* QPID-6203: Prevent broker startup when invalid directory is passed to --sasl-...Justin Ross2014-11-061-2/+39
* QPID-6213: only restart timer once all queues have been purgedGordon Sim2014-11-051-2/+7
* QPID-5671: [linearstore] Add ability to use disk partitions and select per-qu...Kim van der Riet2014-11-0416-179/+273
* QPID-5538: simple heartbeat enablement over 1.0 for brokerGordon Sim2014-10-292-4/+51
* QPID-6187: Disable SSL v3 for Windows SChannelClifford Jansen2014-10-281-1/+29
* QPID-4710: Initial support for broker side AMQP 1.0 local transactions (singl...Gordon Sim2014-10-278-20/+236
* QPID-4710: Add generic support for transactional dequeue to Queue class itselfGordon Sim2014-10-275-0/+145
* QPID-4710: Update message decoding logic to handle nested descriptors alsoGordon Sim2014-10-276-31/+53
* QPID-4710: Handle nested descriptors i.e. described types where the value is ...Gordon Sim2014-10-274-0/+32
* QPID-2374: Ensure --require-encryption works as expected for ssl even when sa...Gordon Sim2014-10-231-4/+1
* QPID-6182: AMQP 1.0 consumer should be able to get messages from browse-only ...Pavel Moravec2014-10-231-0/+1
* QPID-6182: AMQP 1.0 consumer should be able to get messages from browse-only ...Pavel Moravec2014-10-231-1/+2
* QPID-6178: [C++ Broker] Fix compile issue with VS2008 and Boost 1.55Charles E. Rolke2014-10-223-6/+7
* QPID-6160: disable SSLv3 in CPP broker and clientKen Giusti2014-10-201-0/+10
* QPID-6157: linearstore: segfault when 2 journals request new journal file fro...Pavel Moravec2014-10-171-9/+5
* QPID-6148: purging TTL expired messages via purge task should not increase ac...Pavel Moravec2014-10-131-2/+0
* QPID-6147: missing journal id in "trace Mgmt create journal." logPavel Moravec2014-10-132-3/+2
* QPID-6128: Fix compiling SocketAddress on ARMDarryl L. Pierce2014-10-021-4/+12
* QPID-6127: slight refactoring of previous solution for brevity; suggested by ...Gordon Sim2014-09-301-8/+2
* QPID-6127: avoid using negative durations with sys::BlockingQueue.pop() as it...Gordon Sim2014-09-301-2/+20
* QPID-6118: Add qmf shutdown command to the brokerAlan Conway2014-09-262-1/+8
* QPID-6123: allow for change in engine API introduced in 0.8Gordon Sim2014-09-264-12/+52
* NO-JIRA: HA Remove dead code in ReplicatingSubscription.Alan Conway2014-09-221-7/+0
* QPID-6112: Incoming QMF objects dont update transfers counterPavel Moravec2014-09-221-0/+1
* QPID-5590: handle unknown exchange type for topic policyGordon Sim2014-09-193-4/+29
* QPID-5361: No tests for linearstore functionality currently exist - basic tes...Kim van der Riet2014-09-169-1/+797