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