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
zuul 139b0b0b2c
Merge "loader: Retry dlopen when loading fails"
9 years ago
..
editline main/editline: Add .gitignore. 10 years ago
stdtime test_time: Provide a timeout when waiting. 9 years ago
.gitignore build-system: Allow building with static pjproject 9 years ago
Makefile build-system: Allow building with static pjproject 9 years ago
abstract_jb.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
acl.c Restrict functionality when ACLs are misconfigured. 10 years ago
adsi.c Allow Asterisk to compile under GCC 4.10 11 years ago
alaw.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
aoc.c json: Audit ast_json_* usage for thread safety. 9 years ago
app.c app: Queue hangup if channel is hung up during sub or macro execution. 9 years ago
ast_expr2.c MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC. 10 years ago
ast_expr2.fl Git Conversion: Switch Non-C files to ASTERISK_REGISTER_FILE. 10 years ago
ast_expr2.h
ast_expr2.y MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC. 10 years ago
ast_expr2f.c MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC. 10 years ago
asterisk.c build-system: Allow building with static pjproject 9 years ago
asterisk.dynamics Fix error loading res_monitor. 11 years ago
asterisk.exports.in Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc. 12 years ago
astfd.c astfd: Adds a timestamp for each entry. 10 years ago
astmm.c astmm.c: Add more stats to CLI "memory show" commands. 9 years ago
astobj2.c Astobj2: Run weakproxy subscription callbacks in reverse order. 10 years ago
astobj2_container.c Astobj2: Allow reference debugging to be enabled/disabled by config. 10 years ago
astobj2_container_private.h Astobj2: Allow reference debugging to be enabled/disabled by config. 10 years ago
astobj2_hash.c Astobj2: Correctly treat hash_fn returning INT_MIN 10 years ago
astobj2_private.h Astobj2: Allow reference debugging to be enabled/disabled by config. 10 years ago
astobj2_rbtree.c Astobj2: Allow reference debugging to be enabled/disabled by config. 10 years ago
audiohook.c Fix crash in audiohook translate to slin 10 years ago
autochan.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
autoservice.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
backtrace.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
bridge.c bridge.c: Crash during attended transfer when missing a local channel half 9 years ago
bridge_after.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
bridge_basic.c Merge "bridge_basic: don't play an attended transfer fail sound after target hangs up" 9 years ago
bridge_channel.c bridge core: Add owed T.38 terminate when channel leaves a bridge. 9 years ago
bridge_roles.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
bucket.c media cache: Add a core API and facade for a backend agnostic media cache 10 years ago
buildinfo.c
callerid.c SIP diversion: Fix REDIRECTING(reason) value inconsistencies. 9 years ago
ccss.c ccss.c: Replace space in taskprocessor name. 9 years ago
cdr.c Merge "main/cdr: Allow setting properties on a finalized CDR if it is the last one" 9 years ago
cel.c cel.c: Fix mismatch in ast_cel_track_event() return type. 9 years ago
channel.c bridge core: Add owed T.38 terminate when channel leaves a bridge. 9 years ago
channel_internal_api.c channel api: Create is_t38_active accessor functions. 9 years ago
chanvars.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
cli.c main/cli: Use proper string methods to check existence of context/exten/app 10 years ago
codec.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
codec_builtin.c format: Update the maximum packetization time for iLBC 30. 10 years ago
config.c main/config: Clean config maps on shutdown. 9 years ago
config_options.c Merge "config: Allow options to register when documentation is unavailable." 9 years ago
core_local.c bridge.c: Crash during attended transfer when missing a local channel half 9 years ago
core_unreal.c Local channels: Alternate solution to ringback problem. 10 years ago
crypt.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
cygload.c
data.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
datastore.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
db.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
devicestate.c devicestate: Cleanup engine thread during graceful shutdown. 9 years ago
dial.c main/dial: Protect access to the format_cap structure of the requesting channel 10 years ago
dns.c dns: Change lookup failures from LOG_ERROR to debug 1. 10 years ago
dns_core.c dns_core: Allow zero-length DNS responses. 10 years ago
dns_naptr.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
dns_query_set.c DNS: Fix some corner cases. 10 years ago
dns_recurring.c dns: Fix crash when invoking cancel in DNS recurring unit test. 10 years ago
dns_srv.c dns_srv: Fix SRV sorting when records with priority zero exist with non-zero. 10 years ago
dns_system_resolver.c dns: Change lookup failures from LOG_ERROR to debug 1. 10 years ago
dns_test.c dns: Fix build when TEST_FRAMEWORK is not defined. 10 years ago
dns_tlsa.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
dnsmgr.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
dsp.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
ecdisa.h
endpoints.c endpoint/stasis: Eliminate duplicate events on endpoint status change 9 years ago
enum.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
event.c Clang: change previous tautological-compare fixes. 10 years ago
features.c Remove unneeded uses of optional_api providers. 10 years ago
features_config.c bridge_basic: don't cache xferfailsound during an attended transfer 9 years ago
file.c ast_format_cap_get_names: To display all formats, the buffer was increased. 10 years ago
fixedjitterbuf.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
fixedjitterbuf.h
format.c format: Register format-attribute module with cached formats. 10 years ago
format_cache.c Astobj2: Allow reference debugging to be enabled/disabled by config. 10 years ago
format_cap.c ast_format_cap_append_by_type: Resolve codec reference leak. 9 years ago
format_compatibility.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
frame.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
framehook.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
fskmodem.c
fskmodem_float.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
fskmodem_int.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
global_datastores.c Detect potential forwarding loops based on count. 10 years ago
hashtab.c hashtab: Add NULL check when destroying iterator. 10 years ago
heap.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
http.c AST-2016-001 http: Provide greater control of TLS and set modern defaults. 9 years ago
image.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
indications.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
io.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
jitterbuf.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
json.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
libasteriskpj.c build-system: Allow building with static pjproject 9 years ago
libasteriskssl.c tcptls: Avoiding ERR_remove_state in OpenSSL. 10 years ago
libasteriskssl.exports.in
loader.c loader: Retry dlopen when loading fails 9 years ago
lock.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
logger.c logger.c: Fix buffer overrun found by address sanitizer. 9 years ago
manager.c build_system: Fix some warnings highlighted by clang 9 years ago
manager_bridges.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
manager_channels.c AMI: Add Linkedid to the standard channel snapshot AMI event headers. 10 years ago
manager_endpoints.c res_pjsip: Add AMI events for chan_pjsip contact lifecycle changes 10 years ago
manager_mwi.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
manager_system.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
max_forwards.c Detect potential forwarding loops based on count. 10 years ago
md5.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
media_cache.c media cache: Add CLI commands 10 years ago
media_index.c media formats: re-architect handling of media for performance improvements 11 years ago
message.c CHAOS: cleanup possible null vars on msg alloc failure 9 years ago
mixmonitor.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
named_acl.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
netsock.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
netsock2.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
optional_api.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
parking.c Modules: Make ast_module_info->self available to auxiliary sources. 10 years ago
pbx.c pbx: Deadlock between contexts container and context_merge locks 9 years ago
pbx_app.c main/pbx: Move dialplan application management routines to pbx_app.c. 9 years ago
pbx_builtins.c main/pbx: Move variable routines to pbx_variables.c. 9 years ago
pbx_functions.c main/pbx: Move custom function routines to pbx_functions.c. 9 years ago
pbx_hangup_handler.c main/pbx: Move hangup handler routines to pbx_hangup_handler.c. 9 years ago
pbx_private.h main/pbx: Move dialplan application management routines to pbx_app.c. 9 years ago
pbx_switch.c main/pbx: Move switch routines to pbx_switch.c. 9 years ago
pbx_timing.c main/pbx: Move timing routines to pbx_timing.c. 9 years ago
pbx_variables.c main/pbx: Move variable routines to pbx_variables.c. 9 years ago
pickup.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
plc.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
poll.c
presencestate.c AMI: Escape string values. 10 years ago
privacy.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
rtp_engine.c Merge "json: Audit ast_json_* usage for thread safety." 9 years ago
say.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
sched.c sched.c: Make not return a sched id of 0. 10 years ago
sdp_srtp.c Merge "main/sdp_srtp.c: allow SDP crypto tag to be up to 9 digits" 10 years ago
security_events.c Clang: change previous tautological-compare fixes. 10 years ago
sem.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
sha1.c Doxygen Updates - janitor work 13 years ago
sip_api.c Don't make chan_sip export global symbols. 13 years ago
slinfactory.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
smoother.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
sorcery.c sorcery: Refactor create, update and delete to better deal with caches 9 years ago
sounds_index.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
srv.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
stasis.c Stasis: Create human friendly taskprocessor/serializer names. 9 years ago
stasis_bridges.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
stasis_cache.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
stasis_cache_pattern.c endpoint/stasis: Eliminate duplicate events on endpoint status change 9 years ago
stasis_channels.c json: Audit ast_json_* usage for thread safety. 9 years ago
stasis_endpoints.c main/stasis_endpoints: Fix ContactStatusChange JSON for roundtrip_usec field 10 years ago
stasis_message.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
stasis_message_router.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
stasis_system.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
strcompat.c Add builtin roundf() for systems lacking it. 12 years ago
strings.c strings.c: Fix __ast_str_helper() to always return a terminated string. 10 years ago
stun.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
syslog.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
taskprocessor.c Merge "taskprocessor.c: Increase CLI "core ping taskprocessor" timeout." 9 years ago
tcptls.c Check for OpenSSL defines before trying to use them. 9 years ago
tdd.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
term.c main: Slight refactor of main. Improve color situation. 10 years ago
test.c test.c: Add unit test registration checks for summary and description. 10 years ago
threadpool.c res_pjsip: Deny requests when threadpool queue is backed up. 10 years ago
threadstorage.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
timing.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
translate.c translate: Avoid a warning message when doing FEC within Opus Codec. 10 years ago
udptl.c AST-2016-003 udptl.c: Fix uninitialized values. 9 years ago
ulaw.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
uri.c uri: Quiet warning about type qualifiers ignored on function return type 11 years ago
utils.c main: Use ast_strdup instead of strdup 9 years ago
uuid.c Fix printf problems with high ascii characters after r413586 (1.8). 11 years ago
xml.c git migration: Refactor the ASTERISK_FILE_VERSION macro 10 years ago
xmldoc.c xmldoc: Improve xmldoc wrapping of 'core show ...' output. 10 years ago