summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Fix compile error on RHEL5 in qpid-pingAlan Conway2014-02-221-1/+1
* QPID-5575: csharp.map.receiver example throws referencing connectionOptions argCharles E. Rolke2014-02-211-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
* QPID-5556: Provide the right Perl packages in top-level modules.Darryl L. Pierce2014-02-172-0/+4
* QPID-5546: Expose the get_content_object method in Perl.Darryl L. Pierce2014-02-113-3/+36
* QPID-5499: Fix Ruby/Perl bindings when built with -Werror=format-securityDarryl L. Pierce2014-02-075-25/+25
* 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
* NO-JIRA: minor additions to readmeGordon Sim2014-02-031-2/+5
* QPID-5519: ACL property/properties for paged queues - fixed typo, added tests...Pavel Moravec2014-02-033-12/+239
* 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
* QPID-5529: remove failed send from delivery bufferGordon Sim2014-01-311-5/+11
* QPID-5485: By default use a subdirectory of the data dir called "pq" forAndrew Stitcher2014-01-309-22/+40
* NO-JIRA: Update configuration script to handle a PROTON_ROOT.Charles E. Rolke2014-01-291-17/+85
* NO-JIRA: Removed unused defines from config.hAndrew Stitcher2014-01-271-5/+0
* NO-JIRA: Minor rationalization of log statement priorities.Alan Conway2014-01-276-13/+10
* NO-JIRA: Minor refactor to improve code safety: calling shared_from_this on c...Alan Conway2014-01-2711-31/+64
* QPID-5516: Only enable Dtrace style probes on LinuxAndrew Stitcher2014-01-271-8/+13
* QPID-5513: HA backup fails if number of replicated queues exceeds number of c...Alan Conway2014-01-271-1/+1
* QPID-5513: HA backup fails if number of replicated queues exceeds number of c...Alan Conway2014-01-2413-16/+195
* NO-JIRA: Make the python test install depend on the python files.Andrew Stitcher2014-01-241-2/+5
* NO-JIRA: Changes to python related build processes:Andrew Stitcher2014-01-231-4/+16
* QPID-5509: release messages that have not yet been fetched when closing receiverGordon Sim2014-01-232-11/+17
* QPID-5506: Use a randomness source to certutil that will definitely exist.Andrew Stitcher2014-01-231-1/+1
* QPID-5488: Allow for not enough bytes initially received by client for protoc...Andrew Stitcher2014-01-232-2/+6
* QPID-5481: Messaging API Update - 1555202 Logger module addedCharles E. Rolke2014-01-224-0/+368
* QPID-5503: expose next_receiver through swig wrapper, add test for both 1.0 a...Gordon Sim2014-01-221-0/+9
* QPID-5503 implement nextReceiver()Gordon Sim2014-01-227-3/+33
* QPID-5501: implement missing qmf operationsGordon Sim2014-01-229-4/+122
* QPID-5501: raise error if topic of given name already existsGordon Sim2014-01-221-1/+1
* NO-JIRA: Added some information about 'topic' typeGordon Sim2014-01-221-1/+25
* QPID-5498: restore expiration on paged messagesGordon Sim2014-01-214-11/+34