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
Russell Bryant b11422fe8f
Don't pass an empty string as the device name.
19 years ago
..
db1-ast
editline
stdtime
Makefile
abstract_jb.c
acl.c
aescrypt.c
aeskey.c
aesopt.h
aestab.c
alaw.c
app.c
ast_expr2.c
ast_expr2.fl
ast_expr2.h
ast_expr2.y
ast_expr2f.c
asterisk.c Fix for restart-as-user problem reported via the -dev list 19 years ago
astmm.c
astobj2.c
autoservice.c Just in case the AST_FLAG_END_DTMF_ONLY flag was already set before starting 19 years ago
buildinfo.c
callerid.c
cdr.c
channel.c Don't report a syntax error when an empty string is passed to ast_get_group. 19 years ago
chanvars.c
cli.c
coef_in.h
coef_out.h
config.c There are a lot of existing systems that #include non-existent files. So, to 19 years ago
cryptostub.c
db.c
devicestate.c Don't pass an empty string as the device name. 19 years ago
dial.c Since we are freeing list elements within a list traversal, we need to use the safe 19 years ago
dlfcn.c
dns.c
dnsmgr.c
dsp.c We need to make sure we free the input frame if we return a different frame in ast_dsp_process. 19 years ago
ecdisa.h
enum.c
file.c
fixedjitterbuf.c
fixedjitterbuf.h
frame.c
fskmodem.c
global_datastores.c Fix potential memory leak with the dialed interfaces list if another memory allocation fails. 19 years ago
http.c
image.c
indications.c
io.c Fixing a typo in a comment. 19 years ago
jitterbuf.c
loader.c Add a new module flag to indicate that a build sum is present. Modules built 19 years ago
logger.c Make sure logger is reloaded at general reload in the cli. 19 years ago
manager.c make this comment explain the situation in an even more explicit fashion 19 years ago
md5.c
netsock.c
pbx.c Avoiding a potentially bad locking situation. ast_merge_contexts_and_delete writelocks the conlock, then 19 years ago
plc.c
poll.c
privacy.c
rtp.c Add G729A as another possible payload name for G729. Some devices use this instead of G729, which is perfectly normal since the payload number itself is defined and can't be used by anything else so the name doesn't matter that much. 19 years ago
say.c Fixing Portuguese syntax for saying dates and times. Also some coding guidelines cleanup. 19 years ago
sched.c
sha1.c
slinfactory.c
srv.c
strcompat.c
tdd.c
term.c
threadstorage.c
translate.c Use the constant that I really meant to use here ... 19 years ago
udptl.c Fix various in the udptl implementation. It could return empty modem frames, have an incorrect sequence number on packets, and display the wrong sequence number in the debug messages. 19 years ago
ulaw.c
utils.c Do not try to access information about a lock when printing out a trylock attempt. It is possible for the lock that it references to no longer be valid. This would have caused segfaults or deadlocks. 19 years ago