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
Matthew Jordan ea6f32fa18
AST-2014-011: Fix POODLE security issues
11 years ago
..
editline cli.c: Fix tab completion "module load" when MALLOC_DEBUG is enabled. 11 years ago
stdtime Allow Asterisk to compile under GCC 4.10 12 years ago
Makefile main/Makefile: Fix build failure on SmartOS/Illumos/SunOS 12 years ago
abstract_jb.c datastores: Audit ast_channel_datastore_remove usage. 12 years ago
acl.c pjsip cli: Change Identify to show CIDR notation instead of netmasks. 12 years ago
adsi.c Allow Asterisk to compile under GCC 4.10 12 years ago
alaw.c
aoc.c stasis: Reduce creation of channel snapshots to improve performance 12 years ago
app.c Remove undocumented default behavior of ast_play_and_record_full acceptdtmf. 12 years ago
ast_expr2.c
ast_expr2.fl
ast_expr2.h
ast_expr2.y
ast_expr2f.c
asterisk.c Allow Asterisk to compile under GCC 4.10 12 years ago
asterisk.dynamics
asterisk.exports.in Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc. 13 years ago
astfd.c Unregister CLI commands on exit 13 years ago
astmm.c MALLOC_DEBUG: Change fence magic number to be completely different from the freed magic number. 13 years ago
astobj2.c astobj2.c/refcounter.py: Fix to deal with invalid object refs. 11 years ago
astobj2_container.c ao2_container node object ignores REF_DEBUG in all places except one 12 years ago
astobj2_container_private.h astobj2: Additional refactoring to push impl specific code down into the impls. 12 years ago
astobj2_hash.c astobj2: Additional refactoring to push impl specific code down into the impls. 12 years ago
astobj2_private.h astobj2: Additional refactoring to push impl specific code down into the impls. 12 years ago
astobj2_rbtree.c astobj2: Additional refactoring to push impl specific code down into the impls. 12 years ago
audiohook.c audiohooks: Reevaluate the bridge technology when an audiohook is added or removed. 11 years ago
autochan.c
autoservice.c autoservice: stop thread on graceful shutdown 12 years ago
backtrace.c Fix memory corruption when trying to get "core show locks". 13 years ago
bridge.c bridge: During a smart bridge operation provide a more complete bridge to the old technology. 11 years ago
bridge_after.c Bridges: Fix feature interruption/unintended kick caused by external actions 12 years ago
bridge_basic.c Stasis: Convey transfer information to applications 12 years ago
bridge_channel.c chan_pjsip: Fix deadlock when masquerading PJSIP channels. 11 years ago
bridge_roles.c ARI: bridges/{bridgeID}/addChannel: add roles parameter 13 years ago
bucket.c Allow Asterisk to compile under GCC 4.10 12 years ago
buildinfo.c
callerid.c CallerID: Fix parsing regression 11 years ago
ccss.c Allow Asterisk to compile under GCC 4.10 12 years ago
cdr.c main/cdr: Use 'time' when rescheduling batched CDRs as opposed to 'size' 11 years ago
cel.c cel: Make sure channels in extra fields include their unique IDs as well 12 years ago
channel.c AMI: Add missing VarSet events when a channel inherits variables. 11 years ago
channel_internal_api.c Bridges: Fix feature interruption/unintended kick caused by external actions 12 years ago
chanvars.c res_phoneprov: Refactor phoneprov to allow pluggable config providers 11 years ago
cli.c Call IDs: Fix appearance of call ID in core show channels when NULL 12 years ago
config.c config: Fix inf loop using ast_category_browse and ast_variable_retrieve 11 years ago
config_options.c Allow Asterisk to compile under GCC 4.10 12 years ago
core_local.c stasis: Reduce creation of channel snapshots to improve performance 12 years ago
core_unreal.c AMI: Add missing VarSet events when a channel inherits variables. 11 years ago
crypt.c Fix utils directory breakage. 13 years ago
cygload.c
data.c Allow Asterisk to compile under GCC 4.10 12 years ago
datastore.c
db.c We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db. 12 years ago
devicestate.c res_corosync: Update module to work with Stasis (and compile) 12 years ago
dial.c stasis: Reduce creation of channel snapshots to improve performance 12 years ago
dns.c Clean up files that do not end with newlines 12 years ago
dnsmgr.c
dsp.c Allow Asterisk to compile under GCC 4.10 12 years ago
ecdisa.h
endpoints.c endpoints: Fix failing unit tests from r419196 12 years ago
enum.c Allow Asterisk to compile under GCC 4.10 12 years ago
event.c event.c: Fix type mismatch errors in ie_maps[]. 12 years ago
features.c features.c: Fix lingering channel ref while Bridge() application is active. 11 years ago
features_config.c feature_config: insure featuregroups and applicationmaps are initialized 12 years ago
file.c main/file: Move test event to emit PLAYBACK event more consistently 12 years ago
fixedjitterbuf.c
fixedjitterbuf.h
format.c Change comment. 12 years ago
format_cap.c Cache string values of formats on ast_format_cap() to save processing. 12 years ago
format_pref.c pjsip: fix support for allow=all 12 years ago
frame.c Allow Asterisk to compile under GCC 4.10 12 years ago
framehook.c audiohooks: Reevaluate the bridge technology when an audiohook is added or removed. 11 years ago
fskmodem.c
fskmodem_float.c
fskmodem_int.c
global_datastores.c
hashtab.c Fix utilities compilation/linking. 13 years ago
heap.c Fix incorrect usages of ast_realloc(). 13 years ago
http.c HTTP: Fix build for gcc 4.10 12 years ago
image.c
indications.c Fix incorrect usages of ast_realloc(). 13 years ago
io.c Allow Asterisk to compile under GCC 4.10 12 years ago
jitterbuf.c jitterbuf: Fix memory leak on jitter buffer reset 12 years ago
json.c ARI: Add channel technology agnostic out of call text messaging 12 years ago
libasteriskssl.c
libasteriskssl.exports.in
loader.c Allow Asterisk to compile under GCC 4.10 12 years ago
lock.c Fix DEBUG_THREADS when lock is acquired in __constructor__ 13 years ago
logger.c logger: Don't store verbose-magic in the log files. 12 years ago
manager.c manager/config: Support templates and non-unique category names via AMI 11 years ago
manager_bridges.c Allow Asterisk to compile under GCC 4.10 12 years ago
manager_channels.c ARI: Add ability to raise arbitrary User Events 12 years ago
manager_endpoints.c Remove dispatch object allocation from Stasis publishing 12 years ago
manager_mwi.c Remove dispatch object allocation from Stasis publishing 12 years ago
manager_system.c Optimize how Stasis forwards are dispatched 12 years ago
md5.c
media_index.c media_index: Make media indexing tolerable of bad symlinks. 12 years ago
message.c message: Don't close an AMI connection on SendMessage action error 11 years ago
mixmonitor.c Removed quotes from svn:keywords props on a few files. 13 years ago
named_acl.c Fix various memory leaks 13 years ago
netsock.c Allow Asterisk to compile under GCC 4.10 12 years ago
netsock2.c pjsip cli: Change Identify to show CIDR notation instead of netmasks. 12 years ago
optional_api.c optional_api: Make always use the standard malloc functions even with MALLOC_DEBUG. 12 years ago
parking.c res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfers 12 years ago
pbx.c Bridges: Fix feature interruption/unintended kick caused by external actions 12 years ago
pickup.c stasis: Reduce creation of channel snapshots to improve performance 12 years ago
plc.c
poll.c
presencestate.c Strip down the old event system 13 years ago
privacy.c
rtp_engine.c main/rtp_engine: Format NTP timestamps as unsigned ints 12 years ago
say.c say: Fix a bug where SayNumber in Polish tries to play incorrect sound. 12 years ago
sched.c Scheduler: Fix a nasty scheduler caching bug which makes new tasks not execute 11 years ago
sdp_srtp.c sdp_srtp: Add new lines to some WARNING messages 11 years ago
security_events.c Allow Asterisk to compile under GCC 4.10 12 years ago
sem.c Taskprocessor optimization; switch Stasis to use taskprocessors 12 years ago
sha1.c
sip_api.c
slinfactory.c Allow Asterisk to compile under GCC 4.10 12 years ago
sorcery.c sorcery: Prevent SEGV in sorcery_wizard_create when there's no create function 11 years ago
sounds_index.c Whitespace fixes. 12 years ago
srv.c
stasis.c stasis: use ao2_t_alloc for certain object allocators 12 years ago
stasis_bridges.c Stasis: Add information to blind transfer event 12 years ago
stasis_cache.c stasis: Reduce creation of channel snapshots to improve performance 12 years ago
stasis_cache_pattern.c stasis: use ao2_t_alloc for certain object allocators 12 years ago
stasis_channels.c stasis_channels.c: Resolve unfinished Dials when doing masquerades (Part 2) 11 years ago
stasis_endpoints.c ARI: Add ability to raise arbitrary User Events 12 years ago
stasis_message.c stasis: use ao2_t_alloc for certain object allocators 12 years ago
stasis_message_router.c stasis: fix call to ao2_t_alloc for stasis_message_router_create 12 years ago
stasis_system.c Convert CCSS manager events to stasis. 13 years ago
strcompat.c
strings.c string container: Remove unnecessary RAII_VAR usage and string object lock. 12 years ago
stun.c Allow Asterisk to compile under GCC 4.10 12 years ago
syslog.c
taskprocessor.c chan_pjsip: Fix deadlock when masquerading PJSIP channels. 11 years ago
tcptls.c AST-2014-011: Fix POODLE security issues 11 years ago
tdd.c
term.c
test.c Fix build warnings with TEST_FRAMEWORK enabled 12 years ago
threadpool.c threadpool.c: Minor cleanup fixes. 11 years ago
threadstorage.c Unregister CLI commands on exit 13 years ago
timing.c
translate.c Allow Asterisk to compile under GCC 4.10 12 years ago
udptl.c udptl: Correct FEC to not consider negative sequence numbers as missing 12 years ago
ulaw.c
utils.c utils: Create ast_strsep function that ignores separators inside quotes 11 years ago
uuid.c
xml.c Detect and use xsltCleanupGlobals when available 12 years ago
xmldoc.c Allow Asterisk to compile under GCC 4.10 12 years ago