summaryrefslogtreecommitdiff
path: root/main/logger.c
AgeCommit message (Expand)Author
2015-03-13Logger: Fix MALLOC_DEBUG build error.Corey Farrell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.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
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-04-30Merged revisions 364635 via svnmerge from Mark Murawki
2012-03-30Fix logger deadlock on Asterisk shutdown.Richard Mudgett
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-29undoing 360785 due to merging mistakeJonathan Rose
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-14Fix bogus reads/writes of console log levels in asterisk.c Russell Bryant
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2011-12-12Backed out core changes from r346391Matthew Jordan
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-09-26Merged revisions 337974 via svnmerge from Richard Mudgett