Jonathan Rose 578195d958 app: Add functions to swap voicemail function table for testing purposes 10 年 前
..
editline 61c27d1002 cli.c: Fix tab completion "module load" when MALLOC_DEBUG is enabled. 10 年 前
stdtime 43b85a2bbe Allow Asterisk to compile under GCC 4.10 11 年 前
Makefile bc1770b806 main/Makefile: fix compilation error of buildinfo occurring on 'make install' 11 年 前
abstract_jb.c e048fcbf1e func_jitterbuffer: fix frame leaks. 10 年 前
acl.c fe307edd6c Fix error with mixed address family ACLs. 10 年 前
adsi.c 43b85a2bbe Allow Asterisk to compile under GCC 4.10 11 年 前
alaw.c 53e80b252d Multiple revisions 369001-369002 13 年 前
aoc.c e00c84fab7 ISDN AOC: Fix crash from an AOC-E message that doesn't have a channel association. 10 年 前
app.c 578195d958 app: Add functions to swap voicemail function table for testing purposes 10 年 前
ast_expr2.c 811197a149 core: Don't allow free to mean ast_free (and malloc, etc..). 10 年 前
ast_expr2.fl af914bcd6b Avoid cppcheck warnings; removing unused vars and a bit of cleanup. 13 年 前
ast_expr2.h 235ff981d9 Allow the REALTIME() function to report errors back to the caller. 13 年 前
ast_expr2.y 811197a149 core: Don't allow free to mean ast_free (and malloc, etc..). 10 年 前
ast_expr2f.c 811197a149 core: Don't allow free to mean ast_free (and malloc, etc..). 10 年 前
asterisk.c 1d51f18c66 main/asterisk.c: Reverse #if statement in listener() to fix code folding. 10 年 前
asterisk.dynamics 46d8c596cd Fix error loading res_monitor. 11 年 前
asterisk.exports.in 9cd50e4a5b Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc. 12 年 前
astfd.c feda5aec6b Unregister CLI commands on exit 12 年 前
astmm.c 5c8291aaaf MALLOC_DEBUG: Change fence magic number to be completely different from the freed magic number. 12 年 前
astobj2.c 109b69d03a astobj2.c/refcounter.py: Fix to deal with invalid object refs. 11 年 前
astobj2_container.c facbaa8aea ao2_container node object ignores REF_DEBUG in all places except one 11 年 前
astobj2_container_private.h fd2237bf88 astobj2: Additional refactoring to push impl specific code down into the impls. 11 年 前
astobj2_hash.c fd2237bf88 astobj2: Additional refactoring to push impl specific code down into the impls. 11 年 前
astobj2_private.h fd2237bf88 astobj2: Additional refactoring to push impl specific code down into the impls. 11 年 前
astobj2_rbtree.c fd2237bf88 astobj2: Additional refactoring to push impl specific code down into the impls. 11 年 前
audiohook.c ec596c7935 audiohooks: Clean references to formats 10 年 前
autochan.c 53e80b252d Multiple revisions 369001-369002 13 年 前
autoservice.c 811197a149 core: Don't allow free to mean ast_free (and malloc, etc..). 10 年 前
backtrace.c 439f860278 Fix memory corruption when trying to get "core show locks". 12 年 前
bridge.c 29cb53019d HTTP: Stop accepting requests on final system shutdown. 10 年 前
bridge_after.c 77d7cf88f4 Fix some memory leaks. 10 年 前
bridge_basic.c 68878e08cc bridge: avoid leaking channel during blond transfer pt2 10 年 前
bridge_channel.c 5185ea9add bridge / res_pjsip_sdp_rtp: Fix issues with media not being reinvited during direct media. 10 年 前
bridge_roles.c 462bd2931c ARI: bridges/{bridgeID}/addChannel: add roles parameter 12 年 前
bucket.c 2da9a6c161 Allow shutdown to unload modules that register bucket scheme's or codec's. 10 年 前
buildinfo.c 3cf0803e9e fix a few small things found by using sparse 16 年 前
callerid.c 9e1013c7bb CallerID: Fix parsing regression 10 年 前
ccss.c c52c018b59 Stasis: Allow message types to be blocked 11 年 前
cdr.c 507add14b7 Documentation: Revise explanation of cdr.conf option 'Unanswered' 10 年 前
cel.c 0ac6df1a45 Fix race condition that could result in ARI transfer messages not being sent. 10 年 前
channel.c 850d61f834 app_chanspy, channel: fix frame leaks 10 年 前
channel_internal_api.c 740e8bca13 Stasis: Fix StasisStart/End order and missing events 10 年 前
chanvars.c e150a5d0f4 res_phoneprov: Refactor phoneprov to allow pluggable config providers 10 年 前
cli.c a5b85c5da5 Call IDs: Fix appearance of call ID in core show channels when NULL 11 年 前
codec.c 2da9a6c161 Allow shutdown to unload modules that register bucket scheme's or codec's. 10 年 前
codec_builtin.c 720c59c321 media formats: re-architect handling of media for performance improvements 11 年 前
config.c ba405b4789 various: cleanup issues found during leak hunt 10 年 前
config_options.c ecefb0d15e AMI: Allow for command response documentation 11 年 前
core_local.c c52c018b59 Stasis: Allow message types to be blocked 11 年 前
core_unreal.c 266c1c5a2e AMI: Add missing VarSet events when a channel inherits variables. 10 年 前
crypt.c 48a3d8ae1a Fix utils directory breakage. 12 年 前
cygload.c b261a4f586 Kill off red blobs in most of main/* 13 年 前
data.c f1f20f55e0 data: Properly access formats in capabilities structure when adding codecs. 10 年 前
datastore.c ad88e43a19 This is no longer needed. 12 年 前
db.c 575ba08112 Revert -r430452 It needs to be redone for the next major AMI version change instead. 10 年 前
devicestate.c e8c1b33c18 devicestate.c: Minor tweaks 11 年 前
dial.c 4b4c4e74db Dial API: add self destruct option when complete 10 年 前
dns.c ebc9f66c53 Clean up files that do not end with newlines 11 年 前
dnsmgr.c 5d6b56a1c7 Migrate a large number of AMI events over to Stasis-Core 12 年 前
dsp.c 720c59c321 media formats: re-architect handling of media for performance improvements 11 年 前
ecdisa.h b261a4f586 Kill off red blobs in most of main/* 13 年 前
endpoints.c 888093a904 main/stasis: Allow subscriptions to use a threadpool for message delivery 10 年 前
enum.c 43b85a2bbe Allow Asterisk to compile under GCC 4.10 11 年 前
event.c 5d02b86166 event.c: Fix type mismatch errors in ie_maps[]. 11 年 前
features.c 9a0a5d72d7 app_bridge: return to the next dialplan priority 10 年 前
features_config.c adb5b816cf Allow for transferer to retry when dialing an invalid extension. 10 年 前
file.c 85ee56078b main/file.c: fix possible extra ast_module_unref to format modules. 10 年 前
fixedjitterbuf.c 53e80b252d Multiple revisions 369001-369002 13 年 前
fixedjitterbuf.h b261a4f586 Kill off red blobs in most of main/* 13 年 前
format.c 75651bc5cb media: Fix crash when determining sample count of a frame during shutdown. 10 年 前
format_cache.c ebc9f66c53 Clean up files that do not end with newlines 11 年 前
format_cap.c b390d48e3c Add API call to determine if format capability structure is "empty". 11 年 前
format_compatibility.c 140ae55a53 chan_iax2: Several media format fixes. 11 年 前
frame.c 720c59c321 media formats: re-architect handling of media for performance improvements 11 年 前
framehook.c b18ea7f665 audiohooks: Reevaluate the bridge technology when an audiohook is added or removed. 10 年 前
fskmodem.c 53e80b252d Multiple revisions 369001-369002 13 年 前
fskmodem_float.c 53e80b252d Multiple revisions 369001-369002 13 年 前
fskmodem_int.c 53e80b252d Multiple revisions 369001-369002 13 年 前
global_datastores.c 53e80b252d Multiple revisions 369001-369002 13 年 前
hashtab.c 811197a149 core: Don't allow free to mean ast_free (and malloc, etc..). 10 年 前
heap.c 28c6647fd2 Fix incorrect usages of ast_realloc(). 12 年 前
http.c 31a75bcf21 http: Add missing html tag to 'httpstatus' functionality. 10 年 前
image.c 720c59c321 media formats: re-architect handling of media for performance improvements 11 年 前
indications.c 720c59c321 media formats: re-architect handling of media for performance improvements 11 年 前
io.c 43b85a2bbe Allow Asterisk to compile under GCC 4.10 11 年 前
jitterbuf.c d83d99720e jitterbuf: Fix memory leak on jitter buffer reset 11 年 前
json.c 8acb4b3ebb ARI: Fix crash if integer values used in JSON payload 'variables' object. 10 年 前
libasteriskssl.c 0a0dcdf3fc Resolve memory leaks in TLS initialization and TLS client connections 13 年 前
libasteriskssl.exports.in e81a7a8f21 Address OpenSSL initialization issues when using third-party libraries. 13 年 前
loader.c 2da9a6c161 Allow shutdown to unload modules that register bucket scheme's or codec's. 10 年 前
lock.c 3585cfb309 DEBUG_THREADS: Fix regression and lock tracking initialization problems. 10 年 前
logger.c 035317e8db queue_log: Post QUEUESTART entry when Asterisk fully boots. 10 年 前
manager.c 77d7cf88f4 Fix some memory leaks. 10 年 前
manager_bridges.c 4d1ad37eae Fix typo's (retrieve, specified, address). 10 年 前
manager_channels.c e534516da7 ARI/AMI: Include language in standard channel snapshot output 10 年 前
manager_endpoints.c 452e163648 Multiple revisions 399887,400138,400178,400180-400181 11 年 前
manager_mwi.c 452e163648 Multiple revisions 399887,400138,400178,400180-400181 11 年 前
manager_system.c 452e163648 Multiple revisions 399887,400138,400178,400180-400181 11 年 前
md5.c 7d9f2118a3 md5: supress some compiler warnings. 13 年 前
media_index.c 720c59c321 media formats: re-architect handling of media for performance improvements 11 年 前
message.c efcd4d7ac4 message: Don't close an AMI connection on SendMessage action error 10 年 前
mixmonitor.c 5b602db70c Removed quotes from svn:keywords props on a few files. 12 年 前
named_acl.c 0c32eb0472 acl: Fix reloading of configuration if configuration file does not exist at startup. 10 年 前
netsock.c 2d377d0c75 Move eid functions to utils.c, mark netsock.h deprecated 11 年 前
netsock2.c c9df2b0339 pjsip cli: Change Identify to show CIDR notation instead of netmasks. 11 年 前
optional_api.c fc8ff80bb7 Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messages 11 年 前
parking.c 18b992d582 res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfers 11 年 前
pbx.c 77d7cf88f4 Fix some memory leaks. 10 年 前
pickup.c c52c018b59 Stasis: Allow message types to be blocked 11 年 前
plc.c 53e80b252d Multiple revisions 369001-369002 13 年 前
poll.c 410f638dce Merged revisions 285268 via svnmerge from 15 年 前
presencestate.c e24cb15bd9 presencestate: Allow channel drivers to provide presence state information 10 年 前
privacy.c 53e80b252d Multiple revisions 369001-369002 13 年 前
rtp_engine.c 0adb7a6d21 Various fixes for OS X 10 年 前
say.c 1098fd150c app_voicemail, say: Add support for Japanese Language 11 年 前
sched.c e18c70633a Create work around for scheduler leaks during shutdown. 10 年 前
sdp_srtp.c fd72f65c0b channels/sip/sdp_crypto: Handle SRTP keys negotiated with key lifetime/MKI 10 年 前
security_events.c c52c018b59 Stasis: Allow message types to be blocked 11 年 前
sem.c 0adb7a6d21 Various fixes for OS X 10 年 前
sha1.c b288115da6 Doxygen Updates - janitor work 13 年 前
sip_api.c c13b5fb492 Don't make chan_sip export global symbols. 12 年 前
slinfactory.c 720c59c321 media formats: re-architect handling of media for performance improvements 11 年 前
smoother.c 720c59c321 media formats: re-architect handling of media for performance improvements 11 年 前
sorcery.c 7630e00b50 sorcery: Output an error message if a wizard is specified for an object type and it isn't found. 10 年 前
sounds_index.c 78ddd24276 Indexer: Format message types may not exist 10 年 前
srv.c 0e4f751a8f Removed #if checks for crazy old versions of OS X. 12 年 前
stasis.c 888093a904 main/stasis: Allow subscriptions to use a threadpool for message delivery 10 年 前
stasis_bridges.c 0ac6df1a45 Fix race condition that could result in ARI transfer messages not being sent. 10 年 前
stasis_cache.c 888093a904 main/stasis: Allow subscriptions to use a threadpool for message delivery 10 年 前
stasis_cache_pattern.c 5f9860cc54 stasis: use ao2_t_alloc for certain object allocators 11 年 前
stasis_channels.c 77d7cf88f4 Fix some memory leaks. 10 年 前
stasis_endpoints.c c52c018b59 Stasis: Allow message types to be blocked 11 年 前
stasis_message.c c52c018b59 Stasis: Allow message types to be blocked 11 年 前
stasis_message_router.c c35b5491e4 res_pjsip: make it unloadable (take 2) 10 年 前
stasis_system.c c52c018b59 Stasis: Allow message types to be blocked 11 年 前
strcompat.c e8218baa00 Add builtin roundf() for systems lacking it. 12 年 前
strings.c 71b3fb6f16 Add support for RFC 4662 resource list subscriptions. 11 年 前
stun.c 44e2baa6f2 stun: correct attribute string padding to match rfc 10 年 前
syslog.c b4b58aac5c main/syslog: Allow dynamic logs, such as security events, to log to the syslog 10 年 前
taskprocessor.c 17b0ca80d4 chan_pjsip: Fix deadlock when masquerading PJSIP channels. 10 年 前
tcptls.c 7c31b4f431 tcptls: Handle new OpenSSL compile time option to disable SSLv3 10 年 前
tdd.c 811197a149 core: Don't allow free to mean ast_free (and malloc, etc..). 10 年 前
term.c 7e690d03ce Revamp of terminal color codes 12 年 前
test.c dffd796613 main/test: Fix compilation issue on 32-bit systems 10 年 前
threadpool.c 1ac8f87da3 threadpool.c: Minor cleanup fixes. 10 年 前
threadstorage.c feda5aec6b Unregister CLI commands on exit 12 年 前
timing.c 3d8a62d6cd timing: Improve performance for most timing implementations. 11 年 前
translate.c e3670c325a translate: Prevent invalid memory accesses on fast shutdown 10 年 前
udptl.c 981368fe81 Fix printf problems with high ascii characters after r413586 (1.8). 10 年 前
ulaw.c 53e80b252d Multiple revisions 369001-369002 13 年 前
uri.c d5ae019d30 uri: Quiet warning about type qualifiers ignored on function return type 11 年 前
utils.c ba405b4789 various: cleanup issues found during leak hunt 10 年 前
uuid.c 981368fe81 Fix printf problems with high ascii characters after r413586 (1.8). 10 年 前
xml.c a051748287 Detect and use xsltCleanupGlobals when available 11 年 前
xmldoc.c 77d7cf88f4 Fix some memory leaks. 10 年 前