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
Corey Farrell d57b58f5e9
main/config: Use ast_cli_completion_add for reload completion.
7 years ago
..
editline editline: Avoid shifting a negative signed value. 7 years ago
stdtime Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type." into 13 7 years ago
.gitignore build-system: Allow building with static pjproject 9 years ago
Makefile loader: Use ast_cli_completion_add for 'module load' completion. 7 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 pjproject: Add cache_pools debugging option. 7 years ago
asterisk.dynamics
asterisk.exports.in pjproject_bundled: Various fixes discovered during testing of OSes 9 years ago
astfd.c Remove as much trailing whitespace as possible. 8 years ago
astmm.c Fix Common Typo's. 8 years ago
astobj2.c astobj2: Prevent potential deadlocks with ao2_global_obj_release 8 years ago
astobj2_container.c astobj2_container: Use ast_cli_completion_add for container names. 7 years ago
astobj2_container_private.h astobj2: Additional refactoring to push impl specific code down into the impls. 11 years ago
astobj2_hash.c Remove as much trailing whitespace as possible. 8 years ago
astobj2_private.h astobj2: Additional refactoring to push impl specific code down into the impls. 11 years ago
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. 8 years ago
autoservice.c asterisk: Audit locking of channel when manipulating flags. 8 years ago
backtrace.c backtrace: Avoid potential spurious output. 7 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 bridge_roles: Use a non-locking linked list where appropriate 7 years ago
bucket.c core: Use macros to generate ao2_container callbacks where possible. 8 years ago
buildinfo.c
callerid.c Replace direct checks of option_debug with DEBUG_ATLEAST macro. 7 years ago
ccss.c main/ccss: Use ast_cli_completion_add for core id. 7 years ago
cdr.c cdr.c: Fix runtime leak of CDR records. 7 years ago
cel.c core: Remove non-critical cleanup from startup aborts. 7 years ago
channel.c main/channel: Use ast_cli_completion_add for channeltypes. 7 years ago
channel_internal_api.c core: Use eventfd for alert pipes on Linux when possible 8 years ago
chanvars.c Fix checks for allocation debugging. 9 years ago
cli.c cli: Enable ast_cli_completion_add on public completion generators. 7 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. 8 years ago
config.c main/config: Use ast_cli_completion_add for reload completion. 7 years ago
config_options.c aco: Fix NULL dereference in error path. 8 years ago
core_local.c core: Remove non-critical cleanup from startup aborts. 7 years ago
core_unreal.c Bridge system: Fix memory leaks and double frees on impart failure. 9 years ago
crypt.c BuildSystem: Fix build on FreeBSD due to missing crypt.h 8 years ago
cygload.c
data.c core: Fix segfault when invoking 'data get' CLI command 8 years ago
datastore.c
db.c Remove as much trailing whitespace as possible. 8 years ago
devicestate.c core: Remove non-critical cleanup from startup aborts. 7 years ago
dial.c core/dial: New channel variable FORWARDERNAME 9 years ago
dns.c Remove as much trailing whitespace as possible. 8 years ago
dnsmgr.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
dsp.c core: Remove non-critical cleanup from startup aborts. 7 years ago
ecdisa.h
endpoints.c core: Use macros to generate ao2_container callbacks where possible. 8 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 core: Remove non-critical cleanup from startup aborts. 7 years ago
features_config.c core: Remove non-critical cleanup from startup aborts. 7 years ago
file.c asterisk: Audit locking of channel when manipulating flags. 8 years ago
fixedjitterbuf.c abstract/fixed/adpative jitter buffer: disallow frame re-inserts 8 years ago
fixedjitterbuf.h abstract/fixed/adpative jitter buffer: disallow frame re-inserts 8 years ago
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 13 8 years ago
framehook.c clang compiler warnings: Fix format specified in framehook 10 years ago
fskmodem.c Remove as much trailing whitespace as possible. 8 years ago
fskmodem_float.c
fskmodem_int.c
global_datastores.c Detect potential forwarding loops based on count. 10 years ago
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 utils: Add convenience function for setting fd flags 8 years ago
image.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
indications.c core: Remove non-critical cleanup from startup aborts. 7 years ago
io.c sd_notify (systemd status notifications) support 9 years ago
jitterbuf.c Fix Common Typo's. 8 years ago
json.c json: Add conditionals to avoid locking if Jansson is thread safe. 7 years ago
libasteriskpj.c PJPROJECT logging: Fix detection of max supported log level. 8 years ago
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. 7 years ago
lock.c chan_sip: Address runaway when realtime peers subscribe to mailboxes 9 years ago
logger.c logger: Added logger_queue_limit to the configuration options. 8 years ago
manager.c Merge "manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event" into 13 7 years ago
manager_bridges.c res/ari/resource_bridges: Add the ability to manipulate the video source 9 years ago
manager_channels.c manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix() 7 years ago
manager_endpoints.c Remove as much trailing whitespace as possible. 8 years ago
manager_mwi.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
manager_system.c Remove constant conditionals (dead-code). 8 years ago
max_forwards.c Detect potential forwarding loops based on count. 10 years ago
md5.c
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 netsock.c: fix includes for HURD 9 years ago
netsock2.c Replace direct checks of option_debug with DEBUG_ATLEAST macro. 7 years ago
optional_api.c
parking.c
pbx.c Replace direct checks of option_debug with DEBUG_ATLEAST macro. 7 years ago
pbx_app.c cli: Enable ast_cli_completion_add on public completion generators. 7 years ago
pbx_builtins.c core: Remove non-critical cleanup from startup aborts. 7 years ago
pbx_functions.c pbx.c: Allow dangerous functions when adding a hint to dialplan. 9 years ago
pbx_hangup_handler.c cli: Fix various CLI documentation and completion issues 8 years ago
pbx_private.h main/pbx: Move dialplan application management routines to pbx_app.c. 10 years ago
pbx_switch.c main/pbx: Move switch routines to pbx_switch.c. 10 years ago
pbx_timing.c main/pbx: Move timing routines to pbx_timing.c. 10 years ago
pbx_variables.c pbx_variables.c: Misc fixes in variable substitution. 7 years ago
pickup.c Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
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 core: Ensure presencestate subtype and message are NULL. 9 years ago
privacy.c
rtp_engine.c rtp_engine: Load format name / mime type in uppercase again. 7 years ago
say.c say.c: Fix file locations for second, seconds, minute, minutes files 8 years ago
sched.c Replace direct checks of option_debug with DEBUG_ATLEAST macro. 7 years ago
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 Various fixes for OS X 10 years ago
sha1.c
sip_api.c
slinfactory.c media formats: re-architect handling of media for performance improvements 11 years ago
smoother.c Remove as much trailing whitespace as possible. 8 years ago
sorcery.c core: Remove non-critical cleanup from startup aborts. 7 years ago
sounds.c core: Rename sounds_index.c to sounds.c. 7 years ago
srv.c srv: Fix crash when ast_srv_lookup is used and 0 records are returned. 8 years ago
stasis.c stasis: Remove silly usage of RAII_VAR. 7 years ago
stasis_bridges.c stasis_bridges: Remove silly usage of RAII_VAR. 7 years ago
stasis_cache.c stasis_cache: Remove silly usage of RAII_VAR. 7 years ago
stasis_cache_pattern.c stasis_cache_pattern: Remove silly usage of RAII_VAR. 7 years ago
stasis_channels.c stasis_channels.c: Misc cleanup. 8 years ago
stasis_endpoints.c stasis_endpoints: Remove silly usage of RAII_VAR. 7 years ago
stasis_message.c Manager: Short circuit AMI message processing. 9 years ago
stasis_message_router.c stasis_message_router: Remove silly usage of RAII_VAR. 7 years ago
stasis_system.c stasis_system: Remove silly usage of RAII_VAR. 7 years ago
strcompat.c
stringfields.c stringfields: Refactor to allow fields to be added to the end of structures 9 years ago
strings.c main/strings: Fix uninitialized value. 8 years ago
stun.c STUN/netsock2: Fix some valgrind uninitialized memory findings. 8 years ago
syslog.c main/syslog: Allow dynamic logs, such as security events, to log to the syslog 11 years ago
taskprocessor.c taskprocessor.c: Increase the number of tps_singletons container buckets. 7 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 main: Slight refactor of main. Improve color situation. 10 years ago
test.c unittests: Add a unit test that causes a SEGV and... 8 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 Replace most uses of ast_register_atexit with ast_register_cleanup. 10 years ago
translate.c translate: Avoid absolute value on unsigned substraction. 7 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 uri: Quiet warning about type qualifiers ignored on function return type 11 years ago
utils.c utils: In Solaris, avoid a warning about an unused variable. 7 years ago
uuid.c Fix printf problems with high ascii characters after r413586 (1.8). 11 years ago
xml.c Remove as much trailing whitespace as possible. 8 years ago
xmldoc.c Remove as much trailing whitespace as possible. 8 years ago