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 8c352bb9aa
This fix was prompted by communication from user, who was seeing thousands of error logs... looks like EAGAIN. Made such uninteresting.
18 years ago
..
db1-ast fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 18 years ago
editline Look for the system installed awk instead of assuming it's at /usr/bin/awk. 18 years ago
stdtime improve header inclusion process in a few small ways: 18 years ago
Makefile remove the dlfcn compatibility stuff, because no platforms that Asterisk currently runs on it use it, and it doesn't build anyway 18 years ago
abstract_jb.c Merging the issue11259 branch. 18 years ago
acl.c Merged revisions 127466 via svnmerge from 18 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 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 Fix a spot where a function could return without bringing 18 years ago
ast_expr2.c improve header inclusion process in a few small ways: 18 years ago
ast_expr2.fl improve header inclusion process in a few small ways: 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 improve header inclusion process in a few small ways: 18 years ago
ast_expr2f.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 18 years ago
asterisk.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 18 years ago
astmm.c fix some minor issues with rev 144924 18 years ago
astobj2.c Fix a memory leak in astobj2 that was pointed out by seanbright. When a container 18 years ago
audiohook.c Add a tolerance period for sync-triggered audiohooks 18 years ago
autoservice.c Ensure that when a hangup occurs in autoservice, that a hangup frame gets 18 years ago
buildinfo.c merge new_loader_completion branch, including (at least): 20 years ago
callerid.c channels/chan_misdn.c 18 years ago
cdr.c instead of comparing the string pointer to 0, let's compare the value that was actually parsed out of the string (found by sparse) 18 years ago
channel.c This fix was prompted by communication from user, who was seeing thousands of error logs... looks like EAGAIN. Made such uninteresting. 18 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 20 years ago
cli.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 18 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 Fix the logic in config_text_file_save so that if an 18 years ago
cryptostub.c merge new_loader_completion branch, including (at least): 20 years ago
db.c Suppress a LOG_DEBUG message if debug is not enabled. 19 years ago
devicestate.c Fix some errant device states by making the devicestate API more strict in 18 years ago
dial.c add missing break to case AST_CONTROL_SRCUPDATE 18 years ago
dns.c Initialize the __res_state structure used for dns purposes 18 years ago
dnsmgr.c notify the user that dnsmgr refresh wont work when dnsmgr is not enabled. 18 years ago
dsp.c It was possible for a reference to a frame which was part of a freed DSP to still be 18 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) 19 years ago
file.c somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass 18 years ago
fixedjitterbuf.c merge new_loader_completion branch, including (at least): 20 years ago
fixedjitterbuf.h Merging the issue11259 branch. 18 years ago
frame.c Remove show_frame_stats_deprecated since it is not 18 years ago
fskmodem.c Merged revisions 77942 via svnmerge from 19 years ago
global_datastores.c Backport fix for 11520--for some reason I didn't do this back in February when I patched for trunk. 18 years ago
http.c somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass 18 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 Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 18 years ago
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 remove the dlfcn compatibility stuff, because no platforms that Asterisk currently runs on it use it, and it doesn't build anyway 18 years ago
logger.c Separate verbose output from CLI output, by using a preamble. 18 years ago
manager.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 18 years ago
md5.c merge new_loader_completion branch, including (at least): 20 years ago
netsock.c Merged revisions 59608 via svnmerge from 19 years ago
pbx.c This patch was applied to 1.4 but it completely 18 years ago
plc.c merge new_loader_completion branch, including (at least): 20 years ago
poll.c Don't freak out if the poll emulation receives NULL for the pollfds array 18 years ago
privacy.c merge new_loader_completion branch, including (at least): 20 years ago
rtp.c Remove the potential for a division by zero error. 18 years ago
say.c Fix for Taiwanese number syntax 18 years ago
sched.c It is a normal situation that a task gets put in the scheduler that should run 18 years ago
sha1.c merge new_loader_completion branch, including (at least): 20 years ago
slinfactory.c If audio suddenly gets fed into one side of a channel after a lapse of frames flush the other factory so that old audio does not remain in the factory causing the sync code to not execute. 18 years ago
srv.c Return the proper value when the srv_callback function executes properly. 19 years ago
strcompat.c Include stdarg.h for build issues on Solaris 19 years ago
tdd.c Bug fixes to tdd support in zaptel. 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 Make the lock in the threadstorage debugging code untracked to avoid a deadlock 19 years ago
translate.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 18 years ago
udptl.c Add ast_assert(), which can be used to handle fatal errors. It is only compiled 18 years ago
ulaw.c merge new_loader_completion branch, including (at least): 20 years ago
utils.c somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass 18 years ago