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