Commit Graph

125 Commits (ceab8bf73c700b8fcd13dc2b2723be2f12156670)

Author SHA1 Message Date
Richard Mudgett f49ffa9d4c Fix memory corruption when trying to get "core show locks".
13 years ago
Walter Doekes ae157a6b66 Consistent memory allocation by ast_bt_get_symbols.
13 years ago
Matthew Jordan f318fa2c50 Print all logger messages on shutdown
13 years ago
Richard Mudgett 11a0764011 Cleanup logger on exit.
13 years ago
Matthew Jordan 274a263773 Re-initialize logmsgs mutex upon logger initialization to prevent lock errors
13 years ago
Kinsey Moore 377caa7fb1 Clean up and ensure proper usage of alloca()
14 years ago
Kevin P. Fleming f83d1b98e8 Add support-level indications to many more source files.
14 years ago
Mark Murawki 2a6bdce6b4 Sanatize result from bfd_find_nearest_line (BETTER_BACKTRACES)
14 years ago
Richard Mudgett 1df90a2cf1 Fix logger deadlock on Asterisk shutdown.
14 years ago
Russell Bryant 5a87fa5de9 Fix bogus reads/writes of console log levels in asterisk.c
14 years ago
Richard Mudgett f2e1640435 Fix deadlock when using dummy channels.
14 years ago
Richard Mudgett 2fb25c3aea Fix crash with res_fax when MALLOC_DEBUG and "core stop gracefully" are used.
14 years ago
Kinsey Moore 173818cf8f Logger does not warn of failure to open logging channels
15 years ago
Richard Mudgett e6b7737ef6 Output of queue log not started until logger reloaded.
15 years ago
Jason Parker 5da9bab0bc Fix issue with verbose messages not showing on remote console.
15 years ago
Tilghman Lesher d70a3b0856 Merged revisions 298957 via svnmerge from
15 years ago
Russell Bryant 5bc7529f45 Fix a regression in verbose logger processing.
15 years ago
Brett Bryant dc50c6b1bd Fixes an error with the logger that caused verbose messages to be spammed to the
15 years ago
Tilghman Lesher a3cb74fcd4 Don't assume qlog is open.
16 years ago
Tilghman Lesher 82448ad7d2 Separate queue_log arguments into separate fields, and allow the text file to be used, even when realtime is used.
16 years ago
Tilghman Lesher c7293780b8 Remove lines from the output related to the backtrace itself.
16 years ago
Kevin P. Fleming 33ba94eb0b Ensure that 'logger show channels' works properly when wildcards are used in logger.conf.
16 years ago
Tilghman Lesher 5d313f51b9 Merged revisions 269635 via svnmerge from
16 years ago
Tilghman Lesher fb80119b87 Merged revisions 266142 via svnmerge from
16 years ago
Kevin P. Fleming 2aa0c11679 Correct 'all logger levels' patch to work properly.
16 years ago
Kevin P. Fleming e77efbc12e Add ability for logger channels to include *all* levels.
16 years ago
Leif Madsen d2e1f421fa CLI command logger set level auto complete.
16 years ago
Tilghman Lesher 4e1e6820db Merged revisions 248582 via svnmerge from
16 years ago
Tilghman Lesher ba10edfcac Initialize a variable that we check immediately upon startup.
16 years ago
Sean Bright 0c99f79a76 Correct the return value check for ast_safe_system.
17 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
17 years ago
Sean Bright 4535305772 Move syslog utility functions into a separate file so they can be re-used.
17 years ago
Sean Bright ca3a181c33 Pass a logmsg to ast_log_vsyslog instead of separate arguments.
17 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
17 years ago
Joshua Colp ea89db8ce0 Fix an incorrect call to ast_string_field_free_memory which caused a crash in the logger.
17 years ago
Kevin P. Fleming d1e0b11343 Add ability for modules to dynamically register logger levels
17 years ago
Tilghman Lesher c524f905a6 Two fixes found while debugging with ast_backtrace():
17 years ago
Kevin P. Fleming 7893ab8fe7 Merged revisions 193193 via svnmerge from
17 years ago
Kevin P. Fleming a3af213506 Remove rarely-used event_log/LOG_EVENT support
17 years ago
Kevin P. Fleming b8b4d01b06 Fix an error in queue_log file rotation optimization code
17 years ago
Russell Bryant cba19c8a67 Convert the ast_channel data structure over to the astobj2 framework.
17 years ago
Kevin P. Fleming 2f048030bd revert addition of LOG_SECURITY log channel; after further discussion, a much better solution will be used
17 years ago
Kevin P. Fleming b5f8c632df add a dedicated log channel for modules to be able report security-related events, so that they can be fed into external processes for analysis and possible mitigation efforts
17 years ago
Mark Michelson e32921415f Assist proper thread synchronization when stopping the logger thread.
17 years ago
Matthew Nicholson 23755124ba Added a comment to logger.c about where to put includes
17 years ago
Matthew Nicholson f42c44449a Use ast_safe_system() in logger.c instead of system()
17 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Kevin P. Fleming 887e28d7aa incorporates r159808 from branches/1.4:
17 years ago
Terry Wilson d66a8cd264 Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config
17 years ago