summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-224-5/+5
* QPID-2754: fix management object database locking problem.Kenneth Anthony Giusti2010-07-223-112/+208
* Added makefile to build & install selinux policy modules.Alan Conway2010-07-212-0/+21
* Added selinux policy so developers can run cluster tests with enforcing=1Alan Conway2010-07-212-3/+30
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-206-2/+35
* Added compile instructions to selinux policy source file.Alan Conway2010-07-201-1/+3
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-07-193-1/+20
* QPID-2589 - Patch from Chuck RolkeTed Ross2010-07-1914-23/+245
* Fix incorrect exe nameGordon Sim2010-07-191-1/+1
* Make address used for map sender/receiver configurable; make default create t...Gordon Sim2010-07-192-2/+4
* 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