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
Richard Mudgett 0db9327800
Fix potential deadlock between masquerade and chan_local.
14 years ago
..
db1-ast Coverity Report: Fix issues for error type REVERSE_INULL (core modules) 14 years ago
editline Fix a variety of memory leaks 14 years ago
stdtime Fix a variety of potential buffer overflows 14 years ago
Makefile Various changes to allow 1.8 to compile on Mac OS X Lion (10.7) 15 years ago
abstract_jb.c Fix findings 0-3, 5, and 8 for Coverity MISSING_BREAK errors. 14 years ago
acl.c Coverity Report: Fix issues for error type CHECKED_RETURN for core 14 years ago
alaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
aoc.c Typos: recieved => received 15 years ago
app.c Resolve FORWARD_NULL static analysis warnings 14 years ago
ast_expr2.c Rebuild parsers. 14 years ago
ast_expr2.fl Merged revisions 309251 via svnmerge from 15 years ago
ast_expr2.h Rebuild parsers. 14 years ago
ast_expr2.y expression parser: Fix (theoretical) memory leak. 14 years ago
ast_expr2f.c Rebuild parsers. 14 years ago
asterisk.c Fix race condition for CEL LINKEDID_END event 14 years ago
asterisk.dynamics Remove the old stub files, preferring the optional_api method. 16 years ago
asterisk.exports.in Export timersub for platforms which do not have it 16 years ago
astfd.c On some platforms, O_RDONLY is not a flag to be checked, but merely the absence of O_RDWR and O_WRONLY. 14 years ago
astmm.c Two more minor fixes due to constification 17 years ago
astobj2.c Fixed __ao2_ref() validating user_data twice. 14 years ago
audiohook.c Fix findings 0-3, 5, and 8 for Coverity MISSING_BREAK errors. 14 years ago
autochan.c Convert the ast_channel data structure over to the astobj2 framework. 17 years ago
autoservice.c Merged revisions 278167 via svnmerge from 16 years ago
bridging.c Revert part of a change to the bridging API code 15 years ago
buildinfo.c fix a few small things found by using sparse 18 years ago
callerid.c Merged revisions 310635 via svnmerge from 15 years ago
ccss.c Fix case-sensitivity for device-specific event subscriptions and CCSS 14 years ago
cdr.c Resolve FORWARD_NULL static analysis warnings 14 years ago
cel.c Fix race condition for CEL LINKEDID_END event 14 years ago
channel.c Fix potential deadlock between masquerade and chan_local. 14 years ago
chanvars.c Add additional memory debugging to several core APIs, and fix several memory 18 years ago
cli.c Fix more memory leaks 14 years ago
config.c Fix a variety of memory leaks 14 years ago
cygload.c Doxygen updates, formatting. 18 years ago
data.c Fix a variety of memory leaks 14 years ago
datastore.c Merged revisions 273565 via svnmerge from 16 years ago
db.c Coverity Report: Fix issues for error type CHECKED_RETURN for core 14 years ago
devicestate.c Resolve FORWARD_NULL static analysis warnings 14 years ago
dial.c Updated SIP 484 handling; added Incomplete control frame 15 years ago
dns.c Fix a few compilation problems found when building Asterisk against uClibc. 17 years ago
dnsmgr.c Increase verbosity level for ast_verb messages 14 years ago
dsp.c Fix an issue where dsp.c would interpret multiple dtmf events from a single key press. 14 years ago
ecdisa.h
enum.c Fix a variety of memory leaks 14 years ago
event.c Resolve FORWARD_NULL static analysis warnings 14 years ago
features.c Coverity Report: Fix issues for error type REVERSE_INULL (core modules) 14 years ago
file.c Allow playback of formats that don't support seeking 14 years ago
fixedjitterbuf.c Fix various typos reported by Lintian 16 years ago
fixedjitterbuf.h Merged revisions 135841,135847,135850 via svnmerge from 18 years ago
frame.c Fix a variety of potential buffer overflows 14 years ago
framehook.c Addition of the FrameHook API (AKA AwesomeHooks) 16 years ago
fskmodem.c (Step 2 of 2) 18 years ago
fskmodem_float.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
fskmodem_int.c Optionally build integer-based routines for FSK tone decoding (but default 18 years ago
global_datastores.c Add SRTP support for Asterisk 16 years ago
hashtab.c Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source. 17 years ago
heap.c Change mutex tracking so that it only consumes memory in the core mutex object when it's actually being used. 15 years ago
http.c Fix incorrect default port number for HTTP server. 14 years ago
image.c More 'static' qualifiers on module global variables. 17 years ago
indications.c Audit of ao2_iterator_init() usage for v1.8. 14 years ago
io.c Merged revisions 182810 via svnmerge from 17 years ago
jitterbuf.c Fix a variety of potential buffer overflows 14 years ago
loader.c Track module use count for res_calendar 14 years ago
lock.c Initialize track pointer 15 years ago
logger.c Sanatize result from bfd_find_nearest_line (BETTER_BACKTRACES) 14 years ago
manager.c Coverity Report: Fix issues for error type REVERSE_INULL (core modules) 14 years ago
md5.c Fix incorrect sizeof() on a pointer in MD5Final(). 14 years ago
netsock.c Find even more network interfaces. 14 years ago
netsock2.c Fix a variety of memory leaks 14 years ago
pbx.c Fix WaitExten(x,m(musicclass)) string termination. 14 years ago
plc.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
poll.c Merged revisions 285267 via svnmerge from 16 years ago
privacy.c remove a bunch of useless #include "options.h" 19 years ago
rtp_engine.c Allow SRTP policies to be reloaded 14 years ago
say.c Address MISSING_BREAK static analysis reports some more. 14 years ago
sched.c Fix inaccurate sizeof() in sched.c. 14 years ago
security_events.c Add an API for reporting security events, and a security event logging module. 17 years ago
sha1.c Update SHA1 code to RFC 6234 15 years ago
slinfactory.c Expand codec bitfield from 32 bits to 64 bits. 17 years ago
srv.c Crash when using hagi and no servers are available. 15 years ago
ssl.c pthread_self returns a pthread_t which is not an unsigned int on all 17 years ago
strcompat.c Little endian machines were not converted properly. 15 years ago
strings.c fixes segfault on logging 16 years ago
stun.c Re-resolve the STUN address if a STUN poll fails for res_stun_monitor. 14 years ago
syslog.c Add functions to map syslog facilities and priorities constants to strings. 17 years ago
taskprocessor.c Audit of ao2_iterator_init() usage for v1.8. 14 years ago
tcptls.c Coverity Report: Fix issues for error type REVERSE_INULL (core modules) 14 years ago
tdd.c Fix a variety of potential buffer overflows 14 years ago
term.c Make console colors work for TERM=xterm-256color 15 years ago
test.c Avoid unnecessary rebuilds of main/test.c. 14 years ago
threadstorage.c Fixed an issue in the threadstorage cli functions resulting from the constification of struct ast_cli_args in r196072. 17 years ago
timing.c Merged revisions 294277 via svnmerge from 16 years ago
translate.c Fix places in main where a negative return value could impact execution 14 years ago
udptl.c udptl: Ensure fec[] in udptl_build_packet() is initialized. 14 years ago
ulaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
utils.c Make use of va_args more appropriate to form in various res_config modules plus utils. 14 years ago
xml.c Asterisk data retrieval API. 16 years ago
xmldoc.c Fix a variety of memory leaks 14 years ago