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
Matthew Jordan d78c26ac97
main/Makefile: Fix build failure on SmartOS/Illumos/SunOS
12 years ago
..
editline memory leaks: Memory leak cleanup patch by Corey Farrell (first set) 13 years ago
stdtime Cleanup core main on exit. 14 years ago
Makefile main/Makefile: Fix build failure on SmartOS/Illumos/SunOS 12 years ago
abstract_jb.c Fix jitter buffer log file creation 13 years ago
acl.c Trivial patch to make 'best_score' defined for all architectures. 14 years ago
adsi.c Fix crash in unloading of res_adsi module 14 years ago
alaw.c Multiple revisions 369001-369002 14 years ago
aoc.c Cleanup CLI commands on exit for several files. 14 years ago
app.c memory leaks: Memory leak cleanup patch by Corey Farrell (second set) 13 years ago
ast_expr2.c Allow the REALTIME() function to report errors back to the caller. 14 years ago
ast_expr2.fl Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 14 years ago
ast_expr2.h Allow the REALTIME() function to report errors back to the caller. 14 years ago
ast_expr2.y Multiple revisions 360356-360357 15 years ago
ast_expr2f.c Allow the REALTIME() function to report errors back to the caller. 14 years ago
asterisk.c main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG output 12 years ago
asterisk.dynamics
asterisk.exports.in Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc. 13 years ago
astfd.c Unregister CLI commands on exit 13 years ago
astmm.c MALLOC_DEBUG: Change fence magic number to be completely different from the freed magic number. 13 years ago
astobj2.c main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG output 12 years ago
audiohook.c Multiple revisions 369001-369002 14 years ago
autochan.c Multiple revisions 369001-369002 14 years ago
autoservice.c autoservice: fix reference leak of logger callid. 12 years ago
bridging.c Fix bridging thread leak. 14 years ago
buildinfo.c
callerid.c !fixup: callerid: Logic error in checksum processing 13 years ago
ccss.c Prevent exhaustion of system resources through exploitation of event cache 14 years ago
cdr.c Check result of ast_var_assign() calls for memory allocation failure. 13 years ago
cel.c CEL: Protect data structures during reload and shutdown. 13 years ago
channel.c internal_timing: Remove the option and always make it enabled if a timing module is loaded. 13 years ago
channel_internal_api.c Prevent exhaustion of system resources through exploitation of event cache 14 years ago
chanvars.c Multiple revisions 369001-369002 14 years ago
cli.c verbosity: Fix performance of console verbose messages. 13 years ago
config.c config: Fix CB_ADD_LEN() to work as originally intended. 12 years ago
config_options.c Ensure global types in the config framework are initialized 13 years ago
cygload.c Kill off red blobs in most of main/* 15 years ago
data.c memory leaks: Memory leak cleanup patch by Corey Farrell (second set) 13 years ago
datastore.c Multiple revisions 369001-369002 14 years ago
db.c Remove an extra ast_cond_wait() that slipped through the patch. 13 years ago
devicestate.c devicestate: Make ast_devstate_changed_literal() return value and doxygen consistent. 13 years ago
dial.c Separate option_types[] from the struct definition. 14 years ago
dns.c Multiple revisions 369001-369002 14 years ago
dnsmgr.c Cleanup dnsmgr on exit. 14 years ago
dsp.c dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END 14 years ago
ecdisa.h Kill off red blobs in most of main/* 15 years ago
enum.c Multiple revisions 369001-369002 14 years ago
event.c Fix incorrect usages of ast_realloc(). 13 years ago
features.c Fix dialplan function NULL channel safety issues 13 years ago
file.c Protect ast_filestream object when on a channel 13 years ago
fixedjitterbuf.c Multiple revisions 369001-369002 14 years ago
fixedjitterbuf.h Kill off red blobs in most of main/* 15 years ago
format.c main/formats: Fix crash in ast_format_cmp during non-clean shutdown. 13 years ago
format_cap.c Multiple revisions 369001-369002 14 years ago
format_pref.c Address uninitialized conditional that valgrind found 14 years ago
frame.c Rewrite a comment that didn't adequately explain the code it was documenting. 14 years ago
framehook.c Multiple revisions 369001-369002 14 years ago
fskmodem.c Multiple revisions 369001-369002 14 years ago
fskmodem_float.c Multiple revisions 369001-369002 14 years ago
fskmodem_int.c Multiple revisions 369001-369002 14 years ago
global_datastores.c Multiple revisions 369001-369002 14 years ago
hashtab.c Multiple revisions 369001-369002 14 years ago
heap.c Fix incorrect usages of ast_realloc(). 13 years ago
http.c http: response body often missing after specific request 13 years ago
image.c Cleanup CLI commands on exit for several files. 14 years ago
indications.c Fix incorrect usages of ast_realloc(). 13 years ago
io.c Multiple revisions 369001-369002 14 years ago
jitterbuf.c jitterbuf: Fix memory leak on jitter buffer reset 13 years ago
libasteriskssl.c Resolve memory leaks in TLS initialization and TLS client connections 14 years ago
libasteriskssl.exports.in Address OpenSSL initialization issues when using third-party libraries. 15 years ago
loader.c core/loader: Don't call dlclose in a while loop 13 years ago
lock.c Fix DEBUG_THREADS when lock is acquired in __constructor__ 13 years ago
logger.c Logger: Fix handling of absolute paths 13 years ago
manager.c http: response body often missing after specific request 13 years ago
md5.c md5: supress some compiler warnings. 14 years ago
message.c Fix dialplan function NULL channel safety issues 13 years ago
named_acl.c Fix various memory leaks 13 years ago
netsock.c Multiple revisions 369001-369002 14 years ago
netsock2.c Fix NULL pointer segfault in ast_sockaddr_parse() 14 years ago
pbx.c Remove extra defines of AST_PBX_MAX_STACK. 13 years ago
plc.c Multiple revisions 369001-369002 14 years ago
poll.c
presencestate.c Fix crash in PresenceState AMI action when specifying an invalid provider 14 years ago
privacy.c Multiple revisions 369001-369002 14 years ago
rtp_engine.c rtp_engine: Clean up after a failed remote bridge 13 years ago
say.c say: Fix a bug where SayNumber in Polish tries to play incorrect sound. 13 years ago
sched.c Multiple revisions 369001-369002 14 years ago
security_events.c Fix security events for AMI invalid password 13 years ago
sha1.c Kill off red blobs in most of main/* 15 years ago
sip_api.c Don't make chan_sip export global symbols. 14 years ago
slinfactory.c Fix a memory copying bug in slinfactory which was causing mixmonitor issues. 13 years ago
srv.c Multiple revisions 369001-369002 14 years ago
strcompat.c Add builtin roundf() for systems lacking it. 14 years ago
strings.c Multiple revisions 369001-369002 14 years ago
stun.c Cleanup CLI commands on exit for several files. 14 years ago
syslog.c Multiple revisions 369001-369002 14 years ago
taskprocessor.c Cleanup taskprocessor on exit. 14 years ago
tcptls.c http: response body often missing after specific request 13 years ago
tdd.c Multiple revisions 369001-369002 14 years ago
term.c Multiple revisions 369001-369002 14 years ago
test.c memory leaks: Memory leak cleanup patch by Corey Farrell (first set) 13 years ago
threadstorage.c Unregister CLI commands on exit 13 years ago
timing.c Cleanup CLI commands on exit for several files. 14 years ago
translate.c translate: Move freeing of frame to after it is used. 13 years ago
udptl.c res_rtp_asterisk & udptl: fix port selection to work with SELinux restrictions 13 years ago
ulaw.c Multiple revisions 369001-369002 14 years ago
utils.c main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG output 12 years ago
xml.c Multiple revisions 369001-369002 14 years ago
xmldoc.c Remove some spammy debug messages; improve clarity of others 13 years ago