summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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-6212: WinSDK build script - add hooks for specifying shared Proton insta...Charles E. Rolke2014-11-051-15/+48
* 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-6140: [C++ Messaging] hello_world does not define Messaging i/f completelyCharles E. Rolke2014-10-102-4/+4
* 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
* QPID-6008: Fixed up FreeBSD 10 build instructions to workAndrew Stitcher2014-09-231-1/+9
* QPID-6107: Python Swig wrapped bindings consistently fail with spout and drainAlan Conway2014-09-221-0/+1
* 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
* QPID-4575: VS2012 - fix cmake to allow in-source build where dirs source == b...Charles E. Rolke2014-09-141-2/+6
* QPID-4575: C++ Messaging .NET Binding fixes for Visual Studio 2012Charles E. Rolke2014-09-1279-2306/+882
* Test commit using git-svnCharles E. Rolke2014-09-121-4/+1
* QPID-6087: QMF Session name to contain user ID for AMQP 0-10Pavel Moravec2014-09-121-1/+1
* NO-JIRA: Fix typo in qpid/cpp/BuildInstallSettings.cmakeAlan Conway2014-09-111-1/+1
* QPID-6089: Need to register transports with the Url parser.Andrew Stitcher2014-09-091-0/+1
* NO-JIRA: Fix error message test in acl.py, on older python versions error cod...Alan Conway2014-09-091-10/+10
* QPID-5033: Bad buffer accounting leading to spurious SSL errors on WindowsClifford Jansen2014-09-095-217/+338
* NO-JIRA: Fix minor bug in run_paged_queue_tests handling a failure to start b...Alan Conway2014-09-051-1/+1
* NO-JIRA: HA Fix ha_tests.py failures with SWIG 0.10 client.Alan Conway2014-09-056-45/+57
* NO-JIRA: Fix qpid/cpp/src/tests/ha_tests.py to work on python 2.4.Alan Conway2014-09-041-1/+1
* [AMQP 1.0] tcp-nodelay not supported yet on 1.0 connectionsAlan Conway2014-09-042-0/+3
* QPID-6069: Extra fix to FreeBSD compile fixesAndrew Stitcher2014-09-041-1/+1
* NO-JIRA: Explictily convert double to uint64_t in qpid-txtest2 to avoid warni...Alan Conway2014-09-031-1/+1
* QPID-6069: FreeBSD compilation problemsAndrew Stitcher2014-09-032-3/+3
* QPID-5855: Fix to JAVA Client Can not recieve message with qpid ha cluster.Alan Conway2014-08-295-10/+18
* NO-JIRA: brokertest.py: don't use AMQP 1.0 if not available, ignore connectio...Alan Conway2014-08-281-4/+5
* QPID-5975: HA extra/missing messages when running qpid-txtest2 in a loop with...Alan Conway2014-08-2811-47/+123