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
Etienne Lessard 1819cbebf3
pbx.c: Prevent infinite recursion in manager_show_dialplan_helper.
9 years ago
..
editline BuildSystem: Avoid 'ar cru' and use 'ar cr' instead. 9 years ago
stdtime BuildSystem: Fix a few issues hightlighted by gcc 6.x 9 years ago
.gitignore Add .gitignore and .gitreview files 10 years ago
Makefile Fix an ABI compatibility issue with ast_log_safe for modules. 10 years ago
abstract_jb.c func_jitterbuffer: fix frame leaks. 11 years ago
acl.c Fix error with mixed address family ACLs. 11 years ago
adsi.c Allow Asterisk to compile under GCC 4.10 11 years ago
alaw.c Multiple revisions 369001-369002 13 years ago
aoc.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
app.c app: Queue hangup if channel is hung up during sub or macro execution. 9 years ago
ast_expr2.c ast_expr2: Fix off-nominal memory leak. 9 years ago
ast_expr2.fl Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 13 years ago
ast_expr2.h Allow the REALTIME() function to report errors back to the caller. 13 years ago
ast_expr2.y ast_expr2: Fix off-nominal memory leak. 9 years ago
ast_expr2f.c Allow the REALTIME() function to report errors back to the caller. 13 years ago
asterisk.c Run mandatory cleanup when startup fails. 9 years ago
asterisk.dynamics Remove the old stub files, preferring the optional_api method. 15 years ago
asterisk.exports.in Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc. 12 years ago
astfd.c astfd: Not maximum size of a single file but maximum file descriptors. 9 years ago
astmm.c astmm.c: Add more stats to CLI "memory show" commands. 9 years ago
astobj2.c Astobj2: Correctly treat hash_fn returning INT_MIN 10 years ago
audiohook.c Fix crash in audiohook translate to slin 10 years ago
autochan.c app_chanspy: Fix occasional deadlock with ChanSpy and Local channels. 9 years ago
autoservice.c autoservice: stop thread on graceful shutdown 11 years ago
bridging.c AST-2014-014: Fix race condition where channels may get stuck in ConfBridge under load. 11 years ago
buildinfo.c
callerid.c CallerID: Fix parsing regression 11 years ago
ccss.c ccss.c: Replace space in taskprocessor name. 9 years ago
cdr.c Check result of ast_var_assign() calls for memory allocation failure. 12 years ago
cel.c cel.c: Fix mismatch in ast_cel_track_event() return type. 9 years ago
channel.c channel: No hung-up on failing security requirements. 9 years ago
channel_internal_api.c Channel alert pipe: improve diagnostic error return 10 years ago
chanvars.c Fix checks for allocation debugging. 9 years ago
cli.c CLI: Cosmetic issue - core show uptime 10 years ago
config.c Fix checks for allocation debugging. 9 years ago
config_options.c config: fix flags in uint option handler 9 years ago
cygload.c Kill off red blobs in most of main/* 13 years ago
data.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
datastore.c Multiple revisions 369001-369002 13 years ago
db.c We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db. 11 years ago
devicestate.c devicestate: Cleanup engine thread during graceful shutdown. 9 years ago
dial.c Separate option_types[] from the struct definition. 12 years ago
dns.c Multiple revisions 369001-369002 13 years ago
dnsmgr.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
dsp.c dsp.c: Fix erroneous fax tone detection. 9 years ago
ecdisa.h Kill off red blobs in most of main/* 13 years ago
enum.c clang compiler warnings: Fix autological comparisons 10 years ago
event.c Clang: change previous tautological-compare fixes. 10 years ago
features.c build: Fix building with newer GCC. 10 years ago
file.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
fixedjitterbuf.c Multiple revisions 369001-369002 13 years ago
fixedjitterbuf.h Kill off red blobs in most of main/* 13 years ago
format.c format: Update the maximum packetization time for iLBC 30. 10 years ago
format_cap.c Multiple revisions 369001-369002 13 years ago
format_pref.c Address uninitialized conditional that valgrind found 12 years ago
frame.c main/frame: Don't report empty disallow values as an error 10 years ago
framehook.c clang compiler warnings: Fix format specified in framehook 10 years ago
fskmodem.c Multiple revisions 369001-369002 13 years ago
fskmodem_float.c Multiple revisions 369001-369002 13 years ago
fskmodem_int.c Multiple revisions 369001-369002 13 years ago
global_datastores.c Multiple revisions 369001-369002 13 years ago
hashtab.c Fix checks for allocation debugging. 9 years ago
heap.c Fix checks for allocation debugging. 9 years ago
http.c http: leverage 'bindaddr' for TLS in http.conf 9 years ago
image.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
indications.c clang compiler warnings: Fix autological comparisons 10 years ago
io.c Allow Asterisk to compile under GCC 4.10 11 years ago
jitterbuf.c clang compiler warnings: Fix -Wabsolute-value warnings 10 years ago
libasteriskssl.c tcptls: Avoiding ERR_remove_state in OpenSSL. 10 years ago
libasteriskssl.exports.in Address OpenSSL initialization issues when using third-party libraries. 13 years ago
loader.c Allow shutdown to unload modules that register bucket scheme's or codec's. 10 years ago
lock.c lock.c: Check *lt before dereferencing it 9 years ago
logger.c logger: Add PID to syslog messages. 9 years ago
manager.c manager: Cleanup manager_channelvars during shutdown. 9 years ago
md5.c md5: supress some compiler warnings. 13 years ago
message.c Message.c: Clear message channel frames on cleanup 10 years ago
named_acl.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
netsock.c Fix printf problems with high ascii characters after r413586 (1.8). 11 years ago
netsock2.c Audit ast_sockaddr_resolve() usage for memory leaks. 10 years ago
pbx.c pbx.c: Prevent infinite recursion in manager_show_dialplan_helper. 9 years ago
plc.c Multiple revisions 369001-369002 13 years ago
poll.c Merged revisions 285268 via svnmerge from 15 years ago
presencestate.c clang compiler warnings: Fix autological comparisons 10 years ago
privacy.c Multiple revisions 369001-369002 13 years ago
rtp_engine.c rtp_engine: Init a format-attribute module to its RFC defaults. 10 years ago
say.c BuildSystem: Fix a few issues hightlighted by gcc 6.x 9 years ago
sched.c sched.c: Make not return a sched id of 0. 10 years ago
security_events.c Clang: change previous tautological-compare fixes. 10 years ago
sha1.c Kill off red blobs in most of main/* 13 years ago
sip_api.c Don't make chan_sip export global symbols. 13 years ago
slinfactory.c Allow Asterisk to compile under GCC 4.10 11 years ago
srv.c Multiple revisions 369001-369002 13 years ago
strcompat.c Add builtin roundf() for systems lacking it. 13 years ago
strings.c Fix checks for allocation debugging. 9 years ago
stun.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
syslog.c main/syslog: Allow dynamic logs, such as security events, to log to the syslog 10 years ago
taskprocessor.c taskprocessor.c: Fix endless loop in CLI "core show taskprocessor" 9 years ago
tcptls.c Check for OpenSSL defines before trying to use them. 9 years ago
tdd.c Multiple revisions 369001-369002 13 years ago
term.c main: Slight refactor of main. Improve color situation. 10 years ago
test.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
threadstorage.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
timing.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
translate.c translate: Avoid a warning message when doing FEC within Opus Codec. 10 years ago
udptl.c udptl: Don't eat sequence numbers until OK is received 9 years ago
ulaw.c Multiple revisions 369001-369002 13 years ago
utils.c Add conditional support for noreturn functions. 9 years ago
xml.c Multiple revisions 369001-369002 13 years ago
xmldoc.c xmldoc: Improve xmldoc wrapping of 'core show ...' output. 10 years ago