summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-3039-240/+3236
* Check exit status of qpid-route, avoid hung test if it fails.Alan Conway2010-08-271-1/+1
* Give timer tasks a name for logging purposes.Alan Conway2010-08-2612-21/+21
* Check for and abort invalid catchup connections.Alan Conway2010-08-234-3/+14
* QPID-664: allow the key in options map for an address to be quotedGordon Sim2010-08-231-1/+1
* QPID-2805 - The windows resource version for qmfengine dll is hard coded to a...Ted Ross2010-08-201-3/+3
* QPID-2785 - QpidTypes.pdb is not installedTed Ross2010-08-201-0/+1
* QPID-2798 - C++ Messaging Client .NET binding fails to clone managed objects ...Ted Ross2010-08-2016-255/+145
* Make the count check a bit clearer and remove extraneous blank lines at end o...Stephen D. Huston2010-08-201-3/+1
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-2010-1/+113
* QPID-2817: on close, wait for at most the heartbeat interval (if specified) f...Gordon Sim2010-08-203-1/+30
* Fix compile error on windowsGordon Sim2010-08-201-1/+1
* Added -c count parameter - exits after reading c messages.Jonathan Robie2010-08-191-1/+14
* Fix locking in receiver impl; protect session member against concurrent fetch...Gordon Sim2010-08-161-2/+7
* Fix qpiddevel selinux policy to work with valgrind.Alan Conway2010-08-131-0/+4
* QPID-2792 - Added C++ example agent.Ted Ross2010-08-135-2/+229
* QPID-2793 - Added doxygen textTed Ross2010-08-131-0/+77
* QPID-2793 - Python and Ruby bindings for the C++ QMFv2 APITed Ross2010-08-1214-22/+1187
* Added some missing typecasts and type-check clauses.Ted Ross2010-08-121-1/+4
* QPID-2792 - QMF Clients in C++ following the ABI-stable pattern of the new me...Ted Ross2010-08-1245-2/+5507
* Remove misleading "no message store" message.Alan Conway2010-08-121-3/+1
* QPID-2791: batch up data indications and repliesKenneth Anthony Giusti2010-08-122-25/+47
* Updated selinux policy to work on versions lacking aisexec_t.Alan Conway2010-08-123-26/+39
* Fix some compilation errorsGordon Sim2010-08-122-41/+35
* Completed the set of permutations of type-conversion for all signed and unsig...Ted Ross2010-08-122-8/+651
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-115-22/+31
* Fix test race conditions causing cluster_tests.py:management_test to hang.Alan Conway2010-08-101-11/+5
* Fixed memory management error in cluster::Quorum causing problems with --clus...Alan Conway2010-08-092-4/+5
* Add missing destroy permissions to qpidd selinux module.Alan Conway2010-08-091-0/+2
* Fix crash on exit with --cluster-cman.Alan Conway2010-08-051-0/+2
* Fix ClusterFailover.cpp and ForkedBroker.cpp to avoid using the default data ...Alan Conway2010-08-042-3/+15
* Fix race conditions in brokertest.py and cluster_tests.py.Alan Conway2010-08-041-3/+2
* Missed in a previous commit. Updated README from Chuck Rolke.Ted Ross2010-08-041-10/+65
* Re-enabled the wrapping of the messaging API with fixes for earlier versionsTed Ross2010-08-045-9/+13
* Added conditional-compilation directives to hide the PrivateImplRef templateTed Ross2010-08-044-1/+17
* Disable non-0 session timeouts.Alan Conway2010-08-038-15/+66
* Fixed bug in setting of the app-id header (it was set in the application-head...Ted Ross2010-08-022-3/+19
* Give queue cleaner task an explicit nameGordon Sim2010-08-021-1/+1
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-025-8/+46
* QPID-2782: update qmf console binding api.Kenneth Anthony Giusti2010-08-014-22/+73
* QPID-2765 - WinSdk does not have the .NET Binding examplesTed Ross2010-07-305-18/+502
* QPID-2764 - WinSdk cpp examples do not compileTed Ross2010-07-306-12/+12
* Disabled build of the qpid bindings until it's fixed for RHEL5 (swig-1.3.29)Ted Ross2010-07-301-3/+0
* Disabled build of the qpid bindings until it's fixed for RHEL5 (swig-1.3.29)Ted Ross2010-07-301-1/+1
* QPID-2777Ted Ross2010-07-302-4/+0
* QPID-2777 - Additional bindings for the C++ messaging API (Python, Ruby)Ted Ross2010-07-2910-2/+946
* Turned off GraphvizJonathan Robie2010-07-291-1/+1
* Added sections for client and management starting points, currently TBD, in t...Jonathan Robie2010-07-291-0/+10
* QPID-2768: allow '/' after name in address without an explicit subjectGordon Sim2010-07-291-5/+2
* Added overview page, designed to list starting points for developers.Jonathan Robie2010-07-292-1/+62