summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-5651: [C++ broker] segfault in qpid::linearstore::journal::jdir::clear_d...Pavel Moravec2014-03-281-0/+1
* QPID-5641: [legacystore] Valgrind reports memory leaks on older store testsKim van der Riet2014-03-215-1727/+0
* QPID-5586: Introduce SessionClosed exceptionAndrew Stitcher2014-03-193-1/+5
* QPID-5362: No store tools exist for examining the journals - Bugfix and reorg...Kim van der Riet2014-03-185-124/+142
* QPID-5631: Adjust for changes in Proton detection files exported by proton.Andrew Stitcher2014-03-162-62/+18
* QPID-5632: Added cmake config files to the install areaAndrew Stitcher2014-03-163-1/+81
* QPID-5630: Windows C++ broker never loads modules using --module-dirAndrew Stitcher2014-03-141-1/+3
* QPID-5623: [C++ Messaging Client - amqp1.0] throws qpid::Exception instead of...Charles E. Rolke2014-03-131-1/+7
* QPID-5621: [C++ broker] userId is not passed to ACL when DIGEST-MD5 is used w...Pavel Moravec2014-03-111-21/+21
* QPID-5613: Self test broker start command fails without --interface option.Charles E. Rolke2014-03-071-1/+1
* QPID-5608: [amqp1.0] delete-on-close: typo in r1575225Charles E. Rolke2014-03-071-1/+1
* QPID-5608: [amqp1.0] delete-on-close policy do not work for producers to exch...Pavel Moravec2014-03-073-7/+16
* QPID-5607: [linearstore] Recovery of store results in jexception 0x010b Linea...Kim van der Riet2014-03-064-35/+83
* Revert "NO-JIRA: CMakelists.txt check that ../python exists before building it."Alan Conway2014-03-051-6/+16
* QPID-5603: Broker recovery fails with JERR_JREC_BADRECTAIL when record tail i...Kim van der Riet2014-03-051-1/+1
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-051-2/+2
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-056-17/+23
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-041-4/+4
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL f...Charles E. Rolke2014-03-043-12/+41
* NO-JIRA: CMakelists.txt check that ../python exists before building it.Alan Conway2014-03-041-20/+11
* QPID-5597: [C++ client] Topic subscriptions should not ignore auto-delete x-d...Pavel Moravec2014-03-041-1/+3
* QPID-5594: [amqp1.0] missing first-acquirer property support in C++ brokerPavel Moravec2014-03-033-5/+7
* QPID-5587: QMF to track queue owner (userId)Pavel Moravec2014-02-283-3/+10
* NO-JIRA: Fix Coverty "Uncaught exception" errors in test clients.Alan Conway2014-02-262-2/+2
* QPID-5561: QPID-5565: Broker->ACL module improvementsPavel Moravec2014-02-264-16/+27
* QPID-5584: use more specific exception types where appropriateGordon Sim2014-02-251-2/+11
* NO-JIRA: Fix compile error on RHEL5 in qpid-pingAlan Conway2014-02-221-1/+1
* QPID-5568: HA C++ qpid::messaging AMQP 1.0 client failover logging is not clearAlan Conway2014-02-207-150/+183
* QPID-5549: windows ssl over AMQP 1.0Clifford Allan Jansen2014-02-193-4/+143
* NO-JIRA: Fix build error in ha_test_max_queues for release builds.Alan Conway2014-02-181-1/+4
* NO-JIRA: Fix windows build problem introduced by r1565431 in log/Statement.cp...Alan Conway2014-02-061-3/+7
* NO-JIRA: Get rid of valgrind "rechable" block in logging statements.Alan Conway2014-02-063-38/+14
* Author: Alan Conway <aconway@redhat.com>Alan Conway2014-02-062-2/+2
* QPID-5524: ssl-cert-name connection argument processing in AMQP 1.0. cpp clientClifford Allan Jansen2014-02-064-1/+18
* QPID-5544: HA memory leak in backup broker after shutdown.Alan Conway2014-02-066-109/+45
* NO_JIRA: Added Apache license text to tx-text-soak.sh, updates to linearstore...Kim van der Riet2014-02-052-10/+33
* QPID-5361: Added a bash script which allows for transactional soak testing.Kim van der Riet2014-02-051-0/+234
* QPID-5480: Recovery of store failure with "JERR_MAP_NOTFOUND: Key not found i...Kim van der Riet2014-02-0522-247/+371
* QPID-5531: [C++ broker] Set timeout for every DTX transactionPavel Moravec2014-02-055-5/+23
* QPID-5540: use mutex to ensure single SCHANNEL_SHUTDOWNClifford Allan Jansen2014-02-052-6/+12
* QPID-5539: Separate credential processing for re-use in AMQP1.0 SSL transport.Clifford Allan Jansen2014-02-054-255/+365
* QPID-5528: HA add missing QPID_BROKER_EXTERN declarations.Alan Conway2014-02-031-4/+4
* QPID-5528: HA Clean up error messages around rolled-back transactions.Alan Conway2014-02-0315-76/+279
* QPID-5519: ACL property/properties for paged queues - fixed typo, added tests...Pavel Moravec2014-02-032-2/+225
* QPID-5534: [C++ broker] Headers exchange can route a message to one queue mul...Pavel Moravec2014-02-031-1/+6
* QPID-5519: ACL property/properties for paged queuesPavel Moravec2014-02-024-1/+61
* QPID-5121: Store module does not raise exception when attempting to enqueue a...Pavel Moravec2014-02-021-2/+4
* QPID-5532: [C++ broker] Add debug log when timeouting DTX transactionPavel Moravec2014-02-011-0/+2
* QPID-5485: If no directory for paging file is enabled print warning (as ifAndrew Stitcher2014-01-318-15/+12
* QPID-5485: Fixes to broken original checkinAndrew Stitcher2014-01-312-4/+5