summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/log
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Add log command to qpid-config to set log levels.Alan Conway2015-04-271-4/+6
* QPID-5807: Remove boost::program_options as a header file dependency of qpid/...Andrew Stitcher2014-06-111-0/+4
* NO-JIRA: Fix windows build problem introduced by r1565431 in log/Statement.cp...Alan Conway2014-02-061-3/+7
* NO-JIRA: Get rid of valgrind "rechable" block in logging statements.Alan Conway2014-02-063-38/+14
* QPID-5415: Implement control of internal log output in qpid::messaging APIAndrew Stitcher2014-01-035-19/+33
* QPID-5427: Critical log messages should not ever be disabledAndrew Stitcher2014-01-031-0/+2
* NO-JIRA: missing includes that are really neededAndrew Stitcher2013-09-161-0/+1
* QPID-4942: Only install include files that are used by the supported APIAndrew Stitcher2013-07-265-0/+578
* QPID-4651: C++ Broker add --log-disable optionCharles E. Rolke2013-04-263-40/+210
* QPID-3921: Move code from Statement.h to Statement.cppAndrew Stitcher2013-04-161-1/+58
* QPID-4054: C++ Broker connection limits specified per-userCharles E. Rolke2013-02-121-0/+16
* QPID-4079 log entries track managed object life cyclesCharles E. Rolke2012-07-131-1/+1
* NO-JIRA: Fixed erroneous use of operator+Andrew Stitcher2012-07-011-1/+4
* QPID-3902 Log categoriesCharles E. Rolke2012-06-121-2/+2
* QPID-3902 C++ Broker add log categoriesCharles E. Rolke2012-06-114-13/+102
* NO-JIRA Fix calculation of buffer size.Charles E. Rolke2012-05-071-1/+1
* QPID-2082: Put all of the C++ code in the source tree into a namespaceAndrew Stitcher2012-03-201-4/+4
* QPID-3891 C++ Broker --log-function is too chatty.Charles E. Rolke2012-03-091-0/+44
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-172-2/+2
* NO-JIRA: Fix Logger::instance to work with older versions of boost.Alan Conway2012-02-141-0/+10
* QPID-3638 - Fixed boost usage problem.Ted Ross2012-02-131-2/+2
* QPID-3482: Unable to switch off logging to syslog when qpidd runs as daemonAlan Conway2011-09-131-1/+1
* NO-JIRA: Revert change to Msg.h introduced in r1162273Alan Conway2011-08-301-1/+24
* QPID-3384: Enable DTX transactions in a cluster.Alan Conway2011-08-251-27/+1
* QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-171-2/+2
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-171-1/+1
* QPID-3236 - Add high-resolution timestamps to log files for debug situations....Kim van der Riet2011-05-022-3/+12
* QPID-3147: Misconfigured tracing/logging can lead to hung threads in logging ...Alan Conway2011-03-211-3/+9
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-101-0/+5
* Remove incorrect optimization in Logger.Alan Conway2010-05-121-3/+3
* Use read-write lock to imporve Logger concurrency.Alan Conway2010-04-071-3/+3
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-155-420/+0
* Add directory to #includeAlan Conway2009-07-1411-18/+18
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-121-19/+2
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-126-30/+33
* Correct needed include file for strlen()Stephen D. Huston2009-03-061-1/+1
* qpid/log/posix/SinkOptions.cppManuel Teira Paz2009-03-051-1/+5
* qpid::log::Selector: Include strings.h for ::strlen Manuel Teira Paz2009-03-051-0/+1
* Log changes: logging default now notice+, "listening on" messages are at noti...Alan Conway2009-01-051-1/+1
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-123-7/+4
* Get initial Windows options in; event log doesn't yet workStephen D. Huston2008-10-312-9/+43
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-231-1/+1
* Add skeleton Windows logging optionsStephen D. Huston2008-10-222-0/+168
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-1/+1
* Remove syslog-specific code from portable part of logging; was already placed...Stephen D. Huston2008-10-162-13/+0
* Split logging options into portable options and sink-related options that are...Stephen D. Huston2008-10-159-201/+484
* Added ScopedSuppressLogging, used to suppress expected error messages in tests.Alan Conway2008-09-254-10/+32
* Remove debugging cout accidentally left in.Alan Conway2008-07-041-2/+0
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-045-2/+16
* Fix for broker wraparound problem.Alan Conway2008-06-131-1/+2