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 6063a42e19
manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix()
8 years ago
..
editline editline: Avoid shifting a negative signed value. 8 years ago
stdtime Remove as much trailing whitespace as possible. 8 years ago
.gitignore
Makefile loader: Use ast_cli_completion_add for 'module load' completion. 8 years ago
abstract_jb.c abstract_jb: Remove silly usage of RAII_VAR. 8 years ago
acl.c Remove as much trailing whitespace as possible. 8 years ago
adsi.c
alaw.c Remove as much trailing whitespace as possible. 8 years ago
alertpipe.c utils: Add convenience function for setting fd flags 8 years ago
aoc.c aoc: Remove silly usage of RAII_VAR. 8 years ago
app.c Remove as much trailing whitespace as possible. 8 years ago
ast_expr2.c Remove as much trailing whitespace as possible. 8 years ago
ast_expr2.fl
ast_expr2.h Remove as much trailing whitespace as possible. 8 years ago
ast_expr2.y Remove as much trailing whitespace as possible. 8 years ago
ast_expr2f.c Remove as much trailing whitespace as possible. 8 years ago
asterisk.c core: Fix unused variable error in handle_show_sysinfo. 8 years ago
asterisk.dynamics
asterisk.exports.in
astfd.c Remove as much trailing whitespace as possible. 8 years ago
astmm.c Fix Common Typo's. 8 years ago
astobj2.c Fix Common Typo's. 8 years ago
astobj2_container.c Remove as much trailing whitespace as possible. 8 years ago
astobj2_container_private.h
astobj2_hash.c Remove as much trailing whitespace as possible. 8 years ago
astobj2_private.h
astobj2_rbtree.c Remove as much trailing whitespace as possible. 8 years ago
audiohook.c audiohook.c: Fix freeing a frame and still using it. 8 years ago
autochan.c autochan/mixmonitor/chanspy: Fix unsafe channel locking and references. 9 years ago
autoservice.c core: Reduce video update queueing. 8 years ago
backtrace.c ast_bt_get_symbols: Prevent double-free. 8 years ago
bridge.c bridge: Old channel video source not set to NULL after unref. 8 years ago
bridge_after.c stasis/control: Fix possible deadlock with swap channel 8 years ago
bridge_basic.c Remove as much trailing whitespace as possible. 8 years ago
bridge_channel.c bridge : Fix one-way direct-media when early bridging with native_rtp 8 years ago
bridge_roles.c
bucket.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
buildinfo.c
callerid.c
ccss.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
cdr.c cdr: submit: fix logic of test for batch mode 8 years ago
cel.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
channel.c core: Don't attempt to write to a stream that does not exist. 8 years ago
channel_internal_api.c core: Remove 'Data Retrieval API' 9 years ago
chanvars.c
cli.c CLI: Address multiple issues. 8 years ago
codec.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
codec_builtin.c core: Add VP9 passthrough support. 9 years ago
config.c pbx: Reduce verbosity while loading extensions 8 years ago
config_options.c aco: Fix NULL dereference in error path. 8 years ago
conversions.c core/conversions: Added string to unsigned integer and long conversions 9 years ago
core_local.c core_local: local channel data not being properly unref'ed and unlocked 9 years ago
core_unreal.c core: Reduce video update queueing. 8 years ago
crypt.c BuildSystem: Fix build on FreeBSD due to missing crypt.h 9 years ago
cygload.c
datastore.c
db.c Remove as much trailing whitespace as possible. 8 years ago
devicestate.c
dial.c channel: Remove old epoll support and fixed max number of file descriptors. 9 years ago
dns.c Remove as much trailing whitespace as possible. 8 years ago
dns_core.c dns_core: Protect against array index violation. 8 years ago
dns_naptr.c
dns_query_set.c
dns_recurring.c
dns_srv.c
dns_system_resolver.c
dns_test.c
dns_tlsa.c
dnsmgr.c
dsp.c app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs. 8 years ago
ecdisa.h
endpoints.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
enum.c
event.c
features.c features: Bridge application's BRIDGERESULT not appropriately set 8 years ago
features_config.c aco: Minimize use of regex. 8 years ago
file.c asterisk: Audit locking of channel when manipulating flags. 9 years ago
fixedjitterbuf.c
fixedjitterbuf.h
format.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
format_cache.c Remove as much trailing whitespace as possible. 8 years ago
format_cap.c format_cap: Fix leak on AST_VECTOR_APPEND error. 8 years ago
format_compatibility.c Remove as much trailing whitespace as possible. 8 years ago
frame.c Merge "core: Add cache_media_frames debugging option." into 15 8 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 hashtab: Use ast_free. 8 years ago
heap.c heap.c: No need to calloc heap pointer array. 8 years ago
http.c http.c: Fix http header send content. 8 years ago
image.c
indications.c Remove as much trailing whitespace as possible. 8 years ago
io.c Core: Add support for systemd socket activation. 9 years ago
iostream.c utils: Add convenience function for setting fd flags 8 years ago
jitterbuf.c Fix Common Typo's. 8 years ago
json.c Fix ast_(v)asprintf() malloc failure usage conditions. 8 years ago
libasteriskpj.c
libasteriskssl.c Build: Fix issues building without SSL. 8 years ago
libasteriskssl.exports.in
loader.c loader: Use ast_cli_completion_add for 'module load' completion. 8 years ago
lock.c
logger.c logger: Added logger_queue_limit to the configuration options. 9 years ago
manager.c manager.c: Update AMI Status event documentation 8 years ago
manager_bridges.c
manager_channels.c manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix() 8 years ago
manager_endpoints.c Remove as much trailing whitespace as possible. 8 years ago
manager_mwi.c
manager_system.c Remove constant conditionals (dead-code). 8 years ago
max_forwards.c
md5.c
media_cache.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
media_index.c Remove as much trailing whitespace as possible. 8 years ago
message.c Messaging: Report error on failure to register tech or handler. 8 years ago
mixmonitor.c
named_acl.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
named_locks.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
netsock.c
netsock2.c Fix Common Typo's. 8 years ago
optional_api.c
parking.c
pbx.c pbx: Reduce verbosity while loading extensions 8 years ago
pbx_app.c Core/PBX: Deadlock between dialplan execution and application unregistration. 9 years ago
pbx_builtins.c core: Add digit filtering to ast_waitfordigit_full 9 years ago
pbx_functions.c
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 pbx_variables.c: Misc fixes in variable substitution. 8 years ago
pickup.c
plc.c Remove as much trailing whitespace as possible. 8 years ago
poll.c Remove as much trailing whitespace as possible. 8 years ago
presencestate.c
privacy.c
rtp_engine.c rtp_engine: Add missing unlock. 8 years ago
say.c Remove as much trailing whitespace as possible. 8 years ago
sched.c
sdp_srtp.c Remove as much trailing whitespace as possible. 8 years ago
security_events.c Remove as much trailing whitespace as possible. 8 years ago
sem.c
sha1.c
sip_api.c
slinfactory.c
smoother.c Remove as much trailing whitespace as possible. 8 years ago
sorcery.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
sounds_index.c sounds_index: Avoid repeatedly reindexing. 8 years ago
srv.c
stasis.c stasis: Remove silly usage of RAII_VAR. 8 years ago
stasis_bridges.c stasis_bridges: Remove silly usage of RAII_VAR. 8 years ago
stasis_cache.c stasis_cache: Remove silly usage of RAII_VAR. 8 years ago
stasis_cache_pattern.c stasis_cache_pattern: Remove silly usage of RAII_VAR. 8 years ago
stasis_channels.c stasis_channels.c: Misc cleanup. 8 years ago
stasis_endpoints.c stasis_endpoints: Remove silly usage of RAII_VAR. 8 years ago
stasis_message.c
stasis_message_router.c stasis_message_router: Remove silly usage of RAII_VAR. 8 years ago
stasis_system.c stasis_system: Remove silly usage of RAII_VAR. 8 years ago
strcompat.c
stream.c stream: Return error from ast_stream_topology_set_stream. 8 years ago
stringfields.c
strings.c main/strings: Fix uninitialized value. 8 years ago
stun.c STUN/netsock2: Fix some valgrind uninitialized memory findings. 9 years ago
syslog.c
taskprocessor.c taskprocessor.c: Increase the number of tps_singletons container buckets. 8 years ago
tcptls.c utils: Add convenience function for setting fd flags 8 years ago
tdd.c Remove as much trailing whitespace as possible. 8 years ago
term.c
test.c unittests: Add a unit test that causes a SEGV and... 9 years ago
threadpool.c Remove as much trailing whitespace as possible. 8 years ago
threadstorage.c Remove as much trailing whitespace as possible. 8 years ago
timing.c
translate.c translate: Avoid absolute value on unsigned substraction. 8 years ago
udptl.c aco: Minimize use of regex. 8 years ago
ulaw.c Remove as much trailing whitespace as possible. 8 years ago
uri.c
utils.c core: Fix multiple trivial issues in the core. 8 years ago
uuid.c
xml.c Remove as much trailing whitespace as possible. 8 years ago
xmldoc.c Remove as much trailing whitespace as possible. 8 years ago