You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/main
Steve Murphy 4182cd1184
Merged revisions 51683 via svnmerge from
19 years ago
..
db1-ast Merged revisions 50782 via svnmerge from 19 years ago
editline a couple Solaris tweaks, to help build properly. 19 years ago
stdtime Merged revisions 51256 via svnmerge from 19 years ago
Makefile forgot to add AST_LIBS += $(BKTR_LIB) 19 years ago
abstract_jb.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
acl.c - Implement error handling in ast_append_ha 19 years ago
aescrypt.c merge new_loader_completion branch, including (at least): 19 years ago
aeskey.c merge new_loader_completion branch, including (at least): 19 years ago
aesopt.h merge new_loader_completion branch, including (at least): 19 years ago
aestab.c merge new_loader_completion branch, including (at least): 19 years ago
alaw.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
app.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
ast_expr2.c Jason is having problems with the inclusion of <err.h>; it appears to be unnecessary for sucessful builds, so I either removed or commented out the inclusions from all the AEL related code. New outputs from bison/flex are included, etc. 19 years ago
ast_expr2.fl Merged revisions 49237 via svnmerge from 19 years ago
ast_expr2.h merge new_loader_completion branch, including (at least): 19 years ago
ast_expr2.y Jason is having problems with the inclusion of <err.h>; it appears to be unnecessary for sucessful builds, so I either removed or commented out the inclusions from all the AEL related code. New outputs from bison/flex are included, etc. 19 years ago
ast_expr2f.c Merged revisions 49237 via svnmerge from 19 years ago
asterisk.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
astmm.c Merged revisions 50820 via svnmerge from 19 years ago
autoservice.c Might as well go crazy here too and make the autoservice list read/write. 19 years ago
buildinfo.c merge new_loader_completion branch, including (at least): 19 years ago
callerid.c Merged revisions 51683 via svnmerge from 19 years ago
cdr.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
channel.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 19 years ago
cli.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
config.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
cryptostub.c merge new_loader_completion branch, including (at least): 19 years ago
db.c const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here 19 years ago
devicestate.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
dlfcn.c merge new_loader_completion branch, including (at least): 19 years ago
dns.c bug #8076 check option_debug before printing to debug channel. 19 years ago
dnsmgr.c Merged revisions 49006 via svnmerge from 19 years ago
dsp.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
ecdisa.h merge new_loader_completion branch, including (at least): 19 years ago
enum.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
file.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
fixedjitterbuf.c merge new_loader_completion branch, including (at least): 19 years ago
fixedjitterbuf.h merge new_loader_completion branch, including (at least): 19 years ago
frame.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
fskmodem.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
http.c Convert uri_redirects list to read/write locks. 19 years ago
image.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
indications.c Fix a segfault when using "countries" that don't have a matching zone. 19 years ago
io.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
jitterbuf.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
loader.c Take two, using find_resource on Kevin's suggestion. 19 years ago
logger.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
manager.c Break out of the config processing loop for manager.conf once the correct user 19 years ago
md5.c merge new_loader_completion branch, including (at least): 19 years ago
netsock.c Merged revisions 44956 via svnmerge from 19 years ago
pbx.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
plc.c merge new_loader_completion branch, including (at least): 19 years ago
poll.c merge new_loader_completion branch, including (at least): 19 years ago
privacy.c merge new_loader_completion branch, including (at least): 19 years ago
rtp.c Change RTP protos list to be read/write. Most of the time it's only going to be read so making it use mutex locks was a waste. 19 years ago
say.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago
sched.c bug #8076 check option_debug before printing to debug channel. 19 years ago
sha1.c merge new_loader_completion branch, including (at least): 19 years ago
slinfactory.c Merged revisions 43695 via svnmerge from 19 years ago
srv.c merge new_loader_completion branch, including (at least): 19 years ago
strcompat.c Only use alloca.h on OSes that have it. 19 years ago
tdd.c Doxygen changes 19 years ago
term.c Merged revisions 49006 via svnmerge from 19 years ago
threadstorage.c use a rwlock-list for the list of TLS objects 19 years ago
translate.c convert ast_build_str to ast_str_* 19 years ago
udptl.c Merged revisions 49006 via svnmerge from 19 years ago
ulaw.c merge new_loader_completion branch, including (at least): 19 years ago
utils.c Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) 19 years ago