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
Tilghman Lesher c257ffeed0
Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if
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 Simple fix for Ctrl-C not immediately exiting Asterisk, but also add a 17 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 Revert unnecessary indications API change from rev 122314 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 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 17 years ago
asterisk.c Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if 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 Backport of AUDIOHOOK_INHERIT for Asterisk 1.4 17 years ago
autoservice.c Resolve issues that could cause DTMF to be processed out of order. 17 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 When a channel is answered make sure any indications currently playing stop. Usually the phone would do this but if the channel was already answered then they are being generated by Asterisk and we darn well need to stop them. 17 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 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 Use the correct variable when creating the format string 17 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 Fix the last couple of places where free() was improperly used directly. 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 Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" 19 years ago
indications.c Revert unnecessary indications API change from rev 122314 17 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 This patch fixes h-exten running misbehavior in manager-redirected 17 years ago
md5.c
netsock.c Merged revisions 59608 via svnmerge from 19 years ago
pbx.c This patch fixes h-exten running misbehavior in manager-redirected 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 Don't crash if RTCP is not enabled on an RTP structure but statistics are output. 17 years ago
say.c Adding revision 169794 to 1.4 since 1.4 is also affected by the issue 17 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 Prevent a crash from occurring when a jitter buffer interpolated frame is 17 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 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 Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS. 17 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 Don't read into a buffer without first checking if a value is beyond the end. 17 years ago
ulaw.c
utils.c Fix up timeout handling in ast_carefulwrite(). 17 years ago