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 1b5b3efcae
fix a flaw in the ast_string_field_build() family of API calls; these functions made no attempt to reuse the space already allocated to a field, so every time the field was written it would allocate new space, leading to what appeared to be a memory leak.
18 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. 18 years ago
editline Simple fix for Ctrl-C not immediately exiting Asterisk, but also add a 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. 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
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 18 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 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 Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if 18 years ago
astmm.c fix some minor issues with rev 144924 18 years ago
astobj2.c Merged revisions 161421 via svnmerge from 18 years ago
audiohook.c Backport of AUDIOHOOK_INHERIT for Asterisk 1.4 18 years ago
autoservice.c Resolve issues that could cause DTMF to be processed out of order. 18 years ago
buildinfo.c
callerid.c Fix a callerid parsing issue. If someone formatted callerid like the 18 years ago
cdr.c (closes issue #12694) 18 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. 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
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 18 years ago
devicestate.c fix mis-spelling of the word registered. 18 years ago
dial.c add missing break to case AST_CONTROL_SRCUPDATE 19 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 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
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 18 years ago
file.c Fix a place where filestreams were not refcounted properly 18 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 18 years ago
fskmodem.c Merged revisions 77942 via svnmerge from 19 years ago
global_datastores.c Fix feature inheritance with builtin features 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 Revert unnecessary indications API change from rev 122314 18 years ago
io.c Fixing a typo in a comment. 19 years ago
jitterbuf.c Improve behavior of jitterbuffer when maxjitterbuffer is set. 18 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 18 years ago
manager.c This patch fixes h-exten running misbehavior in manager-redirected 18 years ago
md5.c
netsock.c Merged revisions 59608 via svnmerge from 20 years ago
pbx.c fix mis-spelling of the word registered. 18 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 send DTMF for infinite time if we do not receive an END event. 18 years ago
say.c Adding revision 169794 to 1.4 since 1.4 is also affected by the issue 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 Prevent a crash from occurring when a jitter buffer interpolated frame is 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 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. 19 years ago
term.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 20 years ago
threadstorage.c Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS. 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 18 years ago
udptl.c Fix crashes when receiving certain T.38 packets. Also, increase the maximum 18 years ago
ulaw.c
utils.c fix a flaw in the ast_string_field_build() family of API calls; these functions made no attempt to reuse the space already allocated to a field, so every time the field was written it would allocate new space, leading to what appeared to be a memory leak. 18 years ago