Corey Farrell
|
fac928a74d
main/formats: Fix crash in ast_format_cmp during non-clean shutdown.
|
11 gadi atpakaļ |
Kevin P. Fleming
|
e81a7a8f21
Address OpenSSL initialization issues when using third-party libraries.
|
13 gadi atpakaļ |
Russell Bryant
|
964c6a3ca0
Some scheduler API cleanup and improvements.
|
14 gadi atpakaļ |
Stefan Schmidt
|
7852ba36b2
move devices from hints into an ao2_container
|
14 gadi atpakaļ |
Tilghman Lesher
|
f1cc13c9cb
Merged revisions 296429 via svnmerge from
|
14 gadi atpakaļ |
Tilghman Lesher
|
8dac7bde4d
Revert attempt to standardize with _POSIX_C_SOURCE.
|
16 gadi atpakaļ |
Michiel van Baak
|
b45656a82f
Let's compile again on OpenBSD
|
16 gadi atpakaļ |
Tilghman Lesher
|
5882c25d3e
Various patches, to enable Asterisk to once again compile on Mac OS X.
|
16 gadi atpakaļ |
Tilghman Lesher
|
4701c8da40
Merged revisions 213559 via svnmerge from
|
16 gadi atpakaļ |
Kevin P. Fleming
|
8a1613fd62
Relax check for XOPEN_VERSION.
|
16 gadi atpakaļ |
Kevin P. Fleming
|
eaa84ae525
Define our desires for POSIX and X/OPEN API features properly.
|
16 gadi atpakaļ |
Tilghman Lesher
|
5818b7ff55
Merged revisions 187300-187301 via svnmerge from
|
16 gadi atpakaļ |
Tilghman Lesher
|
bdac0beea0
Merge changes from str_substitution that are unrelated to that branch.
|
16 gadi atpakaļ |
Sean Bright
|
878a2b5941
Mostly just whitespace, but also convert 'CVS' to 'SVN' in a couple
|
16 gadi atpakaļ |
Michiel van Baak
|
dfa3ce831c
add tab completion for 'core set debug X filename.c'
|
16 gadi atpakaļ |
Sean Bright
|
cd7d26873e
Fix a problem found while building res_snmp.
|
16 gadi atpakaļ |
Sean Bright
|
20ed6fd0e2
Don't include logger.h in asterisk.h by default as it is causing problems building
|
17 gadi atpakaļ |
Steve Murphy
|
9093654fc1
(closes issue #13557)
|
17 gadi atpakaļ |
Kevin P. Fleming
|
a6e68ccb24
Merged revisions 144924-144925 via svnmerge from
|
17 gadi atpakaļ |
Russell Bryant
|
581949c436
These prototypes are not supposed to be in asterisk.h. They are already in
|
17 gadi atpakaļ |
Steve Murphy
|
92543cebd8
The fixes in this commit are mainly to allow compiling of trunk with --enable-dev-mode, mutex profiling, lock debugging, etc. Mainly, the version.c needs to be in the OBJS line; asterisk.h was chosen to have the prototypes for ast_get_version, ast_get_version_num; and the ASTERISK_FILE_VERSION macro needs to be used after including asterisk.h in a few files. I hope I did the right thing. If not, let me know.
|
17 gadi atpakaļ |
Olle Johansson
|
22e44f13cb
More "moremanager" fixes. Manager commands to check module status.
|
17 gadi atpakaļ |
Luigi Rizzo
|
c3b537494f
shuffle a little bit the content of header files to reduce dependencies.
|
17 gadi atpakaļ |
Kevin P. Fleming
|
6e36c5f29a
move these forward declarations back to asterisk.h where they belong... even though asterisk.h includes compat.h, these declarations have nothing to do with the being platform-compatible and are directly related to being part of Asterisk
|
17 gadi atpakaļ |
Luigi Rizzo
|
a575562ceb
move asterisk/paths.h outside asterisk.h and into those files
|
17 gadi atpakaļ |
Luigi Rizzo
|
ef421b5ea6
move internal function declarations to include/asterisk/_private.h
|
17 gadi atpakaļ |
Luigi Rizzo
|
6c05ebb4ae
move the declaration of struct ast_channel ast_frame and ast_module
|
17 gadi atpakaļ |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
17 gadi atpakaļ |
Luigi Rizzo
|
e98c4a7ee6
paths are already in include/asterisk/paths.h so don't duplicate
|
17 gadi atpakaļ |
Russell Bryant
|
3d0481ce65
Merged revisions 82337 via svnmerge from
|
18 gadi atpakaļ |