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
Russell Bryant 97fe798e7e
Merged revisions 58164 via svnmerge from
19 years ago
..
db1-ast When building libdb1.a, put the additional flags needed at the beginning of 19 years ago
editline a couple Solaris tweaks, to help build properly. 19 years ago
stdtime Merged revisions 51255 via svnmerge from 19 years ago
Makefile The clean target actually needs to run "distclean" on editline. This is 19 years ago
abstract_jb.c Merge team/russell/frame_caching 19 years ago
acl.c Don't output debug unless we asked for it 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 merge new_loader_completion branch, including (at least): 19 years ago
app.c Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls. 19 years ago
ast_expr2.c removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to frame.c to avoid build-killing compiler warnings. 19 years ago
ast_expr2.fl This is a slight modification to Josh's edits for #8579; both files edited were the produced by flex; so the source files need to be changed instead, and the generated files regenerated. 19 years ago
ast_expr2.h merge new_loader_completion branch, including (at least): 19 years ago
ast_expr2.y removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to frame.c to avoid build-killing compiler warnings. 19 years ago
ast_expr2f.c This is a slight modification to Josh's edits for #8579; both files edited were the produced by flex; so the source files need to be changed instead, and the generated files regenerated. 19 years ago
asterisk.c Allow both of the show version files and core show file versions CLI commands to work. (issue #9135 reported by mvanbaak) 19 years ago
astmm.c Add missing newlines for two memory CLI commands. 19 years ago
autoservice.c update thread creation code a bit 19 years ago
buildinfo.c merge new_loader_completion branch, including (at least): 19 years ago
callerid.c via 8748 (callerid.c loses name when returning PRIVATE_NUMBER flag), the user suggested this mod, saying it would allow 'WITHHELD' to appear in the name field, which would be useful 19 years ago
cdr.c Merged revisions 53045 via svnmerge from 19 years ago
channel.c Merged revisions 56684 via svnmerge from 19 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 19 years ago
cli.c Print out deprecation notice on usage output of CLI commands. (issue #8925 reported by blitzrage) 19 years ago
coef_in.h merge new_loader_completion branch, including (at least): 19 years ago
coef_out.h merge new_loader_completion branch, including (at least): 19 years ago
config.c Merged revisions 53117 via svnmerge from 19 years ago
cryptostub.c merge new_loader_completion branch, including (at least): 19 years ago
db.c reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases 19 years ago
devicestate.c update thread creation code a bit 19 years ago
dial.c Merge changes from team/russell/sla_updates. 19 years ago
dlfcn.c merge new_loader_completion branch, including (at least): 19 years ago
dns.c merge new_loader_completion branch, including (at least): 19 years ago
dnsmgr.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
dsp.c Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it! 19 years ago
ecdisa.h merge new_loader_completion branch, including (at least): 19 years ago
enum.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
file.c Return the correct digit that interrupted the stream. This fixes exiting the 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 Merge the changes from the /team/group/vldtmf_fixup branch. 19 years ago
fskmodem.c merge new_loader_completion branch, including (at least): 19 years ago
http.c Add the Asterisk version information to the Server header in HTTP 19 years ago
image.c Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" 19 years ago
indications.c merge new_loader_completion branch, including (at least): 19 years ago
io.c Merged revisions 44168 via svnmerge from 19 years ago
jitterbuf.c Clean up a few things in the last commit to the adaptive jitterbuffer code. 19 years ago
loader.c disable unloading of embedded modules... there is a fundamental problem with doing so that will not be fixed in this version of Asterisk due to its invasiveness 19 years ago
logger.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
manager.c Merged revisions 58164 via svnmerge from 19 years ago
md5.c merge new_loader_completion branch, including (at least): 19 years ago
netsock.c Merged revisions 44955 via svnmerge from 19 years ago
pbx.c Merged revisions 57825 via svnmerge from 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 Preserve marker bit when P2P bridging. (issue #9198 reported by edgreenberg) 19 years ago
say.c submitted patch for Georgian language, issue 9010, submitted by Alexander Shaduri 19 years ago
sched.c Change log notice to debug. It is possible for a scheduled item to execute and be deleted at close to the same time and unavoidable. If this happens this message creeps up. 19 years ago
sha1.c merge new_loader_completion branch, including (at least): 19 years ago
slinfactory.c Don't allow a NULL pointer to reach ast_frdup. (issue #9155 reported by cmaj) 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 merge new_loader_completion branch, including (at least): 19 years ago
term.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
threadstorage.c add support for tracking thread-local-storage objects that exist via 'threadstorage' CLI commands 19 years ago
translate.c bug 8189 posted this fix for main/translate.c for PLC 19 years ago
udptl.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
ulaw.c merge new_loader_completion branch, including (at least): 19 years ago
utils.c Merged revisions 51194 via svnmerge from 19 years ago