summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2728 - Patch from Chuck RolkeTed Ross2010-07-131-1/+2
* Added missing dependencies for SSL to INSTALLAlan Conway2010-07-131-1/+1
* QPID-2709: update references to the old incubator mailing lists and svn repos...Robert Gemmell2010-07-122-2/+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-086-22/+347
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-087-0/+61
* 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-2710 Patch from Chuck RolkeTed Ross2010-07-071-0/+8
* 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-057-5/+85
* 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-022-0/+8
* Fix sporadic cluster core on exit.Alan Conway2010-07-012-1/+1
* Fix spordic failure in cluster_test testConnectionKnownHosts.Alan Conway2010-07-013-4/+19
* 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
* QPID-2708 - Patch from Chuck RolkeTed Ross2010-07-011-2/+2
* 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-306-1/+17
* 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-307-140/+197
* Fixed incorrect syntax for connection options in the comments.Ted Ross2010-06-301-1/+1
* Added sed based alternative to help2man to ensure that a reasonable man page ...Gordon Sim2010-06-305-8/+28
* QPID-2706 Patch from Chuck RolkeTed Ross2010-06-291-0/+13
* QPID-2706 Patch from Chuck RolkeTed Ross2010-06-298-20/+7
* 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-282-168/+191
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-251-6/+74
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-2523-378/+498
* 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-243-18/+11
* Fix test bug causing occasional failure of cluster_test.Alan Conway2010-06-241-1/+1
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-06-2417-1/+779
* Ensure spout example waits for all messages to be sent before detaching sessionGordon Sim2010-06-241-0/+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
* Fixed scripts that referred to README instead of README.txt.Jonathan Robie2010-06-235-32/+13
* Changed README to README.txt throughout the project for consistency. Removed ...Jonathan Robie2010-06-235-0/+0
* small clean up: Remove use of obsolete Dispatcher class.Andrew Stitcher2010-06-231-8/+4
* QPID-2388: Do not unmask signals whilst waiting for IO to happenAndrew Stitcher2010-06-232-18/+2
* QPID-2688: ensure that unacked messages are requeued before autodeletion occu...Gordon Sim2010-06-223-9/+37
* Fix bad assertion introduced in prevoius commit r956882Alan Conway2010-06-222-4/+7
* Don't hold QueueRegistry lock while iterating over queues to purge them of ex...Gordon Sim2010-06-221-1/+17
* Fix cluster broker crashes when management is active.Alan Conway2010-06-2212-427/+188