summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix verify to run c++ and mixed c++/python examples.Alan Conway2009-11-131-1/+1
* changed address syntax to permit more complex subjects, added escaping, impro...Rafael H. Schloming2009-11-131-2/+2
* Change from linear to binary search in requeueGordon Sim2009-11-131-5/+1
* Make failover_soak and its children adjustable as to Michael Goulish2009-11-135-101/+200
* Correct the changed vcproj files in the Makefile.am files; added the EXTRA_DI...Stephen D. Huston2009-11-134-8/+20
* Add new vcproj files for the messaging examples; these go in the Windows inst...Stephen D. Huston2009-11-1310-0/+4110
* Move the kit-building settings out of CMakeLists.txt to a new file, BuildInst...Stephen D. Huston2009-11-1330-395/+977
* QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from it...Ted Ross2009-11-127-799/+1
* Made cluster_tests.py ClusterTests.test_failover configurable to run for any ...Alan Conway2009-11-121-20/+9
* QPID-2179 - example qmf-agent occasionally crashes on shutdownTed Ross2009-11-121-3/+7
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-128-15/+120
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-111-1/+1
* Add missing extern decls. Fixes broken Windows build.Stephen D. Huston2009-11-112-2/+2
* Disabled user-id test from the pure python console. This needs to be re-desi...Ted Ross2009-11-111-1/+1
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-118-6/+804
* Fix compilation error on some platformsGordon Sim2009-11-112-1/+2
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-1128-460/+1296
* Add new ssf arg to Sasl::startStephen D. Huston2009-11-111-2/+3
* Moved brokertest.py to python directory.Alan Conway2009-11-103-397/+3
* Fixed test_failover, added ErrorGenerator with test.Alan Conway2009-11-104-53/+119
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-102-6/+57
* Added limited backtracing for exceptions raised in console callbacks.Ted Ross2009-11-101-2/+7
* Add missing cluster_tests.fail file to distribution list.Gordon Sim2009-11-101-1/+2
* Added message store recovery tests to cluster_tests.Alan Conway2009-11-095-35/+82
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-094-38/+65
* Set default mechanism for cluster updates to be ANONYMOUSGordon Sim2009-11-091-0/+1
* Filled out process management in python brokertest framework.Alan Conway2009-11-093-510/+233
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-0930-55/+174
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-093-1/+7
* Fix restoration of durable messages at startup. Remove all references to a qu...Stephen D. Huston2009-11-057-36/+105
* Automatically add shared library suffix to module name in --load-module.Alan Conway2009-11-043-12/+20
* Clean up files left behind by tests in make clean.Alan Conway2009-11-042-1/+4
* Changed default timeout for daemon to 10 min to allow for long store recovery...Kim van der Riet2009-11-042-2/+2
* QMF fixes:Ted Ross2009-11-034-6/+37
* When storing a message, set its new persistence Id. Don't throw an exception ...Stephen D. Huston2009-11-033-26/+65
* Erasing an iterator invalidates the iterator; changed the code to not derefer...Stephen D. Huston2009-11-031-2/+5
* Fix leak in SASL code, enable cluster ACL test.Alan Conway2009-11-022-9/+33
* Remove incorrect import.Alan Conway2009-11-021-1/+1
* Minor fix for testlib.py cluster testing scriptKim van der Riet2009-11-021-1/+1
* Changed ssl_test to use 127.0.0.1 instead of hostname and to regenerate certs...Gordon Sim2009-11-021-8/+19
* Refer to struct/class consistently across files.Stephen D. Huston2009-10-302-4/+4
* Correct the macro used to detect DLL building to match the new target name ch...Stephen D. Huston2009-10-301-1/+1
* Fix variable used to retrieve Boost include files for Windows kit.Stephen D. Huston2009-10-301-1/+1
* In broker, change RecoverableExchange[Impl]::bind() strings to const; they ar...Stephen D. Huston2009-10-307-58/+91
* Fix memory leak in testCoincidentErrors due to un-joined connector thread.Alan Conway2009-10-303-4/+11
* Add missing install rule for brokertest.pyAlan Conway2009-10-301-1/+2
* QPID-2181 - Alternate exchange on queue is not visible in management toolsTed Ross2009-10-302-0/+20
* Python framework for tests that start multiple brokers.Alan Conway2009-10-303-5/+252
* Ensure a client-side cursor is used, and change to static cursor to improve p...Stephen D. Huston2009-10-302-2/+7
* Always include the hresult message if it's available.Stephen D. Huston2009-10-301-3/+2