aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-12CLI command logger set level auto complete.lmadsen1-2/+2
2010-02-24Merged revisions 248582 via svnmerge from tilghman1-3/+4
2009-10-02Initialize a variable that we check immediately upon startup.tilghman1-1/+1
2009-08-17Correct the return value check for ast_safe_system.seanbright1-1/+1
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-1/+1
2009-06-25Move syslog utility functions into a separate file so they can be re-used.seanbright1-97/+21
2009-06-25Pass a logmsg to ast_log_vsyslog instead of separate arguments.seanbright1-12/+12
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-05-28Fix an incorrect call to ast_string_field_free_memory which caused a crash in...file1-1/+0
2009-05-15Add ability for modules to dynamically register logger levelskpfleming1-73/+224
2009-05-13Two fixes found while debugging with ast_backtrace():tilghman1-0/+3
2009-05-08Merged revisions 193193 via svnmerge from kpfleming1-10/+4
2009-05-02Remove rarely-used event_log/LOG_EVENT supportkpfleming1-69/+3
2009-05-02Fix an error in queue_log file rotation optimization codekpfleming1-2/+1
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-1/+1
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a much...kpfleming1-7/+2
2009-04-09add a dedicated log channel for modules to be able report security-related ev...kpfleming1-2/+7
2009-02-16Assist proper thread synchronization when stopping the logger thread.mmichelson1-2/+7
2009-01-09Added a comment to logger.c about where to put includesmnicholson1-0/+4
2009-01-09Use ast_safe_system() in logger.c instead of system()mnicholson1-2/+3
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-4/+4
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-1/+1
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-1/+1
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilitytilghman1-4/+20
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-1/+3
2008-08-10Another batch of files from RSW. The remaining apps and a few moreseanbright1-15/+15
2008-07-25minor change to test automergekpfleming1-1/+1
2008-07-24Print the correct PID in log messages. Prior tommichelson1-7/+9
2008-07-16Fix rotate strategytilghman1-4/+4
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-2/+2
2008-07-01use %p to print a pointerrizzo1-5/+1
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-1/+1
2008-06-03Do a deep copy of file and function strings to avoid a potential crash whenrussell1-5/+5
2008-05-29Adds support for changing logger settingss on remote consoles with a bbryant1-2/+41
2008-05-23A new feature thanks to the fine folks at Switchvox!mmichelson1-14/+51
2008-05-21This change makes it so that logs will report the correct source of verbose m...mmichelson1-2/+2
2008-05-19The logger closes the files it is logging to when reloading so we have to rea...file1-5/+5
2008-05-05Merged revisions 115333 via svnmerge from tilghman1-2/+6
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman1-0/+49
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-1/+1
2008-03-18Make sure values are interpreted as character strings and not format strings.file1-1/+1
2008-03-04Whitespace changes onlytilghman1-19/+19
2008-02-11Just some minor coding style cleanup...file1-2/+2
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-4/+2
2008-01-28Normalize the detection for execinfo, so that Linux (glibc) and other platformstilghman1-7/+3
2007-12-26Adding support for storing the queue log entries in a realtime backend.mmichelson1-9/+25
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...mmichelson1-4/+2
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...tilghman1-7/+7
2007-12-06Doxygen updatesoej1-4/+6