aboutsummaryrefslogtreecommitdiffstats
path: root/logger.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-914/+0
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-225/+146
2006-07-28As discussed and decided on the asterisk-dev mailing list ...russell1-2/+4
2006-07-21slightly simplify a loop and replace an open coded version of ast_skip_blanksrussell1-7/+5
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...kpfleming1-2/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-26Add ability to disable log / verbose output to remote consoles (issue #6524 r...file1-2/+2
2006-05-24Merged revisions 30033 via svnmerge from file1-0/+2
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+1
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)bweschke1-1/+1
2006-02-27conversions to allocation wrappers and coding guidelines fixes (issue #6592)russell1-21/+9
2006-02-26Merged revisions 11165 via svnmerge from tilghman1-97/+81
2006-02-22use a symbolic constant instead of a magic number (tholo!)kpfleming1-3/+4
2006-02-22Typo: should have been changed to a constanttilghman1-1/+1
2006-02-15changed LOG_WARNING to LOG_DEBUG for backtracemogorman1-4/+4
2006-02-08Merged revisions 9232 via svnmerge from mogorman1-2/+11
2006-01-20More doxygen updatesoej1-2/+1
2006-01-17Merged revisions 7963 via svnmerge from mogorman1-5/+5
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-27Bug 5183 - Inline stack backtracestilghman1-0/+36
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-3/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-05use thread ID instead of process ID in logger messages (issue #5349)kpfleming1-1/+5
2005-09-26ensure that if the verbose buffer is full, we send it out even if it's not co...kpfleming1-0/+6
2005-09-15correct accidental logic reversalkpfleming1-1/+1
2005-09-14clean up ast_verbose(), don't hold the lock any longer than neededkpfleming1-32/+42
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+18
2005-08-31make DEBUG_THREADS have more visible loggingkpfleming1-9/+8
2005-08-22add a LOG_DTMF logging channel and send all bridged DTMF events out that chan...kpfleming1-2/+12
2005-08-15Allow Asterisk to start even when eventlog is turned off (bug #4938)markster1-2/+4
2005-07-10more ast_copy_string conversionsrussell1-5/+5
2005-07-05ensure that filesize-triggered reloads don't recurse (bug #4621, with mods)kpfleming1-4/+5
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-1/+4
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-05-20clarify comments even morekpfleming1-5/+6
2005-05-20add a little comment to keep someone else from having the same misunderstandi...kpfleming1-0/+6
2005-05-19Revert improper patch from bug #4294markster1-1/+1
2005-05-19properly check for debug and verbose messages to suppress (bug #4294)kpfleming1-1/+1
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