Matthew Jordan 1876cd3d78 main/event: Remove unnecessary assignment of negative value to enum 10 years ago
..
editline b458a53517 clang compiler warnings: Fix a variety of "unused" warnings 10 years ago
stdtime e74625c708 main/stdtime/localtime: Fix warning introduced in r433720 10 years ago
Makefile feaa277d9e Fix an ABI compatibility issue with ast_log_safe for modules. 10 years ago
abstract_jb.c e81d7cabbf func_jitterbuffer: fix frame leaks. 10 years ago
acl.c 5927deff8a Fix error with mixed address family ACLs. 10 years ago
adsi.c 98f08c5b33 Allow Asterisk to compile under GCC 4.10 11 years ago
alaw.c 53e80b252d Multiple revisions 369001-369002 13 years ago
aoc.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
app.c a062aeb981 Fix ast_writestream leaks 10 years ago
ast_expr2.c 235ff981d9 Allow the REALTIME() function to report errors back to the caller. 13 years ago
ast_expr2.fl af914bcd6b Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 13 years ago
ast_expr2.h 235ff981d9 Allow the REALTIME() function to report errors back to the caller. 13 years ago
ast_expr2.y 2f07938991 Multiple revisions 360356-360357 13 years ago
ast_expr2f.c 235ff981d9 Allow the REALTIME() function to report errors back to the caller. 13 years ago
asterisk.c a85a8b1f6f Backport revision 429223 from Asterisk 13 10 years ago
asterisk.dynamics 457825ee8c Remove the old stub files, preferring the optional_api method. 15 years ago
asterisk.exports.in b097d70e09 Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc. 12 years ago
astfd.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
astmm.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
astobj2.c 4c2af86f71 Improved and portable ast_log recursion avoidance 10 years ago
audiohook.c c5d93c099b main/audiohook: Update internal sample rate on reads 10 years ago
autochan.c 53e80b252d Multiple revisions 369001-369002 13 years ago
autoservice.c 1813f216c3 autoservice: stop thread on graceful shutdown 11 years ago
bridging.c 90cdc0d1c7 AST-2014-014: Fix race condition where channels may get stuck in ConfBridge under load. 10 years ago
buildinfo.c 3cf0803e9e fix a few small things found by using sparse 16 years ago
callerid.c dd5f91c69d CallerID: Fix parsing regression 10 years ago
ccss.c b99c632522 build: Fixes for gcc 5 compilation 10 years ago
cdr.c 653d63d0a5 Check result of ast_var_assign() calls for memory allocation failure. 12 years ago
cel.c 667f346e7e clang compiler warnings: Fix autological comparisons 10 years ago
channel.c 72a1c2ff54 translate.c: Only select audio codecs to determine the best translation choice. 10 years ago
channel_internal_api.c bbe6851414 Prevent exhaustion of system resources through exploitation of event cache 12 years ago
chanvars.c 53e80b252d Multiple revisions 369001-369002 13 years ago
cli.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
config.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
config_options.c 98f08c5b33 Allow Asterisk to compile under GCC 4.10 11 years ago
cygload.c b261a4f586 Kill off red blobs in most of main/* 13 years ago
data.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
datastore.c 53e80b252d Multiple revisions 369001-369002 13 years ago
db.c 60cbf43296 11 years ago
devicestate.c 98f08c5b33 Allow Asterisk to compile under GCC 4.10 11 years ago
dial.c 70de00304c Separate option_types[] from the struct definition. 12 years ago
dns.c 53e80b252d Multiple revisions 369001-369002 13 years ago
dnsmgr.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
dsp.c b99c632522 build: Fixes for gcc 5 compilation 10 years ago
ecdisa.h b261a4f586 Kill off red blobs in most of main/* 13 years ago
enum.c 667f346e7e clang compiler warnings: Fix autological comparisons 10 years ago
event.c 1876cd3d78 main/event: Remove unnecessary assignment of negative value to enum 10 years ago
features.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
file.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
fixedjitterbuf.c 53e80b252d Multiple revisions 369001-369002 13 years ago
fixedjitterbuf.h b261a4f586 Kill off red blobs in most of main/* 13 years ago
format.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
format_cap.c 53e80b252d Multiple revisions 369001-369002 13 years ago
format_pref.c 9c3d4bfa12 Address uninitialized conditional that valgrind found 12 years ago
frame.c cb346612da main/frame: Don't report empty disallow values as an error 10 years ago
framehook.c 9bc08e7ca0 clang compiler warnings: Fix format specified in framehook 10 years ago
fskmodem.c 53e80b252d Multiple revisions 369001-369002 13 years ago
fskmodem_float.c 53e80b252d Multiple revisions 369001-369002 13 years ago
fskmodem_int.c 53e80b252d Multiple revisions 369001-369002 13 years ago
global_datastores.c 53e80b252d Multiple revisions 369001-369002 13 years ago
hashtab.c 53e80b252d Multiple revisions 369001-369002 13 years ago
heap.c ae0ec9bf6f Fix incorrect usages of ast_realloc(). 12 years ago
http.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
image.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
indications.c 667f346e7e clang compiler warnings: Fix autological comparisons 10 years ago
io.c 98f08c5b33 Allow Asterisk to compile under GCC 4.10 11 years ago
jitterbuf.c ee82593217 clang compiler warnings: Fix -Wabsolute-value warnings 10 years ago
libasteriskssl.c 25359410f3 Resolve memory leaks in TLS initialization and TLS client connections 13 years ago
libasteriskssl.exports.in e81a7a8f21 Address OpenSSL initialization issues when using third-party libraries. 13 years ago
loader.c c510744846 Allow shutdown to unload modules that register bucket scheme's or codec's. 10 years ago
lock.c bcece287fe DEBUG_THREADS: Fix regression and lock tracking initialization problems. 10 years ago
logger.c 4c2af86f71 Improved and portable ast_log recursion avoidance 10 years ago
manager.c b99c632522 build: Fixes for gcc 5 compilation 10 years ago
md5.c 7d9f2118a3 md5: supress some compiler warnings. 13 years ago
message.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
named_acl.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
netsock.c 5e76ee67ef Fix printf problems with high ascii characters after r413586 (1.8). 10 years ago
netsock2.c fe679e1723 Audit ast_sockaddr_resolve() usage for memory leaks. 10 years ago
pbx.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
plc.c 53e80b252d Multiple revisions 369001-369002 13 years ago
poll.c 410f638dce Merged revisions 285268 via svnmerge from 15 years ago
presencestate.c 667f346e7e clang compiler warnings: Fix autological comparisons 10 years ago
privacy.c 53e80b252d Multiple revisions 369001-369002 13 years ago
rtp_engine.c 5ea8ec338c res_rtp_asterisk: Add SHA-256 support for DTLS and perform DTLS negotiation on RTCP. 11 years ago
say.c 85f4597be9 say: Fix a bug where SayNumber in Polish tries to play incorrect sound. 11 years ago
sched.c a601bd81e3 Create work around for scheduler leaks during shutdown. 10 years ago
security_events.c 667f346e7e clang compiler warnings: Fix autological comparisons 10 years ago
sha1.c b261a4f586 Kill off red blobs in most of main/* 13 years ago
sip_api.c 0d0e997919 Don't make chan_sip export global symbols. 12 years ago
slinfactory.c 98f08c5b33 Allow Asterisk to compile under GCC 4.10 11 years ago
srv.c 53e80b252d Multiple revisions 369001-369002 13 years ago
strcompat.c 6dee42d33a Add builtin roundf() for systems lacking it. 12 years ago
strings.c 4c2af86f71 Improved and portable ast_log recursion avoidance 10 years ago
stun.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
syslog.c d4bc98d37a main/syslog: Allow dynamic logs, such as security events, to log to the syslog 10 years ago
taskprocessor.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
tcptls.c d5f664e6ca Security/tcptls: MitM Attack potential from certificate with NULL byte in CN. 10 years ago
tdd.c 53e80b252d Multiple revisions 369001-369002 13 years ago
term.c 53e80b252d Multiple revisions 369001-369002 13 years ago
test.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
threadstorage.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
timing.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
translate.c 72a1c2ff54 translate.c: Only select audio codecs to determine the best translation choice. 10 years ago
udptl.c 667f346e7e clang compiler warnings: Fix autological comparisons 10 years ago
ulaw.c 53e80b252d Multiple revisions 369001-369002 13 years ago
utils.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
xml.c 53e80b252d Multiple revisions 369001-369002 13 years ago
xmldoc.c 6113a36c6d Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago