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 Colp b7b581f209
Merge "stasis: Add internal filtering of messages." into 13
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 BuildSystem: Instead of $PJPROJECT_LIBS with s, use $PJPROJECT_LIB everywhere. 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 app_voicemail: Cleanup mailbox topic and cache 7 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 handling of restart from remote console. 7 years ago
asterisk.dynamics
asterisk.exports.in core: Remove dead symbols from asterisk.exports.in. 7 years ago
astfd.c main/astfd: Fix GCC8 format-truncation warning. 7 years ago
astmm.c backtrace: Refactor ast_bt_get_symbols so it doesn't crash 7 years ago
astobj2.c Merge "astobj2: Reduce memory overhead." into 13 7 years ago
astobj2_container.c astobj2: Comment on OBJ_NOLOCK in ao2_container_clone. 7 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. 8 years ago
autoservice.c autoservice: Don't start channel autoservice if the thread is a user interface. 7 years ago
backtrace.c backtrace: Refactor ast_bt_get_symbols so it doesn't crash 7 years ago
bridge.c astobj2: Eliminate usage of legacy container allocation macros. 7 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_channel.c: Fix Deadlock when using Local channels and fax gateway 7 years ago
bridge_roles.c bridge_roles: Use a non-locking linked list where appropriate 7 years ago
bucket.c astobj2: Eliminate usage of legacy container allocation macros. 7 years ago
buildinfo.c
callerid.c Replace direct checks of option_debug with DEBUG_ATLEAST macro. 7 years ago
ccss.c stasis: Add internal filtering of messages. 7 years ago
cdr.c main/cdr.c: Alleviate CDR deadlock 7 years ago
cel.c core: Remove non-critical cleanup from startup aborts. 7 years ago
channel.c astobj2: Eliminate usage of legacy container allocation macros. 7 years ago
channel_internal_api.c channel.c: Make CHECK_BLOCKING() save thread LWP id for messages. 7 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 astobj2: Eliminate usage of legacy container allocation macros. 7 years ago
codec_builtin.c core: Add VP9 passthrough support. 8 years ago
config.c config.c: Cleanup AST_INCLUDE_GLOB 7 years ago
config_options.c core: Disable astobj2 locking for some common objects. 7 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 Fix 'statement' typo throughout code. 7 years ago
devicestate.c stasis: Add internal filtering of messages. 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
dsp.c core: Remove non-critical cleanup from startup aborts. 7 years ago
ecdisa.h
endpoints.c stasis: Add internal filtering of messages. 7 years ago
enum.c Dialplan functions: Fix some channel autoservice misuse. 7 years ago
event.c
features.c core: Remove non-critical cleanup from startup aborts. 7 years ago
features_config.c astobj2: Eliminate usage of legacy container allocation macros. 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 astobj2: Eliminate usage of legacy container allocation macros. 7 years ago
format_cache.c astobj2: Eliminate usage of legacy container allocation macros. 7 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 core/frame: Fix ast_frdup() and ast_frisolate() for empty text frames 7 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: Reload TLS even if http.conf hasn't changed 7 years ago
image.c
indications.c core: Disable astobj2 locking for some common objects. 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 jansson: Backport fixes to bundled, use json_vsprintf if available. 7 years ago
libasteriskpj.c PJPROJECT logging: Fix detection of max supported log level. 8 years ago
libasteriskssl.c libasteriskssl: Allow OpenSSL 1.0.2 configured with no-deprecated. 7 years ago
libasteriskssl.exports.in
loader.c Merge "core: Disable astobj2 locking for some common objects." into 13 7 years ago
lock.c lock: Replace __ast_mutex_logger with private log_mutex_error. 7 years ago
logger.c backtrace: Refactor ast_bt_get_symbols so it doesn't crash 7 years ago
manager.c stasis: Add internal filtering of messages. 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
manager_system.c Remove constant conditionals (dead-code). 8 years ago
max_forwards.c
md5.c
media_index.c core: Disable astobj2 locking for some common objects. 7 years ago
message.c bridge_softmix: Forward TEXT frames 7 years ago
mixmonitor.c
named_acl.c named_acl: Use ast_cli_completion_add. 7 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
options.c core: Ensure that el_end is always run when needed. 7 years ago
parking.c
pbx.c stasis: Add internal filtering of messages. 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 Fix some doxygen and curly placement. 7 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 astobj2: Eliminate usage of legacy container allocation macros. 7 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 stasis: Add internal filtering of messages. 7 years ago
privacy.c
rtp_engine.c rtp_engine: rtcp_report_to_json can overflow the ssrc integer value 7 years ago
say.c say.c: Fix file locations for second, seconds, minute, minutes files 8 years ago
sched.c sched: Make ABI compatible between dev mode and non-dev mode. 7 years ago
sdp_srtp.c dialplan_functions: wrong srtp use status report of a dialplan function 7 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 astobj2: Eliminate usage of legacy container allocation macros. 7 years ago
sounds.c main/sounds: Use ast_cli_completion_add. 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: Add internal filtering of messages. 7 years ago
stasis_bridges.c stasis_bridges: Remove silly usage of RAII_VAR. 7 years ago
stasis_cache.c stasis: Add internal filtering of messages. 7 years ago
stasis_cache_pattern.c stasis: Add internal filtering of messages. 7 years ago
stasis_channels.c stasis_channels.c: Misc cleanup. 8 years ago
stasis_endpoints.c AMI: Remove docs for nonexistent AMI ContactStatus event headers 7 years ago
stasis_message.c stasis: Add internal filtering of messages. 7 years ago
stasis_message_router.c stasis: Add internal filtering of messages. 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
taskprocessor.c taskprocessor: Prevent race creating new taskprocessor. 7 years ago
tcptls.c autoservice: Don't start channel autoservice if the thread is a user interface. 7 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 test.c: Make output jUnit compatible 7 years ago
threadpool.c taskprocessor: Warn on unused result from pushing task. 7 years ago
threadstorage.c Remove as much trailing whitespace as possible. 8 years ago
timing.c
translate.c translate: generic plc not filled in after translation 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
utils.c backtrace: Refactor ast_bt_get_symbols so it doesn't crash 7 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 core: Disable astobj2 locking for some common objects. 7 years ago