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
Richard Mudgett b2d2906445
sched.c: Ensure oldest expiring entry runs first.
11 years ago
..
editline main/editline: Add .gitignore. 12 years ago
stdtime test_time: Provide a timeout when waiting. 11 years ago
.gitignore build-system: Allow building with static pjproject 11 years ago
Makefile build-system: Allow building with static pjproject 11 years ago
abstract_jb.c
acl.c
adsi.c
alaw.c
aoc.c json: Audit ast_json_* usage for thread safety. 11 years ago
app.c app: Queue hangup if channel is hung up during sub or macro execution. 11 years ago
ast_expr2.c
ast_expr2.fl
ast_expr2.h
ast_expr2.y
ast_expr2f.c
asterisk.c build-system: Allow building with static pjproject 11 years ago
asterisk.dynamics
asterisk.exports.in
astfd.c astfd: Fix buffer overflow in DEBUG_FD_LEAKS. 11 years ago
astmm.c astmm.c: Add more stats to CLI "memory show" commands. 11 years ago
astobj2.c Astobj2: Fix initialization order of refdebug and AO2_DEBUG. 11 years ago
astobj2_container.c Astobj2: Ensure all calls to __adjust_lock pass a valid object. 11 years ago
astobj2_container_private.h
astobj2_hash.c Astobj2: Correctly treat hash_fn returning INT_MIN 11 years ago
astobj2_private.h
astobj2_rbtree.c Astobj2: Ensure all calls to __adjust_lock pass a valid object. 11 years ago
audiohook.c Fix crash in audiohook translate to slin 11 years ago
autochan.c app_chanspy: Fix occasional deadlock with ChanSpy and Local channels. 11 years ago
autoservice.c
backtrace.c
bridge.c bridge.c: Crash during attended transfer when missing a local channel half 11 years ago
bridge_after.c
bridge_basic.c Merge "bridge_basic: don't play an attended transfer fail sound after target hangs up" into 13 11 years ago
bridge_channel.c bridge core: Add owed T.38 terminate when channel leaves a bridge. 11 years ago
bridge_roles.c
bucket.c A couple minor cleanup tweaks. 12 years ago
buildinfo.c
callerid.c SIP diversion: Fix REDIRECTING(reason) value inconsistencies. 11 years ago
ccss.c ccss.c: Replace space in taskprocessor name. 11 years ago
cdr.c main/cdr: Allow setting properties on a finalized CDR if it is the last one 11 years ago
cel.c cel.c: Fix mismatch in ast_cel_track_event() return type. 11 years ago
channel.c bridge core: Add owed T.38 terminate when channel leaves a bridge. 11 years ago
channel_internal_api.c channel api: Create is_t38_active accessor functions. 11 years ago
chanvars.c
cli.c main/cli: Use proper string methods to check existence of context/exten/app 11 years ago
codec.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
codec_builtin.c format: Update the maximum packetization time for iLBC 30. 11 years ago
config.c main/config: Clean config maps on shutdown. 11 years ago
config_options.c Merge "config: Allow options to register when documentation is unavailable." into 13 11 years ago
core_local.c bridge.c: Crash during attended transfer when missing a local channel half 11 years ago
core_unreal.c Local channels: Alternate solution to ringback problem. 11 years ago
crypt.c
cygload.c
data.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
datastore.c
db.c
devicestate.c devicestate: Cleanup engine thread during graceful shutdown. 11 years ago
dial.c main/dial: Protect access to the format_cap structure of the requesting channel 11 years ago
dns.c
dnsmgr.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
dsp.c res_pjsip: Add an 'auto' option for DTMF Mode 12 years ago
ecdisa.h
endpoints.c stasis_cache_pattern: Backport to 13 11 years ago
enum.c clang compiler warnings: Fix autological comparisons 12 years ago
event.c Clang: change previous tautological-compare fixes. 11 years ago
features.c Remove unneeded uses of optional_api providers. 11 years ago
features_config.c bridge_basic: don't cache xferfailsound during an attended transfer 11 years ago
file.c ast_format_cap_get_names: To display all formats, the buffer was increased. 11 years ago
fixedjitterbuf.c
fixedjitterbuf.h
format.c format: Register format-attribute module with cached formats. 11 years ago
format_cache.c format_cache.c: Add missing slin12 format to ast_format_cache_is_slinear(). 12 years ago
format_cap.c ast_format_cap_append_by_type: Resolve codec reference leak. 11 years ago
format_compatibility.c
frame.c
framehook.c clang compiler warnings: Fix format specified in framehook 12 years ago
fskmodem.c
fskmodem_float.c
fskmodem_int.c
global_datastores.c Detect potential forwarding loops based on count. 12 years ago
hashtab.c hashtab: Add NULL check when destroying iterator. 11 years ago
heap.c
http.c AST-2016-001 http: Provide greater control of TLS and set modern defaults. 11 years ago
image.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
indications.c clang compiler warnings: Fix autological comparisons 12 years ago
io.c
jitterbuf.c clang compiler warnings: Fix -Wabsolute-value warnings 12 years ago
json.c ARI: Fix crash if integer values used in JSON payload 'variables' object. 12 years ago
libasteriskpj.c build-system: Allow building with static pjproject 11 years ago
libasteriskssl.c tcptls: Avoiding ERR_remove_state in OpenSSL. 11 years ago
libasteriskssl.exports.in
loader.c loader: Retry dlopen when loading fails 11 years ago
lock.c
logger.c logger.c: Fix buffer overrun found by address sanitizer. 11 years ago
manager.c build_system: Fix some warnings highlighted by clang 11 years ago
manager_bridges.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
manager_channels.c AMI: Add Linkedid to the standard channel snapshot AMI event headers. 11 years ago
manager_endpoints.c res_pjsip: Add AMI events for chan_pjsip contact lifecycle changes 11 years ago
manager_mwi.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
manager_system.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
max_forwards.c Detect potential forwarding loops based on count. 12 years ago
md5.c
media_index.c
message.c CHAOS: cleanup possible null vars on msg alloc failure 11 years ago
mixmonitor.c
named_acl.c
netsock.c
netsock2.c Audit ast_sockaddr_resolve() usage for memory leaks. 12 years ago
optional_api.c
parking.c
pbx.c pbx: Deadlock between contexts container and context_merge locks 11 years ago
pbx_app.c main/pbx: Move dialplan application management routines to pbx_app.c. 11 years ago
pbx_builtins.c asterisk.h: Add ASTERISK_REGISTER_FILE macro 11 years ago
pbx_functions.c asterisk.h: Add ASTERISK_REGISTER_FILE macro 11 years ago
pbx_hangup_handler.c main/pbx: Move hangup handler routines to pbx_hangup_handler.c. 11 years ago
pbx_private.h main/pbx: Move dialplan application management routines to pbx_app.c. 11 years ago
pbx_switch.c main/pbx: Move switch routines to pbx_switch.c. 11 years ago
pbx_timing.c main/pbx: Move timing routines to pbx_timing.c. 11 years ago
pbx_variables.c main/pbx: Move variable routines to pbx_variables.c. 11 years ago
pickup.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
plc.c
poll.c
presencestate.c AMI: Escape string values. 11 years ago
privacy.c
rtp_engine.c Merge "json: Audit ast_json_* usage for thread safety." into 13 11 years ago
say.c
sched.c sched.c: Ensure oldest expiring entry runs first. 11 years ago
sdp_srtp.c main/sdp_srtp.c: allow SDP crypto tag to be up to 9 digits 11 years ago
security_events.c Clang: change previous tautological-compare fixes. 11 years ago
sem.c
sha1.c
sip_api.c
slinfactory.c
smoother.c
sorcery.c sorcery: Refactor create, update and delete to better deal with caches 11 years ago
sounds_index.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
srv.c
stasis.c Stasis: Create human friendly taskprocessor/serializer names. 11 years ago
stasis_bridges.c core: Don't create snapshots with locks. 12 years ago
stasis_cache.c
stasis_cache_pattern.c stasis_cache_pattern: Backport to 13 11 years ago
stasis_channels.c json: Audit ast_json_* usage for thread safety. 11 years ago
stasis_endpoints.c main/stasis_endpoints: Fix ContactStatusChange JSON for roundtrip_usec field 11 years ago
stasis_message.c
stasis_message_router.c
stasis_system.c
strcompat.c
strings.c strings.c: Fix __ast_str_helper() to always return a terminated string. 11 years ago
stun.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
syslog.c
taskprocessor.c taskprocessor.c: Increase CLI "core ping taskprocessor" timeout. 11 years ago
tcptls.c Check for OpenSSL defines before trying to use them. 11 years ago
tdd.c
term.c main: Slight refactor of main. Improve color situation. 11 years ago
test.c test.c: Add unit test registration checks for summary and description. 11 years ago
threadpool.c res_pjsip: Deny requests when threadpool queue is backed up. 11 years ago
threadstorage.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
timing.c Replace most uses of ast_register_atexit with ast_register_cleanup. 12 years ago
translate.c translate: Avoid a warning message when doing FEC within Opus Codec. 11 years ago
udptl.c AST-2016-003 udptl.c: Fix uninitialized values. 11 years ago
ulaw.c
uri.c
utils.c main: Use ast_strdup instead of strdup 11 years ago
uuid.c
xml.c
xmldoc.c xmldoc: Improve xmldoc wrapping of 'core show ...' output. 11 years ago