summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated developer SELinux policy to also allow tests run under valgrind.Alan Conway2010-07-281-0/+3
* Added doxygen comments.Jonathan Robie2010-07-281-0/+8
* Improved doxygen comments.Jonathan Robie2010-07-281-2/+8
* Made the new C++ API more friendly for swig-wrapping.Ted Ross2010-07-287-0/+11
* Added comment on AMQP version independence.Jonathan Robie2010-07-281-1/+2
* Improved doxygen comments for class description.Jonathan Robie2010-07-281-5/+6
* Improved doxygen documentation of SessionState.Jonathan Robie2010-07-281-2/+11
* Removed unused header files.Ted Ross2010-07-277-673/+1
* fix for autoconf swig version comparison macro, AC_PROG_SWIGNuno Santos2010-07-271-3/+5
* Fix bug in test code: invalid use of c_str()Alan Conway2010-07-271-1/+1
* Minor fix to help message of qpid-cpp-benchmark.Alan Conway2010-07-271-1/+1
* QPID-2755 - Windows SDK has no READMETed Ross2010-07-262-0/+77