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
Mark Michelson b234c024a0
If we fail to start a thread for the pbx to run in, we need to
17 years ago
..
db1-ast the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems. 17 years ago
editline Look for the system installed awk instead of assuming it's at /usr/bin/awk. 18 years ago
stdtime the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems. 17 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
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 Fix a problem with GROUP() settings on a masquerade. 17 years ago
ast_expr2.c update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors 17 years ago
ast_expr2.fl improve header inclusion process in a few small ways: 18 years ago
ast_expr2.h
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 17 years ago
asterisk.c Move the sanity check that makes sure "always fork" is not set along with the 17 years ago
astmm.c fix some minor issues with rev 144924 18 years ago
astobj2.c Merged revisions 161421 via svnmerge from 17 years ago
audiohook.c Add a tolerance period for sync-triggered audiohooks 17 years ago
autoservice.c Ensure that when a hangup occurs in autoservice, that a hangup frame gets 18 years ago
buildinfo.c
callerid.c Fix a callerid parsing issue. If someone formatted callerid like the 17 years ago
cdr.c (closes issue #12694) 17 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. 17 years ago
chanvars.c
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 17 years ago
coef_in.h
coef_out.h
config.c Fix the logic in config_text_file_save so that if an 18 years ago
cryptostub.c
db.c Suppress a LOG_DEBUG message if debug is not enabled. 18 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 update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors 17 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
enum.c update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors 17 years ago
file.c There was an issue when attempting to reference an embedded 17 years ago
fixedjitterbuf.c
fixedjitterbuf.h Merging the issue11259 branch. 18 years ago
frame.c Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcc 17 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 17 years ago
image.c
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 update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors 17 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 update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors 17 years ago
manager.c Get rid of the useless format string and argument in the Bogus/ manager channelname. 17 years ago
md5.c
netsock.c
pbx.c If we fail to start a thread for the pbx to run in, we need to 17 years ago
plc.c
poll.c Don't freak out if the poll emulation receives NULL for the pollfds array 18 years ago
privacy.c
rtp.c Make sure that the timestamp for DTMF is not the same as the previous voice frame and do not send audio when transmitting DTMF as this confuses some equipment. 17 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
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 update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors 17 years ago
strcompat.c
tdd.c Bug fixes to tdd support in zaptel. 18 years ago
term.c
threadstorage.c Make the lock in the threadstorage debugging code untracked to avoid a deadlock 18 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 17 years ago
udptl.c Add ast_assert(), which can be used to handle fatal errors. It is only compiled 18 years ago
ulaw.c
utils.c somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass 17 years ago