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 1ffff64e66
fix a bug introduced when I merged my frame caching branch. Queue the
19 years ago
..
db1-ast a couple Solaris tweaks, to help build properly. 19 years ago
editline a couple Solaris tweaks, to help build properly. 19 years ago
stdtime
Makefile GNU make already knows how to quietly ignore non-existent files in 'include' directives 19 years ago
abstract_jb.c Merge team/russell/frame_caching 19 years ago
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 Identify what the columns mean in the output of "show profile" 19 years ago
astmm.c various cleanups, including ... 19 years ago
autoservice.c
buildinfo.c
callerid.c
cdr.c Print what read-only variable is being set so that the user doesn't have to guess and figure it out or look at the list in cdr.c and match it up (issue #7831 reported by sedwards) 19 years ago
channel.c fix a bug introduced when I merged my frame caching branch. Queue the 19 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 19 years ago
cli.c
coef_in.h
coef_out.h
config.c
cryptostub.c
db.c
devicestate.c
dlfcn.c
dns.c
dnsmgr.c
dsp.c
ecdisa.h
enum.c
file.c Free the filename so we don't have a memory leak. (reported by PCadach in #asterisk-bugs) 19 years ago
fixedjitterbuf.c
fixedjitterbuf.h
frame.c Merge team/russell/frame_caching 19 years ago
fskmodem.c
http.c
image.c
indications.c
io.c
jitterbuf.c
jitterbuf.h
loader.c ensure that unload_dynamic_module won't continue dereferencing a module pointer after the module has been unloaded from memory 19 years ago
logger.c
manager.c - simplify and improve astmm by using thread storage instead of a dynamic 19 years ago
md5.c
netsock.c
pbx.c This change fixes bug 7820. Way back in April this bug was reintroduced, it appears, when a bunch of restructuring was done. This code was basically left out during the restructuring. In the case of the failure in 7820, it is trying to match the extension _x. with _x., and failing, because the 'x' should only match 0 thru 9. I **could** upgrade the code so that that N,Z, and X match not only their intended number ranges, but also N,Z,and X respectively. And, moreover, X could also match N and Z, and Z could also match N. I have no idea why this bug took so long to turn up. I have no idea what a more thorough treatment of the code would do to working code, either. So I left it as it ***was***. 19 years ago
plc.c
poll.c
privacy.c
rtp.c Only feed a DTMF frame into the core if we need to 19 years ago
say.c
sched.c
sha1.c
slinfactory.c Merge team/russell/frame_caching 19 years ago
srv.c
strcompat.c
tdd.c
term.c
translate.c Clarify what show translations is displaying a bit more (issue #7772 reported by Mithraen) 19 years ago
udptl.c Merge team/russell/frame_caching 19 years ago
ulaw.c
utils.c Off by one error in buffer length (issue 7379) 19 years ago