summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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-5481: Messaging API Update - 1520673 Connection reconnect() and getUrl()...Charles E. Rolke2014-01-162-0/+64
* QPID-5481: Messaging API Update - 1520416 Message setProperties(Variant::Map&...Charles E. Rolke2014-01-161-11/+35
* 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-5481: Messaging API Update - 1513536 Message constructor and content get...Charles E. Rolke2014-01-154-144/+162
* 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-5481: Messaging API Update - r1460198 QPID-4586 Receiver and Sender 'Add...Charles E. Rolke2014-01-154-0/+97
* QPID-5482: HA Backup becomes useless if a connection-forced error is raised.Alan Conway2014-01-155-20/+39
* NO-JIRA: Reformat white space with Visual Studio 2010 ^K^F Format Selection.Charles E. Rolke2014-01-157-43/+54
* 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
* NO-JIRA: Fix brokertest.py so it doesn't try to load two stores.Alan Conway2014-01-071-1/+1
* QPID-5451: remove unnecessary notice loggingGordon Sim2014-01-071-6/+0
* NO-JIRA: Remove out of date qpid/cpp/src/qpid/ha/README.mdAlan Conway2014-01-061-98/+0
* QPID-5418: Prevent qpidd from loading multiple store modules - Patch from Ern...Charles E. Rolke2014-01-061-0/+6
* NO-JIRA: Install python code as part of cmake make phaseAlan Conway2014-01-061-9/+5
* QPID-5415: Fixes to correct API specification and exportsAndrew Stitcher2014-01-032-1/+9
* QPID-5415: Implement control of internal log output in qpid::messaging APIAndrew Stitcher2014-01-0310-20/+555
* QPID-5427: Critical log messages should not ever be disabledAndrew Stitcher2014-01-031-0/+2
* QPID-5447: check whether exchange type was actually specified before raising ...Gordon Sim2014-01-033-3/+9
* QPID-5445: qmfgen now honors the CMAKE_INSTALL_PREFIXDarryl L. Pierce2014-01-021-1/+1
* QPID-5446: fix typo in special property nameGordon Sim2014-01-021-1/+1
* QPID-5444: Recovering from qpid-txtest fails with "Inconsisntent TPL 2PC coun...Kim van der Riet2013-12-235-9/+9
* NO-JIRA: Rename Message_ostream.h/.cpp to Message_io.h/.cpp.Alan Conway2013-12-205-7/+7
* QPID-5422: DTX test failure, and some tidying up of code in JournalImpl.cpp/hKim van der Riet2013-12-2018-303/+407
* QPID-5431: Qpid c++ client hangs / crashes during reception failover in HA en...Alan Conway2013-12-204-32/+53
* QPID-5440: don't remove alternate-exchange from topic's management properties...Gordon Sim2013-12-201-4/+4
* NO-JIRA: Added ostream operator for qpid::Messaging::MessageAlan Conway2013-12-205-12/+86
* QPID-5435: use the setContentObject() method to set string content (i.e. assu...Gordon Sim2013-12-191-2/+2
* QPID-5434: send timestamps with correct typecodeGordon Sim2013-12-193-2/+9
* QPID-5430: HA primary broker does not go active if there are no replicated qu...Alan Conway2013-12-182-2/+8
* QPID-5255: Add missing licenses in qpid/cpp tree.Alan Conway2013-12-173-4/+63
* NO_JIRA: Roll back change to CMakeLists.txt in which a test example was added...Kim van der Riet2013-12-171-4/+0
* QPID-5425: TPL fails with JERR_JNLF_FILEOFFSOVFLKim van der Riet2013-12-164-7/+19
* NO-JIRA: Fix compilation error, reference cannot be declared mutable.Alan Conway2013-12-161-1/+1