projects
/
asterisk/asterisk.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Pass a logmsg to ast_log_vsyslog instead of separate arguments.
[asterisk/asterisk.git]
/
main
/
logger.c
2009-06-25
Sean Bright
Pass a logmsg to ast_log_vsyslog instead of separate...
blob
|
commitdiff
2009-06-15
Kevin P. Fleming
More 'static' qualifiers on module global variables.
blob
|
commitdiff
|
diff to current
2009-05-28
Joshua Colp
Fix an incorrect call to ast_string_field_free_memory...
blob
|
commitdiff
|
diff to current
2009-05-15
Kevin P. Fleming
Add ability for modules to dynamically register logger...
blob
|
commitdiff
|
diff to current
2009-05-13
Tilghman Lesher
Two fixes found while debugging with ast_backtrace():
blob
|
commitdiff
|
diff to current
2009-05-08
Kevin P. Fleming
Merged revisions 193193 via svnmerge from
blob
|
commitdiff
|
diff to current
2009-05-02
Kevin P. Fleming
Remove rarely-used event_log/LOG_EVENT support
blob
|
commitdiff
|
diff to current
2009-05-02
Kevin P. Fleming
Fix an error in queue_log file rotation optimization...
blob
|
commitdiff
|
diff to current
2009-04-24
Russell Bryant
Convert the ast_channel data structure over to the...
blob
|
commitdiff
|
diff to current
2009-04-10
Kevin P. Fleming
revert addition of LOG_SECURITY log channel; after...
blob
|
commitdiff
|
diff to current
2009-04-09
Kevin P. Fleming
add a dedicated log channel for modules to be able...
blob
|
commitdiff
|
diff to current
2009-02-16
Mark Michelson
Assist proper thread synchronization when stopping...
blob
|
commitdiff
|
diff to current
2009-01-09
Matthew Nicholson
Added a comment to logger.c about where to put includes
blob
|
commitdiff
|
diff to current
2009-01-09
Matthew Nicholson
Use ast_safe_system() in logger.c instead of system()
blob
|
commitdiff
|
diff to current
2008-12-13
Tilghman Lesher
Merge ast_str_opaque branch (discontinue usage of ast_s...
blob
|
commitdiff
|
diff to current
2008-12-05
Eliel C. Sardanons
Janitor, use ARRAY_LEN() when possible.
blob
|
commitdiff
|
diff to current
2008-11-29
Kevin P. Fleming
incorporates r159808 from branches/1.4:
blob
|
commitdiff
|
diff to current
2008-11-19
Terry Wilson
Fix checking for CONFIG_STATUS_FILEINVALID so that...
blob
|
commitdiff
|
diff to current
2008-11-19
Tilghman Lesher
Starting with a change to ensure that ast_verbose(...
blob
|
commitdiff
|
diff to current
2008-11-02
Kevin P. Fleming
bring over all the fixes for the warnings found by...
blob
|
commitdiff
|
diff to current
2008-08-10
Sean Bright
Another batch of files from RSW. The remaining apps...
blob
|
commitdiff
|
diff to current
2008-07-25
Kevin P. Fleming
minor change to test automerge
blob
|
commitdiff
|
diff to current
2008-07-24
Mark Michelson
Print the correct PID in log messages. Prior to
blob
|
commitdiff
|
diff to current
2008-07-16
Tilghman Lesher
Fix rotate strategy
blob
|
commitdiff
|
diff to current
2008-07-08
Brett Bryant
Janitor project to convert sizeof to ARRAY_LEN macro.
blob
|
commitdiff
|
diff to current
2008-07-01
Luigi Rizzo
use %p to print a pointer
blob
|
commitdiff
|
diff to current
2008-06-19
Michiel van Baak
Older versions of GNU gcc do not allow 'NULL' as sentinel.
blob
|
commitdiff
|
diff to current
2008-06-03
Russell Bryant
Do a deep copy of file and function strings to avoid...
blob
|
commitdiff
|
diff to current
2008-05-29
Brett Bryant
Adds support for changing logger settingss on remote...
blob
|
commitdiff
|
diff to current
2008-05-23
Mark Michelson
A new feature thanks to the fine folks at Switchvox!
blob
|
commitdiff
|
diff to current
2008-05-21
Mark Michelson
This change makes it so that logs will report the corre...
blob
|
commitdiff
|
diff to current
2008-05-19
Joshua Colp
The logger closes the files it is logging to when reloa...
blob
|
commitdiff
|
diff to current
2008-05-05
Tilghman Lesher
Merged revisions 115333 via svnmerge from
blob
|
commitdiff
|
diff to current
2008-04-16
Tilghman Lesher
Standardized routines for forking processes (keeps...
blob
|
commitdiff
|
diff to current
2008-03-26
Tilghman Lesher
Add the "config reload <conffile>" command, which allow...
blob
|
commitdiff
|
diff to current
2008-03-18
Joshua Colp
Make sure values are interpreted as character strings...
blob
|
commitdiff
|
diff to current
2008-03-04
Tilghman Lesher
Whitespace changes only
blob
|
commitdiff
|
diff to current
2008-02-11
Joshua Colp
Just some minor coding style cleanup...
blob
|
commitdiff
|
diff to current
2008-02-05
Mark Michelson
Get rid of any remaining ast_verbose calls in the code...
blob
|
commitdiff
|
diff to current
2008-01-28
Tilghman Lesher
Normalize the detection for execinfo, so that Linux...
blob
|
commitdiff
|
diff to current
2007-12-26
Mark Michelson
Adding support for storing the queue log entries in...
blob
|
commitdiff
|
diff to current
2007-12-14
Mark Michelson
After reading Russell's e-mail to the dev list stating...
blob
|
commitdiff
|
diff to current
2007-12-12
Tilghman Lesher
Conversions of free to ast_free, where applicable,...
blob
|
commitdiff
|
diff to current
2007-12-06
Olle Johansson
Doxygen updates
blob
|
commitdiff
|
diff to current
2007-12-06
Olle Johansson
Merged revisions 91366 via svnmerge from
blob
|
commitdiff
|
diff to current
2007-11-21
Luigi Rizzo
remove a bunch of useless #include "options.h"
blob
|
commitdiff
|
diff to current
2007-11-20
Luigi Rizzo
move asterisk/paths.h outside asterisk.h and into those...
blob
|
commitdiff
|
diff to current
2007-11-20
Luigi Rizzo
move internal function declarations to include/asterisk...
blob
|
commitdiff
|
diff to current
2007-11-19
Luigi Rizzo
another bunch of include removals (errno.h and asterisk...
blob
|
commitdiff
|
diff to current
2007-11-19
Luigi Rizzo
include "logger.h" and errno.h from asterisk.h - usage...
blob
|
commitdiff
|
diff to current
2007-11-16
Luigi Rizzo
remove a bunch of duplicate includes
blob
|
commitdiff
|
diff to current
2007-11-16
Luigi Rizzo
Start untangling header inclusion in a way that does...
blob
|
commitdiff
|
diff to current
2007-11-14
Luigi Rizzo
make the 'name' and 'value' fields in ast_variable...
blob
|
commitdiff
|
diff to current
2007-11-08
Kevin P. Fleming
improve linked-list macros in two ways:
blob
|
commitdiff
|
diff to current
2007-11-01
Steve Murphy
This commits the performance mods that give the priorit...
blob
|
commitdiff
|
diff to current
2007-10-22
Jason Parker
Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
blob
|
commitdiff
|
diff to current
2007-10-19
Jason Parker
Convert NEW_CLI to AST_CLI.
blob
|
commitdiff
|
diff to current
2007-10-10
Joshua Colp
Process outstanding log messages before shutting down...
blob
|
commitdiff
|
diff to current
2007-09-18
Jason Parker
(issue #10724)
blob
|
commitdiff
|
diff to current
2007-08-30
Tilghman Lesher
Always force reread of the config when we're rotating...
blob
|
commitdiff
|
diff to current
2007-08-28
Joshua Colp
Add some read/write locking magic to make logger reload...
blob
|
commitdiff
|
diff to current
2007-08-28
Tilghman Lesher
Support better rotation of log files to be more like...
blob
|
commitdiff
|
diff to current
2007-08-16
Tilghman Lesher
Don't reload a configuration file if nothing has changed.
blob
|
commitdiff
|
diff to current
2007-07-26
Mark Michelson
Merged revisions 77380 via svnmerge from
blob
|
commitdiff
|
diff to current
2007-07-26
Tilghman Lesher
Merged revisions 77350 via svnmerge from
blob
|
commitdiff
|
diff to current
2007-07-26
Tilghman Lesher
Merged revisions 77348 via svnmerge from
blob
|
commitdiff
|
diff to current
2007-07-23
Russell Bryant
(closes issue #10192)
blob
|
commitdiff
|
diff to current
2007-07-20
Tilghman Lesher
Reduce some logging contention by switching several...
blob
|
commitdiff
|
diff to current
2007-07-18
Tilghman Lesher
Merge in ast_strftime branch, which changes timestamps...
blob
|
commitdiff
|
diff to current
2007-06-27
Joshua Colp
Fix -T option. (issue #10073 reported by xylome)
blob
|
commitdiff
|
diff to current
2007-06-24
Russell Bryant
Conversions to ast_debug()
blob
|
commitdiff
|
diff to current
2007-06-22
Tilghman Lesher
Issue 9990 - New API ast_mkdir, which creates parent...
blob
|
commitdiff
|
diff to current
2007-06-14
Kevin P. Fleming
Merged revisions 69392 via svnmerge from
blob
|
commitdiff
|
diff to current
2007-04-11
Joshua Colp
Output verbose messages to the normal logger as well...
blob
|
commitdiff
|
diff to current
2007-03-20
Tilghman Lesher
Merged revisions 59078 via svnmerge from
blob
|
commitdiff
|
diff to current
2007-02-20
Joshua Colp
Flush out the file pointer. (issue #9115 reported by...
blob
|
commitdiff
|
diff to current
2007-01-23
Joshua Colp
Cosmetic changes. Make main source files better conform...
blob
|
commitdiff
|
diff to current
2006-12-27
Kevin P. Fleming
Merged revisions 49006 via svnmerge from
blob
|
commitdiff
|
diff to current
2006-12-21
Joshua Colp
Merge non-blocking logger from my branch. This should...
blob
|
commitdiff
|
diff to current
2006-12-18
Luigi Rizzo
debugging shows that we always need more than 128 bytes
blob
|
commitdiff
|
diff to current
2006-12-15
Luigi Rizzo
simplify the ast_dynamic_str_*.... routines by
blob
|
commitdiff
|
diff to current
2006-11-11
Matt O'Gorman
safe terminal output is sweet.
blob
|
commitdiff
|
diff to current
2006-11-04
Luigi Rizzo
remove many unnecessary casts
blob
|
commitdiff
|
diff to current
2006-11-02
Tilghman Lesher
Merged revisions 47051 via svnmerge from
blob
|
commitdiff
|
diff to current
2006-10-19
Russell Bryant
Extend the thread storage API such that a custom initia...
blob
|
commitdiff
|
diff to current
2006-10-03
Matt O'Gorman
bug #8076 check option_debug before printing to debug...
blob
|
commitdiff
|
diff to current
2006-10-02
Joshua Colp
Add option to logger to rename log files with timestamp...
blob
|
commitdiff
|
diff to current
2006-09-26
Jason Parker
Add optional queue_log_name config option for logger...
blob
|
commitdiff
|
diff to current
2006-09-21
Tilghman Lesher
Remove deprecated CLI apps from the core
blob
|
commitdiff
|
diff to current
2006-09-20
Tilghman Lesher
Constify the result of a config retrieval function...
blob
|
commitdiff
|
diff to current
2006-09-18
Kevin P. Fleming
merge qwell's CLI verbification work
blob
|
commitdiff
|
diff to current
2006-09-07
Steve Murphy
Made changes corresponding to those in 1.2 here in...
blob
|
commitdiff
|
diff to current
2006-08-21
Kevin P. Fleming
merge new_loader_completion branch, including (at least):
blob
|
commitdiff
|
diff to current