Kinsey Moore
|
43b85a2bbe
Allow Asterisk to compile under GCC 4.10
|
10 年之前 |
Richard Mudgett
|
2281104b59
verbosity: Fix performance of console verbose messages.
|
11 年之前 |
Kevin Harwell
|
6ed2e200f1
Verbose logging discrepancies
|
11 年之前 |
Terry Wilson
|
c98bbe2897
ast_channel opaquification of pointers and integral types
|
12 年之前 |
Terry Wilson
|
ac31134e12
Opaquify char * and char[] in ast_channel
|
12 年之前 |
Tilghman Lesher
|
a2250097b1
Allow each logging destination and console to have its own notion of the verbosity level.
|
13 年之前 |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
13 年之前 |
Paul Belanger
|
68e3c9d4c1
Merged revisions 301177 via svnmerge from
|
14 年之前 |
Tilghman Lesher
|
ce99465a3b
AST-2009-005
|
15 年之前 |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
15 年之前 |
Kevin P. Fleming
|
33f0830290
Remove rarely-used event_log/LOG_EVENT support
|
15 年之前 |
Kevin P. Fleming
|
b4d56a8650
revert addition of LOG_SECURITY log channel; after further discussion, a much better solution will be used
|
15 年之前 |
Kevin P. Fleming
|
b57afe0dbf
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
|
15 年之前 |
Russell Bryant
|
38a3fa4b39
Merge changes from team/group/appdocsxml
|
16 年之前 |
Luigi Rizzo
|
c23eb04190
more header removal
|
17 年之前 |
Luigi Rizzo
|
c3b537494f
shuffle a little bit the content of header files to reduce dependencies.
|
17 年之前 |
Luigi Rizzo
|
3736ebab77
remove redundant headers
|
17 年之前 |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
17 年之前 |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 年之前 |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 年之前 |
Tilghman Lesher
|
34c4795347
Merge the dialplan_aesthetics branch. Most of this patch simply converts applications
|
17 年之前 |
Joshua Colp
|
84a951dfa2
I found this sillyness when I did my ast_module_user conversion. Return immediately if no data was passed to the Verbose application.
|
17 年之前 |
Joshua Colp
|
06e56560db
Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application.
|
17 年之前 |
Joshua Colp
|
20ea2e3dd0
It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it.
|
17 年之前 |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 年之前 |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
18 年之前 |
Russell Bryant
|
5241bdc2d4
remove almost all of the checks of the result from ast_strdupa() or alloca().
|
18 年之前 |
BJ Weschke
|
204ca20d82
Merged revisions 24669 via svnmerge from
|
18 年之前 |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
18 年之前 |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
18 年之前 |