summaryrefslogtreecommitdiff
path: root/main/logger.c
AgeCommit message (Expand)Author
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
2007-04-11Output verbose messages to the normal logger as well. (issue #9476 reported b...Joshua Colp
2007-03-20Merged revisions 59078 via svnmerge from Tilghman Lesher
2007-02-20Flush out the file pointer. (issue #9115 reported by guthrie)Joshua Colp
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming
2006-12-21Merge non-blocking logger from my branch. This should improve things under he...Joshua Colp
2006-12-18debugging shows that we always need more than 128 bytesLuigi Rizzo
2006-12-15simplify the ast_dynamic_str_*.... routines byLuigi Rizzo
2006-11-11safe terminal output is sweet.Matt O'Gorman
2006-11-04remove many unnecessary castsLuigi Rizzo
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-10-02Add option to logger to rename log files with timestamp (issue #8020 reported...Joshua Colp
2006-09-26Add optional queue_log_name config option for logger.conf, to change theJason Parker
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-07Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.Steve Murphy
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming