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
Joshua C. Colp a9a9864478
loader: Output warnings for deprecated modules.
5 years ago
..
stdtime Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type." 8 years ago
.gitignore
Makefile core: Improve MALLOC_DEBUG for frames. 6 years ago
abstract_jb.c func_jitterbuffer: Add audio/video sync support. 6 years ago
acl.c acl.c: Coerce a NULL pointer into the empty string 5 years ago
adsi.c
alaw.c Remove as much trailing whitespace as possible. 8 years ago
alertpipe.c utils: Wrap socket() and pipe() to reduce syscalls 7 years ago
aoc.c various modules: json integer overflow 6 years ago
app.c app.c: make sure that no non-async-signal-safe syscalls are used after 6 years ago
ast_expr2.c Remove #include <sys/cdefs.h> 6 years ago
ast_expr2.fl
ast_expr2.h Remove as much trailing whitespace as possible. 8 years ago
ast_expr2.y Remove #include <sys/cdefs.h> 6 years ago
ast_expr2f.c Remove as much trailing whitespace as possible. 8 years ago
asterisk.c logger: Console sessions will now respect logger.conf dateformat= option 5 years ago
asterisk.dynamics
asterisk.exports.in Scope Tracing: A new facility for tracing scope enter/exit 5 years ago
astfd.c main/astfd: Fix GCC8 format-truncation warning. 7 years ago
astmm.c astmm.c: Display backtrace with memory show allocations 6 years ago
astobj2.c Merge "core: Fix ABI mismatch of ao2_global_obj." 6 years ago
astobj2_container.c core: Add AO2_ALLOC_OPT_NO_REF_DEBUG option. 6 years ago
astobj2_container_private.h
astobj2_global.c core: Fix ABI mismatch of ao2_global_obj. 6 years ago
astobj2_hash.c core: Add AO2_ALLOC_OPT_NO_REF_DEBUG option. 6 years ago
astobj2_private.h
astobj2_rbtree.c core: Add AO2_ALLOC_OPT_NO_REF_DEBUG option. 6 years ago
audiohook.c audiohook: Don't allow audiohooks to attach to hung up channels. 6 years ago
autochan.c
autoservice.c autoservice: Don't start channel autoservice if the thread is a user interface. 7 years ago
backtrace.c main/backtrace: binutils-2.34 fix. 6 years ago
bridge.c app_confbridge/bridge_softmix: Add ability to force estimated bitrate 5 years ago
bridge_after.c stasis/control: Fix possible deadlock with swap channel 8 years ago
bridge_basic.c bridge_basic: Fixed setup of recall channels 5 years ago
bridge_channel.c Bridging: Use a ref to bridge_channel's channel to prevent crash. 5 years ago
bridge_roles.c bridge_roles: Use a non-locking linked list where appropriate 8 years ago
bucket.c Introduce astcachedir, to be used for temporary bucket files 5 years ago
buildinfo.c
callerid.c Replace direct checks of option_debug with DEBUG_ATLEAST macro. 8 years ago
ccss.c various modules: json integer overflow 6 years ago
cdr.c cdr.c: Set event time on party b when leaving a parking bridge 6 years ago
cel.c cdr / cel: Use event time at event creation instead of processing. 6 years ago
channel.c channel: Fix crash in suppress API. 5 years ago
channel_internal_api.c ACN: Add tracing to existing code 5 years ago
chanvars.c core: Remove ABI effects of MALLOC_DEBUG. 8 years ago
cli.c Logging: Add debug logging categories 5 years ago
codec.c astobj2: Eliminate legacy container allocation macros. 7 years ago
codec_builtin.c core: Add H.265/HEVC passthrough support 6 years ago
config.c config.c: Skip UTF-8 BOMs if present when reading config files 6 years ago
config_options.c astobj2: Remove legacy ao2_container_alloc routine. 7 years ago
conversions.c conversions: Add string to signed integer conversion functions 5 years ago
core_local.c core_unreal / core_local: Add multistream and re-negotiation. 5 years ago
core_unreal.c core_unreal: Fix deadlock with T.38 control frames. 5 years ago
crypt.c
cygload.c
data_buffer.c res_rtp_asterisk: Free payload when error on insertion to data buffer 6 years ago
datastore.c astobj2: Remove legacy ao2_container_alloc routine. 7 years ago
db.c db: Initialize condition primitive before use 6 years ago
devicestate.c stasis: Improve topic/subscription names and statistics. 7 years ago
dial.c dial.c: Removed dial string 80 character limitation 6 years ago
dns.c Remove as much trailing whitespace as possible. 8 years ago
dns_core.c dns_txt: Add TXT record parsing support 6 years ago
dns_naptr.c AST-2018-010: Fix length of buffer needed for SRV and NAPTR results 7 years ago
dns_query_set.c
dns_recurring.c
dns_srv.c Compiler fixes for gcc 10 5 years ago
dns_system_resolver.c core: Remove non-critical cleanup from startup aborts. 8 years ago
dns_test.c
dns_tlsa.c
dns_txt.c core/dns: Add system include required on FreeBSD 6 years ago
dnsmgr.c loader: Process dependencies for built-in modules. 7 years ago
dsp.c dsp.c: Update calls to ast_format_cmp to check result properly 5 years ago
ecdisa.h
endpoints.c stasis: Improve topic/subscription names and statistics. 7 years ago
enum.c Merge "enum.c: Make ast_get_txt() actually do something." 6 years ago
event.c various files - fix some alerts raised by lgtm code analysis 6 years ago
features.c ACN: Changes specific to the core 5 years ago
features_config.c astobj2: Eliminate legacy container allocation macros. 7 years ago
features_config.h loader: Convert reload_classes to built-in modules. 8 years ago
file.c app_mixmonitor: Set MIXMONITOR_FILENAME to correct value when wav49 is used 6 years ago
fixedjitterbuf.c
fixedjitterbuf.h
format.c astobj2: Eliminate legacy container allocation macros. 7 years ago
format_cache.c format_cap: Perform codec lookups by pointer instead of name 5 years ago
format_cap.c format_cap: Perform codec lookups by pointer instead of name 5 years ago
format_compatibility.c Remove as much trailing whitespace as possible. 8 years ago
frame.c main/frame: Add missing control frame names to ast_frame_subclass2str 5 years ago
framehook.c
fskmodem.c Remove as much trailing whitespace as possible. 8 years ago
fskmodem_float.c
fskmodem_int.c
global_datastores.c
hashtab.c core: Remove ABI effects of MALLOC_DEBUG. 8 years ago
heap.c core: Remove ABI effects of MALLOC_DEBUG. 8 years ago
http.c Compiler fixes for gcc 10 5 years ago
image.c
indications.c Compiler fixes for GCC when printf %s is NULL 5 years ago
io.c Core: Add support for systemd socket activation. 8 years ago
iostream.c websocket: Consider pending SSL data when waiting for socket input 6 years ago
jitterbuf.c Fix Common Typo's. 8 years ago
json.c main/json.c: Added app_name, app_data to channel type 7 years ago
libasteriskpj.c
libasteriskssl.c libasteriskssl: Allow OpenSSL 1.0.2 configured with no-deprecated. 8 years ago
libasteriskssl.exports.in
loader.c loader: Output warnings for deprecated modules. 5 years ago
lock.c lock: Replace __ast_mutex_logger with private log_mutex_error. 7 years ago
logger.c logger: Console sessions will now respect logger.conf dateformat= option 5 years ago
logger_category.c Logging: Add debug logging categories 5 years ago
manager.c asterisk: Export additional manager functions 5 years ago
manager_bridges.c bridges: Remove reliance on stasis caching 7 years ago
manager_channels.c app_mixmonitor: Add AMI events MixMonitorStart, -Stop and -Mute. 5 years ago
manager_endpoints.c Remove as much trailing whitespace as possible. 8 years ago
manager_mwi.c mwi core: Move core MWI functionality into its own files 7 years ago
manager_system.c Remove constant conditionals (dead-code). 8 years ago
max_forwards.c
md5.c
media_cache.c media_cache: Fix reference leak with bucket file metadata 5 years ago
media_index.c media_index.c: Refactored so it doesn't cache the index 7 years ago
message.c manager - Add Content-Type parameter to the SendText action 5 years ago
mixmonitor.c
mwi.c mwi: Update the MWI core to use stasis_state API 6 years ago
named_acl.c acl: implement a centralized ACL output mechanism for HAs and ACLs. 6 years ago
named_locks.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
netsock2.c netsock2: Add ast_sockaddr_resolve_first_af to netsock2 public API 8 years ago
optional_api.c optional_api: Refactor to use vector's and standard allocators. 8 years ago
options.c Introduce astcachedir, to be used for temporary bucket files 5 years ago
parking.c stasis: Improve topic/subscription names and statistics. 7 years ago
pbx.c pbx.c: On error, ast_add_extension2_lockopt should always free 'data' 5 years ago
pbx_app.c cli: Enable ast_cli_completion_add on public completion generators. 8 years ago
pbx_builtins.c core: Remove non-critical cleanup from startup aborts. 8 years ago
pbx_functions.c Fix some doxygen and curly placement. 7 years ago
pbx_hangup_handler.c
pbx_ignorepat.c
pbx_include.c
pbx_private.h
pbx_sw.c Remove as much trailing whitespace as possible. 8 years ago
pbx_switch.c
pbx_timing.c
pbx_variables.c Introduce astcachedir, to be used for temporary bucket files 5 years ago
pickup.c astobj2: Eliminate legacy container allocation macros. 7 years ago
plc.c loader: Process dependencies for built-in modules. 7 years ago
poll.c Remove as much trailing whitespace as possible. 8 years ago
presencestate.c stasis: Improve topic/subscription names and statistics. 7 years ago
privacy.c
rtp_engine.c Logging: Add debug logging categories 5 years ago
say.c main: With Dutch language year after 2020 is not spoken in say.c 5 years ago
sched.c sched: Don't allow ast_sched_del to deadlock ast_sched_runq from same thread 6 years ago
sdp_srtp.c Remove as much trailing whitespace as possible. 8 years ago
security_events.c stasis: Improve topic/subscription names and statistics. 7 years ago
sem.c
serializer.c serializer: set high/low alert levels on whole pool 6 years ago
sha1.c
sip_api.c
slinfactory.c
smoother.c Remove as much trailing whitespace as possible. 8 years ago
sorcery.c sorcery: Add support for more intelligent reloading. 5 years ago
sounds.c sounds: Sort 'core show sounds' output 7 years ago
srv.c
stasis.c app_mixmonitor: Add AMI events MixMonitorStart, -Stop and -Mute. 5 years ago
stasis_bridges.c app_confbridge: Attended transfer event fixup 6 years ago
stasis_cache.c various files - fix some alerts raised by lgtm code analysis 6 years ago
stasis_cache_pattern.c stasis: Improve topic/subscription names and statistics. 7 years ago
stasis_channels.c app_mixmonitor: Add AMI events MixMonitorStart, -Stop and -Mute. 5 years ago
stasis_endpoints.c stasis: Improve topic/subscription names and statistics. 7 years ago
stasis_message.c stasis: Allow filtering by formatter 7 years ago
stasis_message_router.c stasis / manager / ari: Better filter messages. 7 years ago
stasis_state.c stasis_state: Create internal stasis_state_proxy object. 6 years ago
stasis_system.c stasis: Improve topic/subscription names and statistics. 7 years ago
strcompat.c app.c: make sure that no non-async-signal-safe syscalls are used after 6 years ago
stream.c res_pjsip_session: Handle multi-stream re-invites better 5 years ago
stringfields.c stringfields: Remove MALLOC_DEBUG fields from struct ast_string_field_mgr. 8 years ago
strings.c Revert "Test_cel: Fails when DONT_OPTIMIZE is off" 7 years ago
stun.c Logging: Add debug logging categories 5 years ago
syslog.c
taskprocessor.c serializer: move/add asterisk serializer pool functionality 6 years ago
tcptls.c tcptls.c: Don't close TCP client file descriptors more than once 5 years ago
tdd.c Remove as much trailing whitespace as possible. 8 years ago
term.c
test.c stasis: Improve topic/subscription names and statistics. 7 years ago
threadpool.c taskprocessor: Enable subsystems and overload by subsystem 7 years ago
threadstorage.c Remove as much trailing whitespace as possible. 8 years ago
time.c time: Add timeval create and unit conversion functions 5 years ago
timing.c loader: Create ast_module_running_ref. 8 years ago
translate.c chan_sip: Filter pass-through audio/video formats away, again. 5 years ago
udptl.c main/udptl.c: correctly handle udptl sequence wrap around 6 years ago
ulaw.c Remove as much trailing whitespace as possible. 8 years ago
uri.c
utf8.c utf8.c: Add UTF-8 validation and utility functions 5 years ago
utils.c utils.c: NULL terminate ast_base64decode_string. 5 years ago
uuid.c uuid: Enable UUID in Solaris 11. 7 years ago
xml.c xmldoc.c: Fix dump of xml document 7 years ago
xmldoc.c astobj2: Remove legacy ao2_container_alloc routine. 7 years ago