aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-06Merged revisions 91366 via svnmerge from oej1-4/+13
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-3/+6
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-0/+5
2007-11-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-3/+3
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-3/+3
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-3/+3
2007-10-10Process outstanding log messages before shutting down the logger thread.file1-4/+7
2007-09-18(issue #10724)qwell1-49/+58
2007-08-30Always force reread of the config when we're rotating the log file (closes is...tilghman1-2/+2
2007-08-28Add some read/write locking magic to make logger reload operate again.file1-9/+17
2007-08-28Support better rotation of log files to be more like system logging (closes i...tilghman1-69/+151
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-5/+7
2007-07-26Merged revisions 77380 via svnmerge from mmichelson1-1/+5
2007-07-26Merged revisions 77350 via svnmerge from tilghman1-1/+1
2007-07-26Merged revisions 77348 via svnmerge from tilghman1-2/+2
2007-07-23(closes issue #10192)russell1-5/+0
2007-07-20Reduce some logging contention by switching several locks over to rwlockstilghman1-42/+46
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-10/+9
2007-06-27Fix -T option. (issue #10073 reported by xylome)file1-14/+14
2007-06-24Conversions to ast_debug()russell1-6/+3
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-3/+2
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-2/+2
2007-04-11Output verbose messages to the normal logger as well. (issue #9476 reported b...file1-0/+2
2007-03-20Merged revisions 59078 via svnmerge from tilghman1-6/+6
2007-02-20Flush out the file pointer. (issue #9115 reported by guthrie)file1-0/+2
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...file1-5/+5
2006-12-27Merged revisions 49006 via svnmerge from kpfleming1-5/+5
2006-12-21Merge non-blocking logger from my branch. This should improve things under he...file1-142/+272
2006-12-18debugging shows that we always need more than 128 bytesrizzo1-2/+2
2006-12-15simplify the ast_dynamic_str_*.... routines byrizzo1-10/+10
2006-11-11safe terminal output is sweet.mogorman1-2/+8
2006-11-04remove many unnecessary castsrizzo1-18/+18
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-2/+2
2006-10-19Extend the thread storage API such that a custom initialization function canrussell1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-3/+6
2006-10-02Add option to logger to rename log files with timestamp (issue #8020 reported...file1-26/+38
2006-09-26Add optional queue_log_name config option for logger.conf, to change theqwell1-3/+7
2006-09-21Remove deprecated CLI apps from the coretilghman1-6/+1
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-1/+1