Pass a logmsg to ast_log_vsyslog instead of separate arguments.
[asterisk/asterisk.git] / main / logger.c
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
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-20 Luigi Rizzomove internal function declarations to include/asterisk...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi Rizzoremove a bunch of duplicate includes
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-14 Luigi Rizzomake the 'name' and 'value' fields in ast_variable...
2007-11-08 Kevin P. Flemingimprove linked-list macros in two ways:
2007-11-01 Steve MurphyThis commits the performance mods that give the priorit...
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-10 Joshua ColpProcess outstanding log messages before shutting down...
2007-09-18 Jason Parker(issue #10724)
2007-08-30 Tilghman LesherAlways force reread of the config when we're rotating...
2007-08-28 Joshua ColpAdd some read/write locking magic to make logger reload...
2007-08-28 Tilghman LesherSupport better rotation of log files to be more like...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-07-26 Mark MichelsonMerged revisions 77380 via svnmerge from
2007-07-26 Tilghman LesherMerged revisions 77350 via svnmerge from
2007-07-26 Tilghman LesherMerged revisions 77348 via svnmerge from
2007-07-23 Russell Bryant(closes issue #10192)
2007-07-20 Tilghman LesherReduce some logging contention by switching several...
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-06-27 Joshua ColpFix -T option. (issue #10073 reported by xylome)
2007-06-24 Russell BryantConversions to ast_debug()
2007-06-22 Tilghman LesherIssue 9990 - New API ast_mkdir, which creates parent...
2007-06-14 Kevin P. FlemingMerged revisions 69392 via svnmerge from
2007-04-11 Joshua ColpOutput verbose messages to the normal logger as well...
2007-03-20 Tilghman LesherMerged revisions 59078 via svnmerge from
2007-02-20 Joshua ColpFlush out the file pointer. (issue #9115 reported by...
2007-01-23 Joshua ColpCosmetic changes. Make main source files better conform...
2006-12-27 Kevin P. FlemingMerged revisions 49006 via svnmerge from
2006-12-21 Joshua ColpMerge non-blocking logger from my branch. This should...
2006-12-18 Luigi Rizzodebugging shows that we always need more than 128 bytes
2006-12-15 Luigi Rizzosimplify the ast_dynamic_str_*.... routines by
2006-11-11 Matt O'Gormansafe terminal output is sweet.
2006-11-04 Luigi Rizzoremove many unnecessary casts
2006-11-02 Tilghman LesherMerged revisions 47051 via svnmerge from
2006-10-19 Russell BryantExtend the thread storage API such that a custom initia...
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-10-02 Joshua ColpAdd option to logger to rename log files with timestamp...
2006-09-26 Jason ParkerAdd optional queue_log_name config option for logger...
2006-09-21 Tilghman LesherRemove deprecated CLI apps from the core
2006-09-20 Tilghman LesherConstify the result of a config retrieval function...
2006-09-18 Kevin P. Flemingmerge qwell's CLI verbification work
2006-09-07 Steve MurphyMade changes corresponding to those in 1.2 here in...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):