Andrey Volk 2e7424169e [mod_conference] Remove static from cJSON vars in conference_jlist 11 月之前
..
include 104c0b3fec [core] Fix flopping routes on ICE negotiation 1 年之前
mod 2e7424169e [mod_conference] Remove static from cJSON vars in conference_jlist 11 月之前
.gitignore db26c65ea7 Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree. 14 年之前
CMakeLists.txt eea76c8856 FS-8130 9 年之前
Makefile.am b552cb3a6c Make libdir and bindir being accepted by libs and modules 17 年之前
cJSON.c bb9afcb388 [core] Coverity fixes 1 年之前
cJSON_Utils.c db95f1e9dd [cJSON] Update to v1.7.12 4 年之前
fs_encode.c a160eced99 [core,libyuv,modules] Fix function declarations without a prototype 1 年之前
fs_tts.c a160eced99 [core,libyuv,modules] Fix function declarations without a prototype 1 年之前
g711.c fc247a223f Add editor footer to core files missing it 10 年之前
inet_pton.c fc247a223f Add editor footer to core files missing it 10 年之前
switch.c a160eced99 [core,libyuv,modules] Fix function declarations without a prototype 1 年之前
switch_apr.c 00818e7b25 [Core] OpenSSL 3 support 1 年之前
switch_apr_queue.c dd3075a203 [Core] Fix Windows build after apr-util removal 2 年之前
switch_buffer.c aa161b9e58 [Core] Allow switch_buffer_write() to fill in a buffer with zeros. Add switch_buffer_zero_fill() 2 年之前
switch_caller.c 8ed52f4c26 [FS-11609] [core] lookup values in caller profile soft variables 5 年之前
switch_channel.c 6b67970bbb [Core] Add new switch_channel_get_variable_strdup() and switch_channel_get_variable_buf() APIs that avoid allocating channel variables in a session's memory pool. 1 年之前
switch_config.c df1ab07ca4 FS-9924: Removed extra space in source files 7 年之前
switch_console.c eb918fe180 [Core] Fix switch_console.c for Galera Mariadb cluster 1 年之前
switch_core.c a160eced99 [core,libyuv,modules] Fix function declarations without a prototype 1 年之前
switch_core_asr.c 3d283a989d [core] fix memory leak in switch_core_asr_feed 2 年之前
switch_core_cert.c 00818e7b25 [Core] OpenSSL 3 support 1 年之前
switch_core_codec.c 55f2dc4759 [core] Coverity fixes 1 年之前
switch_core_db.c f07a442682 [Core] Avoid using insecure sqlite3_enable_load_extension when SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION is available. 2 年之前
switch_core_directory.c df1ab07ca4 FS-9924: Removed extra space in source files 7 年之前
switch_core_event_hook.c df1ab07ca4 FS-9924: Removed extra space in source files 7 年之前
switch_core_file.c 56b6e954cf [Core] Fix dead nested assignments 2 年之前
switch_core_hash.c 58abf91d1d [Core] Add new switch_core_hash_insert_dup_auto_free() API 3 年之前
switch_core_io.c fbf2da44d9 [Core] Fix use of private headers. 3 年之前
switch_core_media.c c4115537e0 [Core] Coverity: Use of 32-bit time_t 1 年之前
switch_core_media_bug.c 56b6e954cf [Core] Fix dead nested assignments 2 年之前
switch_core_memory.c bb9afcb388 [core] Coverity fixes 1 年之前
switch_core_port_allocator.c 913551315b [Core] switch_core_port_allocator: Replace getaddrinfo() (may get stuck) with switch_sockaddr_new() and fix IPv6. 4 年之前
switch_core_rwlock.c d96b6a4a8f [Core] Fix possible race condition between locking a session and reading it's flags in switch_core_session_read_lock() and switch_core_session_read_lock_hangup(). 2 年之前
switch_core_session.c fdce50e420 [Core] Fix missing MEDIA_PARAMS in message_names. 1 年之前
switch_core_speech.c 6ac8105944 FS-11601: Fix some core function prototype 5 年之前
switch_core_sqldb.c c155ea7008 [Core] Fix implicit conversion from enumeration type 'switch_odbc_status_t' to different enumeration type 'switch_status_t'. 11 月之前
switch_core_state_machine.c 56b6e954cf [Core] Fix dead nested assignments 2 年之前
switch_core_timer.c df1ab07ca4 FS-9924: Removed extra space in source files 7 年之前
switch_core_video.c 49c1c35982 [core] Coverity fixes 1 年之前
switch_cpp.cpp bb9afcb388 [core] Coverity fixes 1 年之前
switch_curl.c bb9afcb388 [core] Coverity fixes 1 年之前
switch_dso.c 734e9776e0 [Unit-tests] Add --enable-fake-dlclose configure flag so modules are not unloaded and ASAN could give more info and not just <unknown module>. 3 年之前
switch_estimators.c b2a8f9ce9f [core] change estimator CUSUM design params for loss to reduce oscillations. rename var. 3 年之前
switch_event.c bb9afcb388 [core] Coverity fixes 1 年之前
switch_hashtable.c aef2487077 FS-10601: [freeswitch-core] accomodate should be accommodate #resolve 7 年之前
switch_ivr.c 79ce088101 [Core] Coverity: Dereference before null check 1 年之前
switch_ivr_async.c bb9afcb388 [core] Coverity fixes 1 年之前
switch_ivr_bridge.c 73ea37c5ab [Core] Coverity fixes 1 年之前
switch_ivr_menu.c a02d3d653d [core] scan-build: Value stored to 'status' is never read - switch_ivr_menu_execute() 4 年之前
switch_ivr_originate.c 79ce088101 [Core] Coverity: Dereference before null check 1 年之前
switch_ivr_play_say.c bb9afcb388 [core] Coverity fixes 1 年之前
switch_ivr_say.c df1ab07ca4 FS-9924: Removed extra space in source files 7 年之前
switch_jitterbuffer.c ebcb099a01 [core] Coverity 1325269 Dereference before null check 1 年之前
switch_json.c 20bcb2edef FS-10036: update cJSON code to pre 1.4.0 release of cJSON. this includes backports of all our fixes, and our build macros for windows and visibility. It also makes it easy to drop in a new version, and to in the future be able to switch to a system version of cJSON easily (after all these updates are in, probably around v2.0 timeframe. Note this new version adds a lot of extra error checking, fixes some buffer overruns, and improves parser and printer performance 7 年之前
switch_limit.c 0893418d8b FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_limit.c 5 年之前
switch_loadable_module.c 5656972bfe [core,miniupnpc,modules] Fix not used variables 1 年之前
switch_log.c a160eced99 [core,libyuv,modules] Fix function declarations without a prototype 1 年之前
switch_mprintf.c f71a56022a [Core] switch_mprintf: Increase the size of loop variables in the printf() implementation. Add unit-tests disabled by default. 1 年之前
switch_msrp.c a160eced99 [core,libyuv,modules] Fix function declarations without a prototype 1 年之前
switch_nat.c 73ea37c5ab [Core] Coverity fixes 1 年之前
switch_odbc.c 060a65601b [Core] Fix wrong switch_odbc_skip_autocommit_flip function declaration. 2 年之前
switch_packetizer.c 930341ba86 [core,mod_av,unit-tests] Make transition to core packetizer 1 年之前
switch_pcm.c d1f7899087 FS-10529: [mod_native_file] mod_native_file: remove "opus" extension -- fix regression 7 年之前
switch_profile.c 04c8e06196 FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_profile.c 5 年之前
switch_regex.c b5d8ffcb5e FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_regex.c 5 年之前
switch_resample.c ec1a0215fe [Core, mod_conference] Fixed oscillation in conference AGC processing. Especially during volume reduction processing (#1064) 3 年之前
switch_rtp.c 48608177d7 [core] Fix missing 192 key lengths 11 月之前
switch_scheduler.c 5ed17dd19c [Core] Scheduler: Fix race between switch_scheduler_add_task() and task_thread_loop(). Add new switch_scheduler_add_task_ex() method. 3 年之前
switch_sdp.c 2fc0e3b80a [Build-System] Remove Sofia-Sip library from the FreeSWITCH tree and use packages instead. 4 年之前
switch_spandsp.c fbf2da44d9 [Core] Fix use of private headers. 3 年之前
switch_speex.c a160eced99 [core,libyuv,modules] Fix function declarations without a prototype 1 年之前
switch_stun.c bb9afcb388 [core] Coverity fixes 1 年之前
switch_swig.c d3e320ef56 FS-11346: [core] add api to pass pre-parsed values instead of dial strings to switch_ivr_originate 6 年之前
switch_swig.i 2faaee0e6e add getGlobalVariable and setGlobalVariable to swig stuff 13 年之前
switch_time.c 5656972bfe [core,miniupnpc,modules] Fix not used variables 1 年之前
switch_utf8.c e18c12b609 FS-8953 [core] white space clean up. 8 年之前
switch_utils.c d08424384b [Core] Coverity: 1024552 Logically dead code 1 年之前
switch_vad.c 8e0c0df5b6 [core] Fix switch_vad_process() to properly use result of fvad_process(). Fixes #18 4 年之前
switch_version.c df1ab07ca4 FS-9924: Removed extra space in source files 7 年之前
switch_vpx.c bb9afcb388 [core] Coverity fixes 1 年之前
switch_xml.c bb9afcb388 [core] Coverity fixes 1 年之前
switch_xml_config.c 965e88a6b0 [core, mod_cidlookup] Free memory allocated via strdup 1 年之前
tone2wav.c df1ab07ca4 FS-9924: Removed extra space in source files 7 年之前