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
Kevin P. Fleming 9f2d2cea4b
check for compiler support for -fno-strict-overflow before using it (tested with Debian's gcc 4.3, 4.1 and 3.4)
18 years ago
..
db1-ast clean up (and ignore) assembler and preprocessor intermediate files if any are created during the build 18 years ago
editline fix up various compiler warnings found with gcc-4.3: 18 years ago
stdtime Compat fix for Solaris 18 years ago
Makefile check for compiler support for -fno-strict-overflow before using it (tested with Debian's gcc 4.3, 4.1 and 3.4) 18 years ago
abstract_jb.c Commit a fix for some memory access errors pointed out by the valgrind2.txt 18 years ago
acl.c Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list) 18 years ago
aescrypt.c
aeskey.c
aesopt.h
aestab.c
alaw.c This patch solves problem 1 in 8126; it should not slow down the alaw codec, but should prevent signal degradation via multiple trips thru the codec. Fossil estimates the twice thru this codec will prevent fax from working. 4-6 times thru would result hearable, noticeable, voice degradation. 19 years ago
app.c There was an invalid assumption when calculating the duration of a file that the filestream in question 18 years ago
ast_expr2.c Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508. 19 years ago
ast_expr2.fl This is a fix for 2 things: a problem Terry was having in OSX with null pointers, which was my fault, as I probably forgot to run the sed script last time I made mods. So, I moved the fix into the flex input itself. Then, I found when I used flex 2.5.33, that it was using __STDC_VERSION__, and that's not real good; so I added back in a DIFFERENT sed script to fix that little mess. Tested everything, a couple different ways. Hope I did no harm, at the least. 18 years ago
ast_expr2.h Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508. 19 years ago
ast_expr2.y Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508. 19 years ago
ast_expr2f.c This is a fix for 2 things: a problem Terry was having in OSX with null pointers, which was my fault, as I probably forgot to run the sed script last time I made mods. So, I moved the fix into the flex input itself. Then, I found when I used flex 2.5.33, that it was using __STDC_VERSION__, and that's not real good; so I added back in a DIFFERENT sed script to fix that little mess. Tested everything, a couple different ways. Hope I did no harm, at the least. 18 years ago
asterisk.c Safely use the strncat() function. 18 years ago
astmm.c Remove a lock that doesn't make any sense. The regions lock needs to be held 18 years ago
astobj2.c Change the behavior of ao2_link(). Previously, in inherited a reference. 18 years ago
audiohook.c Replace current spy architecture with backport of audiohooks. This should take care of current known spy issues. 18 years ago
autoservice.c Update the copyright information for autoservice. Most of the code in this file 18 years ago
buildinfo.c
callerid.c Fix for building on PowerPC under Linux. 19 years ago
cdr.c Move where unanswered CDRs are dropped to the CDR core, not everything uses app_dial. 18 years ago
channel.c Resolve a compiler warning. 18 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 20 years ago
cli.c Correctly display a message if a command could not be found. 18 years ago
coef_in.h
coef_out.h
config.c Allow the use of #include and #exec in situations where the max include depth was only 1. 18 years ago
cryptostub.c
db.c Suppress a LOG_DEBUG message if debug is not enabled. 18 years ago
devicestate.c Don't pass an empty string as the device name. 18 years ago
dial.c Add a control frame to indicate the source of media has changed. Depending on the underlying technology it may need to change some things. 18 years ago
dlfcn.c
dns.c (closes issue #10610) 19 years ago
dnsmgr.c When deleting a task from the scheduler, ignoring the return value could 18 years ago
dsp.c We need to make sure we free the input frame if we return a different frame in ast_dsp_process. 18 years ago
ecdisa.h
enum.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
file.c Add a control frame to indicate the source of media has changed. Depending on the underlying technology it may need to change some things. 18 years ago
fixedjitterbuf.c
fixedjitterbuf.h
frame.c Safely use the strncat() function. 18 years ago
fskmodem.c Merged revisions 77942 via svnmerge from 19 years ago
global_datastores.c Add missing header file and ASTERISK_FILE_VERSION usage. 18 years ago
http.c Comment explaining how to force browser to always read some html files from server. 18 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
io.c Fixing a typo in a comment. 18 years ago
jitterbuf.c Clean up a few things in the last commit to the adaptive jitterbuffer code. 19 years ago
loader.c Use the lock (which already existed, it just wasn't used) on the updaters list to protect the contents instead of the overall module list lock. 18 years ago
logger.c Make sure logger is reloaded at general reload in the cli. 18 years ago
manager.c Safely use the strncat() function. 18 years ago
md5.c
netsock.c Merged revisions 59608 via svnmerge from 19 years ago
pbx.c Use non-global storage for eswitch 18 years ago
plc.c
poll.c
privacy.c
rtp.c Properly initialize rtp->schedid 18 years ago
say.c Fixing Portuguese syntax for saying dates and times. Also some coding guidelines cleanup. 18 years ago
sched.c gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 19 years ago
sha1.c
slinfactory.c Fix an issue where if a frame of higher sample size preceeded a frame of lower sample size and ast_slinfactory_read was called with a sample size of the combined values or higher a crash would happen. 18 years ago
srv.c Return the proper value when the srv_callback function executes properly. 18 years ago
strcompat.c Include stdarg.h for build issues on Solaris 19 years ago
tdd.c Bug fixes to tdd support in zaptel. 18 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 Make the lock in the threadstorage debugging code untracked to avoid a deadlock 18 years ago
translate.c Fix a bug that I just noticed in the RTP code. The calculation for setting the 18 years ago
udptl.c fix up various compiler warnings found with gcc-4.3: 18 years ago
ulaw.c
utils.c Fix a bug in the lock tracking code that was discovered by mmichelson. The issue 18 years ago