aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Ensure restartable system calls can restart (BSD signal semantics)tilghman1-0/+1
2010-06-04Get rid of a warning that gets printed out when the console is configured wit...russell1-1/+4
2010-05-26Use sigaction for signals which should persist past the initial trigger, not ...tilghman1-4/+7
2010-02-24Remove color code sequences from verbose messages that go to logfiles.tilghman1-1/+1
2009-05-08Make absolute paths for logger channels work properlykpfleming1-11/+5
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-1/+1
2008-05-05Separate verbose output from CLI output, by using a preamble.tilghman1-2/+6
2007-12-06Make sure logger is reloaded at general reload in the cli.oej1-6/+14
2007-07-26Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never ...mmichelson1-0/+4
2007-07-26Missed onetilghman1-1/+1
2007-07-26Oops, that builtin define should be all-lowercase.tilghman1-2/+2
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-2/+2
2007-03-20Fix defines for inline stack backtraces (only used by developers anyway)tilghman1-6/+6
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-3/+3
2006-11-11woohoo safe out put!mogorman1-2/+8
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-8/+3
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-13/+15
2006-09-07Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.murf1-70/+76
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+914