summaryrefslogtreecommitdiff
path: root/main/logger.c
AgeCommit message (Expand)Author
2007-04-11Output verbose messages to the normal logger as well. (issue #9476 reported b...Joshua Colp
2007-03-20Merged revisions 59078 via svnmerge from Tilghman Lesher
2007-02-20Flush out the file pointer. (issue #9115 reported by guthrie)Joshua Colp
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming
2006-12-21Merge non-blocking logger from my branch. This should improve things under he...Joshua Colp
2006-12-18debugging shows that we always need more than 128 bytesLuigi Rizzo
2006-12-15simplify the ast_dynamic_str_*.... routines byLuigi Rizzo
2006-11-11safe terminal output is sweet.Matt O'Gorman
2006-11-04remove many unnecessary castsLuigi Rizzo
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-10-02Add option to logger to rename log files with timestamp (issue #8020 reported...Joshua Colp
2006-09-26Add optional queue_log_name config option for logger.conf, to change theJason Parker
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-07Made changes corresponding to those in 1.2 here in main/logger.c for bug 7544.Steve Murphy
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming