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
Jason Parker c94931c9a4
Fix DEBUG_THREADS issue with out-of-tree modules.
16 years ago
..
db1-ast Resolve a valgrind warning about a read from uninitialized memory. 17 years ago
editline Remove several silly warnings in editline. One about a broken preprocessor directive, and another about strlcpy/strlcat. 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 Revert revisions 254046 and 254098. 16 years ago
abstract_jb.c Fix a bug caused by a partially invalid frame (from the jitterbuffer) passing through the Asterisk core. 16 years ago
acl.c ast_outaddrfor doesn't do htons() on port, looks odd in strace. 16 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 Remove duplicate entries from voicemail format lists. This prevents app_voicemail from entering an infinite loop when the same format is specified twice in the format list. 16 years ago
ast_expr2.c These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 17 years ago
ast_expr2.fl Remove reference of documentation in source directory. 16 years ago
ast_expr2.h These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 17 years ago
ast_expr2.y These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text. 17 years ago
ast_expr2f.c Remove reference of documentation in source directory. 16 years ago
asterisk.c Launch Asterisk on Mac OS X with launchd. 16 years ago
asterisk.exports Reverting index() fix, applying a different methodology, based upon developer discussions. 17 years ago
astfd.c fixes crash in astfd.c 16 years ago
astmm.c Prevent false positives when freeing a NULL pointer with MALLOC_DEBUG enabled. 17 years ago
astobj2.c Fix DEBUG_THREADS issue with out-of-tree modules. 16 years ago
audiohook.c Pay attention to the return value of the manipulate function. 16 years ago
autoservice.c Remove some unnecessary code. 16 years ago
buildinfo.c
callerid.c avoid segfault caused by user error 17 years ago
cdr.c Add Dialed Number Identifier (DNID) field to cdr. 16 years ago
channel.c Revert revisions 254046 and 254098. 16 years ago
chanvars.c
cli.c AST-2009-005 17 years ago
coef_in.h
coef_out.h
config.c Plug a memory leak when reading configs with their comments. 16 years ago
cryptostub.c
db.c Fix race in astdb 17 years ago
devicestate.c moving ast_devstate_to_extenstate to pbx.c from devicestate.c 17 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 AST-2009-005 17 years ago
dsp.c Warning message gets displayed only once 16 years ago
ecdisa.h
enum.c Fix handling of backreferences for ENUM lookups 17 years ago
file.c Handle new SRCCHANGE control message here too 16 years ago
fixedjitterbuf.c
fixedjitterbuf.h Merging the issue11259 branch. 18 years ago
frame.c Isolate frames returned from a DSP instance or codec translator. 16 years ago
fskmodem.c Merged revisions 77942 via svnmerge from 19 years ago
global_datastores.c Fix feature inheritance with builtin features 17 years ago
http.c Resolve a number of FreeBSD build issues. 16 years ago
image.c
indications.c AST-2009-005 17 years ago
io.c Fix cases where the internal poll() was not being used when it needed to be. 17 years ago
jitterbuf.c Improve behavior of jitterbuffer when maxjitterbuffer is set. 17 years ago
loader.c Backport crash fix from trunk to 1.4, whereby 'core show gracefully' could crash Asterisk. 16 years ago
logger.c Remove color code sequences from verbose messages that go to logfiles. 16 years ago
manager.c Resolve a number of FreeBSD build issues. 16 years ago
md5.c
netsock.c fixes an ast_netsock_list memory leak. 16 years ago
pbx.c Use a safe list traversal while checking for duplicate vars in pbx_builtin_setvar_helper. 16 years ago
plc.c
poll.c Fix cases where the internal poll() was not being used when it needed to be. 17 years ago
privacy.c
rtp.c Several fixes regarding RFC2833 DTMF detection. 16 years ago
say.c Bounds checking for input string 16 years ago
sched.c Resolve a number of FreeBSD build issues. 16 years ago
sha1.c
slinfactory.c Improve support for media paths that can generate multiple frames at once. 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 Reverting index() fix, applying a different methodology, based upon developer discussions. 17 years ago
tdd.c Bug fixes to tdd support in zaptel. 18 years ago
term.c
threadstorage.c Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS. 17 years ago
translate.c Revert 225169, as this doesn't account for the possibility of a list of frames. 16 years ago
udptl.c Allow for UDPTL to use only even-numbered ports if desired. 17 years ago
ulaw.c
utils.c Resolve a number of FreeBSD build issues. 16 years ago