Kevin P. Fleming
|
6f19606c93
move ADSI functionality into ast_ namespace
|
18 years ago |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 years ago |
Kevin P. Fleming
|
2687538ae6
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
|
19 years ago |
Luigi Rizzo
|
c8d72dde26
This rather large commit changes the way modules are loaded.
|
19 years ago |
Luigi Rizzo
|
218b9d47eb
normalize code preparing for loader changes
|
19 years ago |
Kevin P. Fleming
|
9f7c341f1c
since the module API is changing, it's a good time to const-ify the description() and key() return values
|
19 years ago |
Russell Bryant
|
c674004ec1
remove the uses of the deprecated STANDARD_LOCAL_USER
|
19 years ago |
Russell Bryant
|
e4a7a41398
replace malloc+memset with a call to ast_calloc, also removing the error
|
19 years ago |
Russell Bryant
|
ce2d148b36
update doxygen docs to specify authors
|
19 years ago |
Kevin P. Fleming
|
70a40d92e3
|
19 years ago |
Russell Bryant
|
4a7c6dead4
fix typos in my doc cleanup
|
19 years ago |
Russell Bryant
|
9a68f3b3a9
clean up some application descriptions to use more gooder English
|
19 years ago |
Kevin P. Fleming
|
1c9f885b6c
application doc update
|
19 years ago |
Russell Bryant
|
34bca139be
issue #5605
|
19 years ago |
Russell Bryant
|
05a55d3b02
remove unnecessary checks before calls to ast_strlen_zero
|
19 years ago |
Russell Bryant
|
019929452c
Doxygen documentation update from oej (issue #5505)
|
19 years ago |
Russell Bryant
|
eb4c84e970
Massive cleanups to applications for LOCAL_USER handling and some other things.
|
19 years ago |
Russell Bryant
|
f304fbf0c4
it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
|
19 years ago |
Kevin P. Fleming
|
125059a469
update MANY more files with proper copyright/license info (thanks Ian!)
|
19 years ago |
Kevin P. Fleming
|
31e9cb3ada
eliminate signedness warnings (issue #5129)
|
19 years ago |
Russell Bryant
|
560b252848
more ast_copy_string conversions
|
20 years ago |
Kevin P. Fleming
|
fac2853bd0
the last round of file version tags
|
20 years ago |
Kevin P. Fleming
|
7a1360f6a0
major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
|
20 years ago |
Kevin P. Fleming
|
d09e282e31
use double-quotes instead of angle-brackets for non-system include files (bug #4058)
|
20 years ago |
Mark Spencer
|
7613f02ed3
Fix ADSI prog to only accept 253 (bug #2135)
|
20 years ago |
James Golovich
|
b96e0b0f98
Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
|
21 years ago |
Mark Spencer
|
4d4e63a21e
strlen fixes and don't destroy SIP channels that still have pending things on them (bug #1552 et al)
|
21 years ago |
Mark Spencer
|
7645574c9d
Merge ADSI fixes
|
21 years ago |
Mark Spencer
|
ebbf87195b
Fix small (yet big) bug in show_display
|
21 years ago |
Mark Spencer
|
6067fa9426
Fix typos in adsiprog and thus remove compiler warnings
|
22 years ago |