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 c08fd275bf
Logger: Convert 'struct ast_callid' to unsigned int.
11 years ago
..
editline cli.c: Fix tab completion "module load" when MALLOC_DEBUG is enabled. 11 years ago
stdtime localtime: Fix file descriptor leak on kqueue(2) systems 11 years ago
Makefile Add support for the clang compiler; update RAII_VAR to use BlocksRuntime 11 years ago
abstract_jb.c func_jitterbuffer: fix frame leaks. 11 years ago
acl.c Fix error with mixed address family ACLs. 11 years ago
adsi.c Allow Asterisk to compile under GCC 4.10 12 years ago
alaw.c
aoc.c ISDN AOC: Fix crash from an AOC-E message that doesn't have a channel association. 11 years ago
app.c app: Add functions to swap voicemail function table for testing purposes 11 years ago
ast_expr2.c core: Don't allow free to mean ast_free (and malloc, etc..). 11 years ago
ast_expr2.fl
ast_expr2.h
ast_expr2.y core: Don't allow free to mean ast_free (and malloc, etc..). 11 years ago
ast_expr2f.c core: Don't allow free to mean ast_free (and malloc, etc..). 11 years ago
asterisk.c main/asterisk.c: Reverse #if statement in listener() to fix code folding. 11 years ago
asterisk.dynamics Fix error loading res_monitor. 12 years ago
asterisk.exports.in
astfd.c
astmm.c
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 11 years ago
astobj2_container_private.h astobj2: Additional refactoring to push impl specific code down into the impls. 11 years ago
astobj2_hash.c astobj2: Additional refactoring to push impl specific code down into the impls. 11 years ago
astobj2_private.h astobj2: Additional refactoring to push impl specific code down into the impls. 11 years ago
astobj2_rbtree.c astobj2: Additional refactoring to push impl specific code down into the impls. 11 years ago
audiohook.c main/audiohook: Update internal sample rate on reads 11 years ago
autochan.c
autoservice.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
backtrace.c
bridge.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
bridge_after.c Fix some memory leaks. 11 years ago
bridge_basic.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
bridge_channel.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
bridge_roles.c
bucket.c Allow shutdown to unload modules that register bucket scheme's or codec's. 11 years ago
buildinfo.c
callerid.c CallerID: Fix parsing regression 11 years ago
ccss.c Stasis: Allow message types to be blocked 11 years ago
cdr.c Documentation: Revise explanation of cdr.conf option 'Unanswered' 11 years ago
cel.c Fix race condition that could result in ARI transfer messages not being sent. 11 years ago
channel.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
channel_internal_api.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
chanvars.c res_phoneprov: Refactor phoneprov to allow pluggable config providers 11 years ago
cli.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
codec.c Allow shutdown to unload modules that register bucket scheme's or codec's. 11 years ago
codec_builtin.c media formats: re-architect handling of media for performance improvements 11 years ago
config.c various: cleanup issues found during leak hunt 11 years ago
config_options.c AMI: Allow for command response documentation 11 years ago
core_local.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
core_unreal.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
crypt.c
cygload.c
data.c data: Properly access formats in capabilities structure when adding codecs. 11 years ago
datastore.c
db.c Revert -r430452 It needs to be redone for the next major AMI version change instead. 11 years ago
devicestate.c devicestate.c: Minor tweaks 11 years ago
dial.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
dns.c Clean up files that do not end with newlines 11 years ago
dnsmgr.c
dsp.c media formats: re-architect handling of media for performance improvements 11 years ago
ecdisa.h
endpoints.c core: Don't create snapshots with locks. 11 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[]. 11 years ago
features.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
features_config.c Allow for transferer to retry when dialing an invalid extension. 11 years ago
file.c main/file.c: fix possible extra ast_module_unref to format modules. 11 years ago
fixedjitterbuf.c
fixedjitterbuf.h
format.c media: Fix crash when determining sample count of a frame during shutdown. 11 years ago
format_cache.c Clean up files that do not end with newlines 11 years ago
format_cap.c Add API call to determine if format capability structure is "empty". 11 years ago
format_compatibility.c chan_iax2: Several media format fixes. 11 years ago
frame.c media formats: re-architect handling of media for performance improvements 11 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 core: Don't allow free to mean ast_free (and malloc, etc..). 11 years ago
heap.c
http.c http: Add missing html tag to 'httpstatus' functionality. 11 years ago
image.c media formats: re-architect handling of media for performance improvements 11 years ago
indications.c media formats: re-architect handling of media for performance improvements 11 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: Fix crash if integer values used in JSON payload 'variables' object. 11 years ago
libasteriskssl.c
libasteriskssl.exports.in
loader.c Allow shutdown to unload modules that register bucket scheme's or codec's. 11 years ago
lock.c DEBUG_THREADS: Fix regression and lock tracking initialization problems. 11 years ago
logger.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
manager.c Fix some memory leaks. 11 years ago
manager_bridges.c Fix typo's (retrieve, specified, address). 11 years ago
manager_channels.c ARI/AMI: Include language in standard channel snapshot output 11 years ago
manager_endpoints.c Multiple revisions 399887,400138,400178,400180-400181 12 years ago
manager_mwi.c Multiple revisions 399887,400138,400178,400180-400181 12 years ago
manager_system.c Multiple revisions 399887,400138,400178,400180-400181 12 years ago
md5.c
media_index.c media formats: re-architect handling of media for performance improvements 11 years ago
message.c message: Don't close an AMI connection on SendMessage action error 11 years ago
mixmonitor.c
named_acl.c acl: Fix reloading of configuration if configuration file does not exist at startup. 11 years ago
netsock.c Move eid functions to utils.c, mark netsock.h deprecated 11 years ago
netsock2.c pjsip cli: Change Identify to show CIDR notation instead of netmasks. 11 years ago
optional_api.c Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages 12 years ago
parking.c res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfers 12 years ago
pbx.c Logger: Convert 'struct ast_callid' to unsigned int. 11 years ago
pickup.c Stasis: Allow message types to be blocked 11 years ago
plc.c
poll.c
presencestate.c presencestate: Allow channel drivers to provide presence state information 11 years ago
privacy.c
rtp_engine.c Various fixes for OS X 11 years ago
say.c app_voicemail, say: Add support for Japanese Language 11 years ago
sched.c Create work around for scheduler leaks during shutdown. 11 years ago
sdp_srtp.c channels/sip/sdp_crypto: Handle SRTP keys negotiated with key lifetime/MKI 11 years ago
security_events.c Stasis: Allow message types to be blocked 11 years ago
sem.c Various fixes for OS X 11 years ago
sha1.c
sip_api.c
slinfactory.c media formats: re-architect handling of media for performance improvements 11 years ago
smoother.c media formats: re-architect handling of media for performance improvements 11 years ago
sorcery.c sorcery: Output an error message if a wizard is specified for an object type and it isn't found. 11 years ago
sounds_index.c Indexer: Format message types may not exist 11 years ago
srv.c
stasis.c main/stasis: Allow subscriptions to use a threadpool for message delivery 11 years ago
stasis_bridges.c core: Don't create snapshots with locks. 11 years ago
stasis_cache.c main/stasis: Allow subscriptions to use a threadpool for message delivery 11 years ago
stasis_cache_pattern.c stasis: use ao2_t_alloc for certain object allocators 11 years ago
stasis_channels.c core: Don't create snapshots with locks. 11 years ago
stasis_endpoints.c Stasis: Allow message types to be blocked 11 years ago
stasis_message.c Stasis: Allow message types to be blocked 11 years ago
stasis_message_router.c res_pjsip: make it unloadable (take 2) 11 years ago
stasis_system.c Stasis: Allow message types to be blocked 11 years ago
strcompat.c
strings.c Add support for RFC 4662 resource list subscriptions. 11 years ago
stun.c stun: correct attribute string padding to match rfc 11 years ago
syslog.c main/syslog: Allow dynamic logs, such as security events, to log to the syslog 11 years ago
taskprocessor.c chan_pjsip: Fix deadlock when masquerading PJSIP channels. 11 years ago
tcptls.c tcptls: Handle new OpenSSL compile time option to disable SSLv3 11 years ago
tdd.c core: Don't allow free to mean ast_free (and malloc, etc..). 11 years ago
term.c
test.c main/test: Fix compilation issue on 32-bit systems 11 years ago
threadpool.c threadpool.c: Minor cleanup fixes. 11 years ago
threadstorage.c
timing.c timing: Improve performance for most timing implementations. 12 years ago
translate.c translate: Prevent invalid memory accesses on fast shutdown 11 years ago
udptl.c Fix printf problems with high ascii characters after r413586 (1.8). 11 years ago
ulaw.c
uri.c uri: Quiet warning about type qualifiers ignored on function return type 11 years ago
utils.c various: cleanup issues found during leak hunt 11 years ago
uuid.c Fix printf problems with high ascii characters after r413586 (1.8). 11 years ago
xml.c Detect and use xsltCleanupGlobals when available 12 years ago
xmldoc.c Fix some memory leaks. 11 years ago