summaryrefslogtreecommitdiff
path: root/main/logger.c
AgeCommit message (Expand)Author
2009-08-17Correct the return value check for ast_safe_system.Sean Bright
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-25Move syslog utility functions into a separate file so they can be re-used.Sean Bright
2009-06-25Pass a logmsg to ast_log_vsyslog instead of separate arguments.Sean Bright
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-28Fix an incorrect call to ast_string_field_free_memory which caused a crash in...Joshua Colp
2009-05-15Add ability for modules to dynamically register logger levelsKevin P. Fleming
2009-05-13Two fixes found while debugging with ast_backtrace():Tilghman Lesher
2009-05-08Merged revisions 193193 via svnmerge from Kevin P. Fleming
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
2009-05-02Fix an error in queue_log file rotation optimization codeKevin P. Fleming
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a much...Kevin P. Fleming
2009-04-09add a dedicated log channel for modules to be able report security-related ev...Kevin P. Fleming
2009-02-16Assist proper thread synchronization when stopping the logger thread.Mark Michelson
2009-01-09Added a comment to logger.c about where to put includesMatthew Nicholson
2009-01-09Use ast_safe_system() in logger.c instead of system()Matthew Nicholson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilityTilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-08-10Another batch of files from RSW. The remaining apps and a few moreSean Bright
2008-07-25minor change to test automergeKevin P. Fleming
2008-07-24Print the correct PID in log messages. Prior toMark Michelson
2008-07-16Fix rotate strategyTilghman Lesher
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.Brett Bryant
2008-07-01use %p to print a pointerLuigi Rizzo
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-06-03Do a deep copy of file and function strings to avoid a potential crash whenRussell Bryant
2008-05-29Adds support for changing logger settingss on remote consoles with a Brett Bryant
2008-05-23A new feature thanks to the fine folks at Switchvox!Mark Michelson
2008-05-21This change makes it so that logs will report the correct source of verbose m...Mark Michelson
2008-05-19The logger closes the files it is logging to when reloading so we have to rea...Joshua Colp
2008-05-05Merged revisions 115333 via svnmerge from Tilghman Lesher
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...Tilghman Lesher
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-18Make sure values are interpreted as character strings and not format strings.Joshua Colp
2008-03-04Whitespace changes onlyTilghman Lesher
2008-02-11Just some minor coding style cleanup...Joshua Colp
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-28Normalize the detection for execinfo, so that Linux (glibc) and other platformsTilghman Lesher
2007-12-26Adding support for storing the queue log entries in a realtime backend.Mark Michelson
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...Mark Michelson
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...Tilghman Lesher
2007-12-06Doxygen updatesOlle Johansson
2007-12-06Merged revisions 91366 via svnmerge from Olle Johansson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo