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
Terry Wilson a0e2fe78a8
Use ast_free since ast_variable_new uses ast_calloc
16 years ago
..
db1-ast Resolve a valgrind warning about a read from uninitialized memory. 17 years ago
editline Add gar to the check for AR for those silly OSes (Solaris) that don't have ar. 16 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 Ensure file.o is built correctly. 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 Set sin_family in ast_get_ip_or_srv() and removed the 'last' member of the ast_dnsmgr_entry struct. 16 years ago
aescrypt.c
aeskey.c
aesopt.h
aestab.c
alaw.c
app.c Allow application options with arguments to contain parentheses, through a variety of escaping techniques. 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 Cleanup error/warning messages in AEL2 parser 16 years ago
ast_expr2f.c Remove reference of documentation in source directory. 16 years ago
asterisk.c Avoid race with consolethread on shutdown (on parallel processors). 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 remove empty audiohook write list on channel 16 years ago
autoservice.c Do not queue up DTMF frames while a call is on hold. 16 years ago
buildinfo.c
callerid.c ast_callerid_parse() had a path that left name uninitialized. 16 years ago
cdr.c Fix broken CDR behavior. 16 years ago
channel.c Send a SRCCHANGE indication when we masquerade 16 years ago
chanvars.c
cli.c fix tab-completion for unload command. 16 years ago
coef_in.h
coef_out.h
config.c Use ast_free since ast_variable_new uses ast_calloc 16 years ago
cryptostub.c
db.c Fix race in astdb 17 years ago
devicestate.c Fix logic error when checking for a devstate provider. 16 years ago
dial.c
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 Set sin_family in ast_get_ip_or_srv() and removed the 'last' member of the ast_dnsmgr_entry struct. 16 years ago
dsp.c Because progress is called multiple times, across several frames, we must persist states when detecting multitone sequences. 16 years ago
ecdisa.h
enum.c Fix handling of backreferences for ENUM lookups 17 years ago
file.c Fix internal timing not working with Zaptel 16 years ago
fixedjitterbuf.c
fixedjitterbuf.h Merging the issue11259 branch. 18 years ago
frame.c For SpeeX, 0 bits remaining is valid and does not need an emitted warning. 16 years ago
fskmodem.c
global_datastores.c Fix feature inheritance with builtin features 17 years ago
http.c Manager cookies are not compatible with RFC2109. 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 give a better error message when attempting to unload a module that is not loaded 16 years ago
logger.c Ensure restartable system calls can restart (BSD signal semantics) 16 years ago
manager.c Off-by-one error 16 years ago
md5.c
netsock.c fixes an ast_netsock_list memory leak. 17 years ago
pbx.c Change context lock back to a mutex, because functionality depends upon the lock being recursive. 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 Fix problem with RFC 2833 DTMF not being accepted. 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
term.c Fix Debian init script to not use -c. 16 years ago
test.c Document that a leading and trailing slash is expected for test categories. 16 years ago
threadstorage.c Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS. 17 years ago
translate.c 1.4 version of the dead PLC code fix. 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