summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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-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
* QPID-5498: restore expiration on paged messagesGordon Sim2014-01-214-11/+34
* QPID-5497: implement Session::sync()Gordon Sim2014-01-213-2/+16
* QPID-5488: Fix Amqp protocol version printingAndrew Stitcher2014-01-172-9/+9
* NO-JIRA: Really fix the test for the correct previous versions of cmakeAndrew Stitcher2014-01-171-2/+2
* QPID-5486: Creating paged queue can overwrite existing qpidd filesPavel Moravec2014-01-171-2/+1
* QPID-5489: Uuid code improvementsAndrew Stitcher2014-01-1712-183/+35
* NO-JIRA: fix to allow warning silencing to work on previous versions of cmake...Andrew Stitcher2014-01-161-2/+4
* NO-JIRA: Turn off cmake warnings caused by change in recent cmake 2.8 versionsAndrew Stitcher2014-01-161-0/+3
* QPID-5487: [linearstore] Replace use of /dev/urandom with c random generator ...Kim van der Riet2014-01-165-31/+28
* QPID-5486 Creating paged queue can overwrite existing qpidd filesPavel Moravec2014-01-161-0/+1
* QPID-5485 Deleting paged queue does not remove underlying filePavel Moravec2014-01-165-0/+18
* QPID-5484 [linearstore] Poor performance relative to legacystore. Partial fix...Kim van der Riet2014-01-152-2/+9
* NO-JIRA: Removed linear/legacy store CMake checks for uuid libraryAndrew Stitcher2014-01-153-59/+16
* QPID-5483: [linearstore] Recovery of journal with partly written record fails...Kim van der Riet2014-01-1511-139/+247
* QPID-5482: HA Backup becomes useless if a connection-forced error is raised.Alan Conway2014-01-155-20/+39
* QPID-5476: Improve the robustness and portability of check-abiAndrew Stitcher2014-01-141-7/+12
* QPID-5452: Change installation directory for qpid-send/qpid-receiveAndrew Stitcher2014-01-141-9/+13
* Don't use a linkmap to cut down the exported library symbols ifAndrew Stitcher2014-01-141-5/+2
* QPID-5473: Recovery where last record in file is truncated (ie spans files), ...Kim van der Riet2014-01-122-2/+3
* QPID-5469: link should not override a topic policy specifying autodeletionGordon Sim2014-01-101-1/+2
* QPID-5468: fix handling of delete-if-unused for sending linksGordon Sim2014-01-101-5/+6
* QPID-5467: fix handling of delete-on-closeGordon Sim2014-01-104-8/+25
* QPID-5463: make dynamic nodes auto deleted by defaultGordon Sim2014-01-104-4/+9
* QPID-5428: Heartbeats not in use when attempting to connect with python client.Alan Conway2014-01-091-0/+27
* QPID-5454: Sporadic core dump in ha_tests.ReplicationTests.test_auto_delete_f...Alan Conway2014-01-091-2/+3
* QPID-5460: [linearstore] Recovery of store which contains prepared but incomp...Kim van der Riet2014-01-0912-131/+132
* QPID-5457: support for messages composed of multiple transfersGordon Sim2014-01-093-14/+35