aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-20Resolve 1.6.0 compilation issues on FreeBSD.russell1-5/+1
2010-02-24Merged revisions 248584 via svnmerge from tilghman1-3/+4
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-03port gcc 4.3.x warning fixes from trunk to this branchkpfleming1-1/+3
2008-07-24Merged revisions 133448 via svnmerge from mmichelson1-7/+9
2008-07-16Merged revisions 131166 via svnmerge from tilghman1-4/+4
2008-07-08Merged revisions 129045 via svnmerge from bbryant1-2/+2
2008-06-03Merged revisions 119892 via svnmerge from russell1-5/+5
2008-05-19Merged revisions 117085 via svnmerge from file1-5/+5
2008-05-05Merged revisions 115334 via svnmerge from tilghman1-2/+6
2008-03-18Merged revisions 109396 via svnmerge from file1-1/+1
2008-03-06Merged revisions 105840 via svnmerge from russell1-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