aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-02Merged revisions 221920 via svnmerge from tilghman1-1/+1
2009-08-17Merged revisions 212574 via svnmerge from seanbright1-1/+1
2009-05-08Merged revisions 193194 via svnmerge from kpfleming1-10/+4
2009-05-02Merged revisions 191775 via svnmerge from kpfleming1-2/+1
2009-02-16Merged revisions 176174 via svnmerge from mmichelson1-2/+7
2009-01-09Merged revisions 168014 via svnmerge from mnicholson1-2/+3
2008-11-29Merged revisions 159818 via svnmerge from kpfleming1-1/+1
2008-11-19Merged revisions 157639 via svnmerge from tilghman1-4/+20
2008-11-02import gcc 4.3.2 warning fixes from trunk, with a few changes specific to thi...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
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