aboutsummaryrefslogtreecommitdiffstats
path: root/logger.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-14Fix logger check (bug #4260)markster1-1/+1
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-2/+2
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-7/+9
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-9/+9
2005-04-03fix obvious coding error from yesterday's fixkpfleming1-1/+1
2005-04-02don't unnecessarily open-code strchr()kpfleming1-4/+3
2005-04-01strip color code sequences from verbose messages being sent to files/syslog (...kpfleming1-2/+36
2005-04-01Put syslog facility/level name into filename field, so it will show in 'logge...kpfleming1-88/+90
2005-03-31Make logger respond better to lack of disk space and add "logger show channel...markster1-124/+197
2005-03-28No need for sizeof (bug #3887)markster1-1/+1
2005-03-11Apply queuelog patch and perform final test of "test patches" systemmarkster1-38/+57
2005-03-11Add timestamping to console (bug #3653 with minor mods)markster1-4/+20
2005-03-05Allow debug to be enabled on a per-file basis...markster1-0/+4
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2004-12-27fix logging issuerussell1-1/+1
2004-12-18Fix comment issues (bug #3089)markster1-2/+2
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+44
2004-11-17Fix little logging issuemarkster1-5/+7
2004-11-16Fix loggermarkster1-1/+1
2004-11-15Oops for mgcp and logger fix for old linuxmarkster1-1/+1
2004-11-01Use getpid (non-linux) or gettid(linux) for thread identificationmarkster1-4/+11
2004-11-01Console fix (bug #2764) and logger fix...markster1-1/+1
2004-10-24Don't execute log functions for log levels we don't trackmarkster1-0/+6
2004-09-28Fix verbose logger queue so that list doesnt get touched without msglist_lock...citats1-2/+2
2004-09-05Merge Brian West's append hostname patch (bug #2372)markster1-7/+29
2004-07-20Fix logger issue at hangupmarkster1-0/+1
2004-07-14Remaining rgagnon source audit improvements (bug #2011)markster1-3/+3
2004-06-29More formatting cleanups.citats1-112/+114
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-17Close logging stuff so system doesn't have to (bug #1855)markster1-0/+19
2004-06-15Eliminate duplicate init_logger_chain call (bug #1853)markster1-2/+0
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-3/+3
2004-05-18Add date formatting capability for logger (bug #1665)markster1-1/+6
2004-05-06Use ast_strlen_zero in logger.ccitats1-1/+2
2004-04-22Typo in logger.c (bug 1466)citats1-1/+1
2004-04-13Use fputs where it makes sense instead of fprintfmarkster1-2/+2
2004-04-13Don't allow the format to be doubly handledmarkster1-1/+1
2004-03-30Indicate the need to reload without actually reloading...markster1-5/+10
2004-02-27Get rid of compiler warnings when calling ast_queue_logcitats1-2/+2
2004-02-23Really initialize queue logmarkster1-3/+5
2004-02-19Initialize queue loggermarkster1-0/+2
2004-02-12Add queue logging and fix indications bugletmarkster1-0/+38
2004-02-03Don't buffer the event files, eg: messagesmartinp1-0/+1
2004-01-27Don't double verbose thingsmarkster1-4/+6
2004-01-27Add verbose messages to be logged (bug #599)markster1-22/+31
2004-01-26Fix typo (bug #914)markster1-1/+1
2004-01-12make verbose messages not go into syslog, for now. Bug #808jeremy1-6/+0
2004-01-12stomp on seg on logger reloadjeremy1-1/+1
2004-01-12Fix to work before logchain is initialized. Bug #805jeremy1-19/+25
2004-01-12remove code that could never be executed (tautological truth test) Bug #800jeremy1-21/+10