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
Joshua Colp cb11263607
We need to ensure timelimit stuff is included as well so warnings get played. (issue #8050 reported by KNK)
19 years ago
..
db1-ast These are already set by the parent Makefile.. 19 years ago
editline a couple Solaris tweaks, to help build properly. 19 years ago
stdtime merge new_loader_completion branch, including (at least): 19 years ago
Makefile Force poll() emulation for Darwin to always be on. It's too broken to consider being used. This resolves the console issue OSX users have been seeing. I would have liked to autoconf this but I haven't been able to come up with a test case that works. Que sera. 19 years ago
abstract_jb.c Merge team/russell/frame_caching 19 years ago
acl.c ------------------------------------------------------------------------ 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 Issue #8246 - Doxygen fixes from kshumard. 19 years ago
ast_expr2.c optimize the 'quick response' code a bit more... no more malloc() or memset() for each response 19 years ago
ast_expr2.fl merge new_loader_completion branch, including (at least): 19 years ago
ast_expr2.h merge new_loader_completion branch, including (at least): 19 years ago
ast_expr2.y merge new_loader_completion branch, including (at least): 19 years ago
ast_expr2f.c Issue #8246 - Doxygen fixes from kshumard. 19 years ago
asterisk.c revert the previous change, which actually modified the deprecated command, 19 years ago
astmm.c Fix the total allocation count and total byte count in the memory summary 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 Add the missing call to free described in issue #8268. Also, add a bunch of 19 years ago
cdr.c apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process 19 years ago
channel.c We need to ensure timelimit stuff is included as well so warnings get played. (issue #8050 reported by KNK) 19 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 19 years ago
cli.c fix longest match search in find_cli. 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 47686,47688-47689 via svnmerge from 19 years ago
cryptostub.c merge new_loader_completion branch, including (at least): 19 years ago
db.c apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process 19 years ago
devicestate.c update thread creation code a bit 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 Merged revisions 45030 via svnmerge from 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 Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar! 19 years ago
file.c don't try to call fclose() if fopen() failed 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 the battle over CLI command formats has broken stuff... 19 years ago
fskmodem.c merge new_loader_completion branch, including (at least): 19 years ago
http.c Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" 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 merge new_loader_completion branch, including (at least): 19 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. 19 years ago
logger.c woohoo safe out put! 19 years ago
manager.c Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" 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 These mods are to solve the problem in bug 7506. It's a lot of rework to solve a fairly small problem... such is life. 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 If NAT detection is turned on or already detected then say NAT is active when setting the remote RTP peer when doing early bridging. (issue #8365 reported by marcelbarbulescu) 19 years ago
say.c fix saying one hundred and two hundred in hebrew (issue #7810, eldadran) 19 years ago
sched.c merge new_loader_completion branch, including (at least): 19 years ago
sha1.c merge new_loader_completion branch, including (at least): 19 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) 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 more formatting cleanup, and avoid running off the end of the string 19 years ago
translate.c Fix "core show translation" output. Issue #8243, patch by Damin. 19 years ago
udptl.c More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236) 19 years ago
ulaw.c merge new_loader_completion branch, including (at least): 19 years ago
utils.c These mods are to solve the problem in bug 7506. It's a lot of rework to solve a fairly small problem... such is life. 19 years ago