summaryrefslogtreecommitdiff
path: root/main/logger.c
AgeCommit message (Expand)Author
2016-09-20logger: Fix default console settings.Corey Farrell
2016-06-01logging,cdr,cel: Fix stringfield memory leak.Richard Mudgett
2016-05-12logger: Add PID to syslog messages.Alexei Gradinari
2016-03-24core/logging: Fix broken syslog levels on older glibc.Walter Doekes
2016-01-22logger.c: Fix buffer overrun found by address sanitizer.Richard Mudgett
2015-09-24logger: Prevent duplicate dynamic channels from being added.Mark Michelson
2015-09-22core/logging: Fix logging to more than one syslog channelElazar Broad
2015-08-07ARI: Retrieve existing log channelsScott Emidy
2015-08-07ARI: Creating log channelsScott Emidy
2015-08-06ARI: Deleting log channelsScott Emidy
2015-07-31ARI: Rotate log channels.Benjamin Ford
2015-05-20Logger: Reset defaults before processing config.Corey Farrell
2015-03-27Improved and portable ast_log recursion avoidanceCorey Farrell
2015-03-19logger: Apply default console logging when configuration cannot be loaded.Corey Farrell
2014-12-22queue_log: Post QUEUESTART entry when Asterisk fully boots.Richard Mudgett
2014-08-13logger: Don't store verbose-magic in the log files.Walter Doekes
2014-07-18astobj2: assert on invalid ref and backtrace cleanupScott Griepentrog
2014-06-20Logger: Add manager command 'LoggerRotate' to rotate loggerJonathan Rose
2014-06-19Fix build warnings with TEST_FRAMEWORK enabledKinsey Moore
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-02-13Logger: Add dynamic logger channelsKinsey Moore
2014-02-05Logger: Fix handling of absolute pathsKinsey Moore
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
2014-01-10Logging callid: Fix some sizeof() references per coding guidelines.Richard Mudgett
2013-10-24Logging: Logging types ignored after specifying a verbose levelKevin Harwell
2013-09-20Fix memory leak in logger.Kevin Harwell
2013-09-17Remote console: more output discrepanciesKevin Harwell
2013-08-29Verbose logging discrepanciesKevin Harwell
2013-08-23Fix memory corruption when trying to get "core show locks".Richard Mudgett
2013-06-08Add backtrace generation to MALLOC_DEBUG memory corruption reportsMatthew Jordan
2013-05-24Print all logger messages on shutdownMatthew Jordan
2013-05-13Fix Missing CALL-ID When Logging Through SyslogMichael L. Young
2013-03-07Ensure that logmsgs are freed properlyKinsey Moore
2013-02-15Stopped spamming of debug messages during attended transfer.Kevin Harwell
2013-02-14Revamp of terminal color codesKinsey Moore
2013-01-28Add queue_log_realtime_use_gmt option to logger.confRussell Bryant
2013-01-16Reduce call-id logging resource usage.Richard Mudgett
2013-01-09Fix logger.c function definition.Richard Mudgett
2012-12-11Cleanup logger on exit.Richard Mudgett
2012-11-23Re-initialize logmsgs mutex upon logger initialization to prevent lock errorsMatthew Jordan
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-09-18Make the casing of CALL_ID in debug messages consistent to satisfy my OCD.Sean Bright
2012-09-12logger: Add rotatestrategy option of 'none' which does not perform rotationsJonathan Rose
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-11Fix validation errors when producing documentation using default build scriptMatthew Jordan
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-20Don't waste time initializing the whole call_identifer_str[].Richard Mudgett
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming