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