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 33235b40d6
Merge the changes from the /team/group/vldtmf_fixup branch.
20 years ago
..
db1-ast Merged revisions 50781 via svnmerge from 20 years ago
editline a couple Solaris tweaks, to help build properly. 20 years ago
stdtime Merged revisions 51255 via svnmerge from 20 years ago
Makefile Ensure that the locations given to the Asterisk configure script for ncurses, 20 years ago
abstract_jb.c Merge team/russell/frame_caching 20 years ago
acl.c ------------------------------------------------------------------------ 20 years ago
aescrypt.c merge new_loader_completion branch, including (at least): 20 years ago
aeskey.c merge new_loader_completion branch, including (at least): 20 years ago
aesopt.h merge new_loader_completion branch, including (at least): 20 years ago
aestab.c merge new_loader_completion branch, including (at least): 20 years ago
alaw.c merge new_loader_completion branch, including (at least): 20 years ago
app.c Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls. 20 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. 20 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. 20 years ago
ast_expr2.h merge new_loader_completion branch, including (at least): 20 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. 20 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. 20 years ago
asterisk.c Merged revisions 51300 via svnmerge from 20 years ago
astmm.c Add missing newlines for two memory CLI commands. 20 years ago
autoservice.c update thread creation code a bit 20 years ago
buildinfo.c merge new_loader_completion branch, including (at least): 20 years ago
callerid.c Add the missing call to free described in issue #8268. Also, add a bunch of 20 years ago
cdr.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 20 years ago
channel.c Merge the changes from the /team/group/vldtmf_fixup branch. 20 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 20 years ago
cli.c Fix an issue with file name completion in "module load" and "load". 20 years ago
coef_in.h merge new_loader_completion branch, including (at least): 20 years ago
coef_out.h merge new_loader_completion branch, including (at least): 20 years ago
config.c It is possible for the config pointer to be NULL here, so it needs to be 20 years ago
cryptostub.c merge new_loader_completion branch, including (at least): 20 years ago
db.c reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases 20 years ago
devicestate.c update thread creation code a bit 20 years ago
dlfcn.c merge new_loader_completion branch, including (at least): 20 years ago
dns.c merge new_loader_completion branch, including (at least): 20 years ago
dnsmgr.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 20 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! 20 years ago
ecdisa.h merge new_loader_completion branch, including (at least): 20 years ago
enum.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 20 years ago
file.c Display more useful output when streaming files. 20 years ago
fixedjitterbuf.c merge new_loader_completion branch, including (at least): 20 years ago
fixedjitterbuf.h merge new_loader_completion branch, including (at least): 20 years ago
frame.c Merge the changes from the /team/group/vldtmf_fixup branch. 20 years ago
fskmodem.c merge new_loader_completion branch, including (at least): 20 years ago
http.c saw this in passing... fix a small typo 20 years ago
image.c Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" 20 years ago
indications.c merge new_loader_completion branch, including (at least): 20 years ago
io.c Merged revisions 44168 via svnmerge from 20 years ago
jitterbuf.c merge new_loader_completion branch, including (at least): 20 years ago
loader.c Don't use promotion on Darwin because it doesn't seem to work quite right in all cases, this should solve the unresolved symbol issue people have been seeing. 20 years ago
logger.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 20 years ago
manager.c Make the "hasmanager" option in users.conf actually have an effect. 20 years ago
md5.c merge new_loader_completion branch, including (at least): 20 years ago
netsock.c Merged revisions 44955 via svnmerge from 20 years ago
pbx.c Add some more checks for option_debug before ast_log(LOG_DEBUG, ...) calls. 20 years ago
plc.c merge new_loader_completion branch, including (at least): 20 years ago
poll.c merge new_loader_completion branch, including (at least): 20 years ago
privacy.c merge new_loader_completion branch, including (at least): 20 years ago
rtp.c Merge the changes from the /team/group/vldtmf_fixup branch. 20 years ago
say.c fix saying one hundred and two hundred in hebrew (issue #7810, eldadran) 20 years ago
sched.c merge new_loader_completion branch, including (at least): 20 years ago
sha1.c merge new_loader_completion branch, including (at least): 20 years ago
slinfactory.c Slight overhaul of the whisper support. 1. We need to duplicate the frame from ast_translate 2. We need to ensure we always have signed linear coming in for signed linear combining. 3. We need to ensure we are always feeding signed linear out. 4. Properly store and restore write format when beeping on the channel we are whispering on. 5. Properly discontinue the stream on the channel for the beep. (issue #8019 reported by timkelly1980) 20 years ago
srv.c merge new_loader_completion branch, including (at least): 20 years ago
strcompat.c Only use alloca.h on OSes that have it. 20 years ago
tdd.c merge new_loader_completion branch, including (at least): 20 years ago
term.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 20 years ago
threadstorage.c add support for tracking thread-local-storage objects that exist via 'threadstorage' CLI commands 20 years ago
translate.c bug 8189 posted this fix for main/translate.c for PLC 20 years ago
udptl.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 20 years ago
ulaw.c merge new_loader_completion branch, including (at least): 20 years ago
utils.c Merged revisions 51194 via svnmerge from 20 years ago