summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Selinux policy module needed to run a qpid cluster with selinux in enforcing ...Alan Conway2010-07-151-0/+16
* Add license to help2man replacment scripts (add shebang to the executable file)Gordon Sim2010-07-153-0/+55
* 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
* Remove deleted files from Makefile.am, part of removing the old python examples.Alan Conway2010-07-134-16/+0
* removed old python examplesRafael H. Schloming2010-07-1318-292/+4
* 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