Tilghman Lesher
|
0fc705f8f5
Merged revisions 172441 via svnmerge from
|
16 years ago |
Joshua Colp
|
36ccdfc48d
Merged revisions 162275 via svnmerge from
|
16 years ago |
Terry Wilson
|
a8f2a9d887
Merged revisions 159093 via svnmerge from
|
16 years ago |
Kevin P. Fleming
|
cf30c8767b
port gcc 4.3.x warning fixes from trunk to this branch
|
16 years ago |
Russell Bryant
|
bd160d47ab
Merged revisions 109447 via svnmerge from
|
17 years ago |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
17 years ago |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 years ago |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
17 years ago |
Mark Michelson
|
952224deae
"show application <foo>" changes for clarity.
|
17 years ago |
Tilghman Lesher
|
4e3de0af3a
Remove redundant includes (patch by snuffy) (Closes issue #10922)
|
17 years ago |
Tilghman Lesher
|
d903e91cdc
Don't reload a configuration file if nothing has changed.
|
17 years ago |
Tilghman Lesher
|
c2cbffc457
Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
|
18 years ago |
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.
|
18 years ago |
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.
|
18 years ago |
Russell Bryant
|
00f1cf2802
Add a massive set of changes for converting to use the ast_debug() macro.
|
18 years ago |
Tilghman Lesher
|
888d03a44b
Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
|
18 years ago |
Russell Bryant
|
b50acc3a37
Merged revisions 65853 via svnmerge from
|
18 years ago |
Olle Johansson
|
c74e0e9c0e
Creating new doxygen macro "\extref" to create page that lists
|
18 years ago |
Steve Murphy
|
53ac68c8d6
a quick fix to app_sms.c to get rid of cursed compiler warnings so I can compile under --enable-dev-mode
|
18 years ago |
Tilghman Lesher
|
2d11fdfc46
Merged revisions 48375 via svnmerge from
|
18 years ago |
Russell Bryant
|
25e8bc052c
fix various spelling mistakes in comments (issue #8237, jmls)
|
18 years ago |
Matt O'Gorman
|
f884e01ddb
bug #8076 check option_debug before printing to debug channel.
|
18 years ago |
Joshua Colp
|
7eb5e63407
Merged revisions 43933 via svnmerge from
|
18 years ago |
Tilghman Lesher
|
75f3818876
Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
|
18 years ago |
Matt O'Gorman
|
4dd7e4bbac
everything that loads a config that needs a config file to run
|
18 years ago |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 years ago |
Russell Bryant
|
97d97638cb
Merged revisions 33781 via svnmerge from
|
19 years ago |
Russell Bryant
|
d3405ccaac
Merged revisions 33513 via svnmerge from
|
19 years ago |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
19 years ago |
Russell Bryant
|
5241bdc2d4
remove almost all of the checks of the result from ast_strdupa() or alloca().
|
19 years ago |