summaryrefslogtreecommitdiff
path: root/main/logger.c
AgeCommit message (Expand)Author
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
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-10Process outstanding log messages before shutting down the logger thread.Joshua Colp
2007-09-18(issue #10724)Jason Parker
2007-08-30Always force reread of the config when we're rotating the log file (closes is...Tilghman Lesher
2007-08-28Add some read/write locking magic to make logger reload operate again.Joshua Colp
2007-08-28Support better rotation of log files to be more like system logging (closes i...Tilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Merged revisions 77380 via svnmerge from Mark Michelson
2007-07-26Merged revisions 77350 via svnmerge from Tilghman Lesher
2007-07-26Merged revisions 77348 via svnmerge from Tilghman Lesher
2007-07-23(closes issue #10192)Russell Bryant
2007-07-20Reduce some logging contention by switching several locks over to rwlocksTilghman Lesher
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-06-27Fix -T option. (issue #10073 reported by xylome)Joshua Colp
2007-06-24Conversions to ast_debug()Russell Bryant
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming