summaryrefslogtreecommitdiff
path: root/logger.c
AgeCommit message (Expand)Author
2005-08-22add a LOG_DTMF logging channel and send all bridged DTMF events out that chan...Kevin P. Fleming
2005-08-15Allow Asterisk to start even when eventlog is turned off (bug #4938)Mark Spencer
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-07-05ensure that filesize-triggered reloads don't recurse (bug #4621, with mods)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-05-20clarify comments even moreKevin P. Fleming
2005-05-20add a little comment to keep someone else from having the same misunderstandi...Kevin P. Fleming
2005-05-19Revert improper patch from bug #4294Mark Spencer
2005-05-19properly check for debug and verbose messages to suppress (bug #4294)Kevin P. Fleming
2005-05-14Fix logger check (bug #4260)Mark Spencer
2005-05-08Fix gethostname calls (bug #4198, with mods)Mark Spencer
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-03fix obvious coding error from yesterday's fixKevin P. Fleming
2005-04-02don't unnecessarily open-code strchr()Kevin P. Fleming
2005-04-01strip color code sequences from verbose messages being sent to files/syslog (...Kevin P. Fleming
2005-04-01Put syslog facility/level name into filename field, so it will show in 'logge...Kevin P. Fleming
2005-03-31Make logger respond better to lack of disk space and add "logger show channel...Mark Spencer
2005-03-28No need for sizeof (bug #3887)Mark Spencer
2005-03-11Apply queuelog patch and perform final test of "test patches" systemMark Spencer
2005-03-11Add timestamping to console (bug #3653 with minor mods)Mark Spencer
2005-03-05Allow debug to be enabled on a per-file basis...Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2004-12-27fix logging issueRussell Bryant
2004-12-18Fix comment issues (bug #3089)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-11-17Fix little logging issueMark Spencer
2004-11-16Fix loggerMark Spencer
2004-11-15Oops for mgcp and logger fix for old linuxMark Spencer
2004-11-01Use getpid (non-linux) or gettid(linux) for thread identificationMark Spencer
2004-11-01Console fix (bug #2764) and logger fix...Mark Spencer
2004-10-24Don't execute log functions for log levels we don't trackMark Spencer
2004-09-28Fix verbose logger queue so that list doesnt get touched without msglist_lock...James Golovich
2004-09-05Merge Brian West's append hostname patch (bug #2372)Mark Spencer
2004-07-20Fix logger issue at hangupMark Spencer
2004-07-14Remaining rgagnon source audit improvements (bug #2011)Mark Spencer
2004-06-29More formatting cleanups.James Golovich
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-17Close logging stuff so system doesn't have to (bug #1855)Mark Spencer
2004-06-15Eliminate duplicate init_logger_chain call (bug #1853)Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-18Add date formatting capability for logger (bug #1665)Mark Spencer
2004-05-06Use ast_strlen_zero in logger.cJames Golovich
2004-04-22Typo in logger.c (bug 1466)James Golovich
2004-04-13Use fputs where it makes sense instead of fprintfMark Spencer
2004-04-13Don't allow the format to be doubly handledMark Spencer
2004-03-30Indicate the need to reload without actually reloading...Mark Spencer
2004-02-27Get rid of compiler warnings when calling ast_queue_logJames Golovich