summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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-271-7/+1
* 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-2702 --max-connections does not work when using cluster.Alan Conway2010-07-231-2/+11
* Race condition in cluster+management, inconsistent errors like:Alan Conway2010-07-232-23/+46
* Bugfix: agent label in wrapped (python, ruby) qmf agent was not transmitted t...Ted Ross2010-07-221-2/+2
* QPID-2754: fix management object database locking problem.Kenneth Anthony Giusti2010-07-223-112/+208
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-205-1/+29
* Fix cmake build to correctly enable sasl if libs are detected.Gordon Sim2010-07-162-9/+6
* Fix unreferenced local variable warningStephen D. Huston2010-07-151-1/+1
* Fix unreferenced local variable warningStephen D. Huston2010-07-151-1/+1
* QPID-2734: Tighter control over sasl related test; now passes when cyrus-sasl...Gordon Sim2010-07-152-1/+14
* Fix read-credit bug causing cluster brokers to disconnect clients sporadically.Alan Conway2010-07-143-10/+27
* Move libqpidtypes to the front of the libraries list.Alan Conway2010-07-141-1/+1
* Specify paths for the generated resource file so it gets picked up correctly ...Stephen D. Huston2010-07-141-2/+2
* QPID-2728 - Patch from Chuck RolkeTed Ross2010-07-131-1/+2
* QMF: enable python console to pull schema info from agent.Kenneth Anthony Giusti2010-07-122-103/+138
* QPID-2727: Handle exceptions in Broker constructor and call finalise to safel...Gordon Sim2010-07-091-0/+5
* QPID-2711 - Patch from Chuck RolkeTed Ross2010-07-085-15/+340
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-085-0/+47
* Fix cluster-safe assertion in ~Connection.Alan Conway2010-07-081-0/+6
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-073-14/+18
* QPID-664: Don't hold lock while waiting for incoming message in nextReceiver(...Gordon Sim2010-07-062-1/+38
* Fix link error on fedora 13Alan Conway2010-07-061-3/+1
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-056-5/+79
* Added types/ImportExport.h to installed headers.Alan Conway2010-07-051-1/+2
* QPID-2716: QMF bugfix - set agent name in object idKenneth Anthony Giusti2010-07-021-0/+7
* Fix sporadic cluster core on exit.Alan Conway2010-07-012-1/+1
* Fix spordic failure in cluster_test testConnectionKnownHosts.Alan Conway2010-07-012-3/+11
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-011-4/+13
* QPID-664: Translate exceptions to correct type when occuring on creating new ...Gordon Sim2010-07-012-0/+12
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-011-0/+2
* Add qpid/types/ImportExport.h to distribution.Alan Conway2010-07-011-1/+3
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-305-1/+16
* QPID-664: corrected option name for setting subscribe options on a queueGordon Sim2010-06-302-2/+15
* QPID-2708: Create a separate qpidtypes library for the types namespace.Alan Conway2010-06-303-23/+47
* Move all shared lib prefix/postfix/suffix settings from tests/CMakeLists.txt ...Stephen D. Huston2010-06-293-13/+11
* added a case for SEC_ERROR_EXPIRED_CERTIFICATE: in getErrorString() Rajith Muditha Attapattu2010-06-291-0/+1
* QPID-2689: Install and package Visual Studio debugging symbols (.pdb) files,Andrew Stitcher2010-06-281-35/+46
* QPID-2698: recognise special property names for amqp 0-10 specific message- a...Gordon Sim2010-06-254-3/+98
* Fix regression in r956882, sporadic failures of client_test.cpp:testBadClient...Alan Conway2010-06-242-15/+10
* Fix test bug causing occasional failure of cluster_test.Alan Conway2010-06-241-1/+1
* QPID-2691: ensure ttl adjustment uses correct expiration on cloned messageGordon Sim2010-06-244-5/+10
* Make verify_cluster_objects more informative.Alan Conway2010-06-231-9/+16
* Make management+cluster test more aggressive.Alan Conway2010-06-233-13/+11
* Changed README to README.txt throughout the project for consistency. Removed ...Jonathan Robie2010-06-231-0/+0
* small clean up: Remove use of obsolete Dispatcher class.Andrew Stitcher2010-06-231-8/+4