aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
AgeCommit message (Expand)AuthorFilesLines
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
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