Add queue_log_realtime_use_gmt option to logger.conf
[asterisk/asterisk.git] / main / logger.c
2013-01-28 Russell BryantAdd queue_log_realtime_use_gmt option to logger.conf
2013-01-16 Automerge scriptMerged revisions 379229,379231,379233 via svnmerge...
2013-01-16 Richard MudgettReduce call-id logging resource usage.
2013-01-10 Automerge scriptMerged revisions 378854,378858-378859 via svnmerge...
2013-01-09 Richard MudgettFix logger.c function definition.
2012-12-11 Automerge scriptMerged revisions 377774 via svnmerge from
2012-12-11 Richard MudgettCleanup logger on exit.
2012-11-23 Automerge scriptMerged revisions 376589 via svnmerge from
2012-11-23 Matthew JordanRe-initialize logmsgs mutex upon logger initialization...
2012-10-18 Andrew LathamDoxygen Updates - Title update
2012-09-18 Sean BrightMake the casing of CALL_ID in debug messages consistent...
2012-09-12 Jonathan Roselogger: Add rotatestrategy option of 'none' which does...
2012-07-31 Kinsey MooreClean up and ensure proper usage of alloca()
2012-07-11 Matthew JordanFix validation errors when producing documentation...
2012-07-10 Matthew JordanAdd some additional documentation for core AMI events
2012-06-26 Jonathan RoseUnique Call ID logging Phases III and IV
2012-06-20 Richard MudgettDon't waste time initializing the whole call_identifer_...
2012-06-15 Kevin P. FlemingMultiple revisions 369001-369002
2012-05-17 Jonathan Roselogger: Adds additional support for call id logging...
2012-04-30 Mark MurawkiMerged revisions 364635 via svnmerge from
2012-03-30 Richard MudgettFix logger deadlock on Asterisk shutdown.
2012-03-29 Jonathan RoseIntroducing the log message unique call identifiers...
2012-03-29 Jonathan Roseundoing 360785 due to merging mistake
2012-03-29 Jonathan RoseIntroducing the log message unique call identifiers...
2012-03-22 Kinsey MooreKill off red blobs in most of main/*
2012-03-14 Russell BryantFix bogus reads/writes of console log levels in asterisk.c
2012-02-14 Tilghman LesherRe-commit the verbose branch.
2011-12-12 Matthew JordanBacked out core changes from r346391
2011-11-29 Tilghman LesherAllow each logging destination and console to have...
2011-09-26 Richard MudgettMerged revisions 337974 via svnmerge from
2011-09-08 Richard MudgettMerged revisions 334954 via svnmerge from
2011-09-07 Alec L Davislog Asterisk Version number, Build etc into each log...
2011-08-12 Kinsey MooreMerged revisions 331654 via svnmerge from
2011-08-10 Richard MudgettMerged revisions 331462 via svnmerge from
2011-02-08 Jason ParkerMerged revisions 307092 via svnmerge from
2011-02-04 Paul BelangerReplace ast_log(LOG_DEBUG, ...) with ast_debug()
2010-12-31 Tilghman LesherSupport an alternate configuration file for the 'logger...
2010-12-18 Tilghman LesherMerged revisions 298960 via svnmerge from
2010-12-12 Jeff PeelerAdd support for several platforms to obtain the real...
2010-09-21 Russell BryantMerged revisions 287863 via svnmerge from
2010-09-20 Brett BryantMerged revisions 287639 via svnmerge from
2010-07-25 Tilghman LesherMerged revisions 279390 via svnmerge from
2010-07-20 Tilghman LesherSeparate queue_log arguments into separate fields,...
2010-06-11 Tilghman LesherRemove lines from the output related to the backtrace...
2010-06-10 Kevin P. FlemingEnsure that 'logger show channels' works properly when...
2010-06-10 Tilghman LesherMerged revisions 269635 via svnmerge from
2010-05-26 Tilghman LesherMerged revisions 266142 via svnmerge from
2010-05-20 Kevin P. FlemingCorrect 'all logger levels' patch to work properly.
2010-05-19 Kevin P. FlemingAdd ability for logger channels to include *all* levels.
2010-04-12 Leif MadsenCLI command logger set level auto complete.
2010-02-24 Tilghman LesherMerged revisions 248582 via svnmerge from
2009-10-02 Tilghman LesherInitialize a variable that we check immediately upon...
2009-08-17 Sean BrightCorrect the return value check for ast_safe_system.
2009-06-26 Russell BryantMerge the new Channel Event Logging (CEL) subsystem.
2009-06-25 Sean BrightMove syslog utility functions into a separate file...
2009-06-25 Sean BrightPass a logmsg to ast_log_vsyslog instead of separate...
2009-06-15 Kevin P. FlemingMore 'static' qualifiers on module global variables.
2009-05-28 Joshua ColpFix an incorrect call to ast_string_field_free_memory...
2009-05-15 Kevin P. FlemingAdd ability for modules to dynamically register logger...
2009-05-13 Tilghman LesherTwo fixes found while debugging with ast_backtrace():
2009-05-08 Kevin P. FlemingMerged revisions 193193 via svnmerge from
2009-05-02 Kevin P. FlemingRemove rarely-used event_log/LOG_EVENT support
2009-05-02 Kevin P. FlemingFix an error in queue_log file rotation optimization...
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-04-10 Kevin P. Flemingrevert addition of LOG_SECURITY log channel; after...
2009-04-09 Kevin P. Flemingadd a dedicated log channel for modules to be able...
2009-02-16 Mark MichelsonAssist proper thread synchronization when stopping...
2009-01-09 Matthew NicholsonAdded a comment to logger.c about where to put includes
2009-01-09 Matthew NicholsonUse ast_safe_system() in logger.c instead of system()
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-05 Eliel C. SardanonsJanitor, use ARRAY_LEN() when possible.
2008-11-29 Kevin P. Flemingincorporates r159808 from branches/1.4:
2008-11-19 Terry WilsonFix checking for CONFIG_STATUS_FILEINVALID so that...
2008-11-19 Tilghman LesherStarting with a change to ensure that ast_verbose(...
2008-11-02 Kevin P. Flemingbring over all the fixes for the warnings found by...
2008-08-10 Sean BrightAnother batch of files from RSW. The remaining apps...
2008-07-25 Kevin P. Flemingminor change to test automerge
2008-07-24 Mark MichelsonPrint the correct PID in log messages. Prior to
2008-07-16 Tilghman LesherFix rotate strategy
2008-07-08 Brett BryantJanitor project to convert sizeof to ARRAY_LEN macro.
2008-07-01 Luigi Rizzouse %p to print a pointer
2008-06-19 Michiel van BaakOlder versions of GNU gcc do not allow 'NULL' as sentinel.
2008-06-03 Russell BryantDo a deep copy of file and function strings to avoid...
2008-05-29 Brett BryantAdds support for changing logger settingss on remote...
2008-05-23 Mark MichelsonA new feature thanks to the fine folks at Switchvox!
2008-05-21 Mark MichelsonThis change makes it so that logs will report the corre...
2008-05-19 Joshua ColpThe logger closes the files it is logging to when reloa...
2008-05-05 Tilghman LesherMerged revisions 115333 via svnmerge from
2008-04-16 Tilghman LesherStandardized routines for forking processes (keeps...
2008-03-26 Tilghman LesherAdd the "config reload <conffile>" command, which allow...
2008-03-18 Joshua ColpMake sure values are interpreted as character strings...
2008-03-04 Tilghman LesherWhitespace changes only
2008-02-11 Joshua ColpJust some minor coding style cleanup...
2008-02-05 Mark MichelsonGet rid of any remaining ast_verbose calls in the code...
2008-01-28 Tilghman LesherNormalize the detection for execinfo, so that Linux...
2007-12-26 Mark MichelsonAdding support for storing the queue log entries in...
2007-12-14 Mark MichelsonAfter reading Russell's e-mail to the dev list stating...
2007-12-12 Tilghman LesherConversions of free to ast_free, where applicable,...
2007-12-06 Olle JohanssonDoxygen updates
2007-12-06 Olle JohanssonMerged revisions 91366 via svnmerge from
next