freeswitch/src
Spencer Thomason 5a2f9d7a78 FS-9466: Use system MD5 if available
- Use system MD5 on BSD and Solaris based platforms
- Use OpenSSL if system library is not available
- Fallback to included APR
- Optimize switch_md5_string()
- replace libsofia MD5 routines in mod_sofia with switch_md5() ones

FS-9466 #resolve
2016-08-31 15:00:48 -07:00
..
include FS-9436 #resolve [RTCP PLI Media Source SSRC wrong after re-INVITE] 2016-08-17 18:22:20 -05:00
mod FS-9466: Use system MD5 if available 2016-08-31 15:00:48 -07:00
.gitignore
CMakeLists.txt
Makefile.am
fs_encode.c
g711.c
inet_pton.c
switch.c FS-9449: Enable clock calibration and clock_realtime on Solaris 2016-08-19 18:24:23 -07:00
switch_apr.c FS-9466: Use system MD5 if available 2016-08-31 15:00:48 -07:00
switch_buffer.c
switch_caller.c
switch_channel.c
switch_config.c
switch_console.c FS-9222 small tweak to freeswitch console to strip leading spaces from commands 2016-06-02 12:21:11 -05:00
switch_core.c FS-9423 #resolve Handle null value in ACL list name 2016-08-12 13:38:10 -07:00
switch_core_asr.c
switch_core_cert.c
switch_core_codec.c
switch_core_db.c
switch_core_directory.c
switch_core_event_hook.c
switch_core_file.c
switch_core_hash.c
switch_core_io.c
switch_core_media.c FS-9443 #resolve [SDP in a verto.invite with missing ICE candidates can segfault] 2016-08-20 09:11:06 -05:00
switch_core_media_bug.c
switch_core_memory.c FS-9199 easier memory allocation debugging and analysis 2016-05-26 16:08:21 -05:00
switch_core_port_allocator.c
switch_core_rwlock.c
switch_core_session.c FS-9247 #resolve [Table with message type names not updated when enum was updated by sangoma patch] 2016-06-09 13:33:38 -05:00
switch_core_speech.c
switch_core_sqldb.c
switch_core_state_machine.c
switch_core_timer.c
switch_core_video.c FS-9266 #resolve 2016-06-15 09:34:26 +08:00
switch_cpp.cpp
switch_curl.c
switch_dso.c
switch_event.c FS-9401: [core,mod_amqp] fix leak in usage of hash itterator 2016-08-03 18:41:18 -05:00
switch_hashtable.c
switch_ivr.c
switch_ivr_async.c
switch_ivr_bridge.c FS-9382 2016-07-26 21:33:14 -05:00
switch_ivr_menu.c
switch_ivr_originate.c FS-9390 #resolve ['Segmentation fault' during call setup] 2016-07-28 16:27:17 -05:00
switch_ivr_play_say.c FS-9264: Introduce two new api calls named detect_audio and detect_audio_silence. The existing wait_for_silence call never actually waits for silence until it first detects non-silence. There is also no way to set an independent timeout for detecting both the non-silence and then silence. This causes problems when wait_for_silence is called on an already quiet channel. Splitting the function up into two separate calls with separate timeouts offers more flexibility. 2016-06-16 15:34:37 -05:00
switch_ivr_say.c
switch_jitterbuffer.c FS-9401: [core,mod_amqp] fix leak in usage of hash itterator 2016-08-03 18:41:18 -05:00
switch_json.c
switch_limit.c
switch_loadable_module.c FS-9136: allow multiple instances of same video codec with different fmtp 2016-06-03 16:16:32 -05:00
switch_log.c
switch_mprintf.c
switch_nat.c
switch_odbc.c
switch_pcm.c
switch_pgsql.c
switch_profile.c
switch_regex.c
switch_resample.c
switch_rtp.c Revert FS-8565, its getting a few blames for 3cx interop issues, we need to revisit the original reason and make sure this was the right fix. 2016-08-18 15:12:28 -05:00
switch_scheduler.c
switch_sdp.c
switch_speex.c
switch_stun.c
switch_swig.c
switch_swig.i
switch_time.c
switch_utf8.c
switch_utils.c
switch_version.c
switch_vpx.c FS-9357 handle packet loss, reset decoder on mem err 2016-07-24 20:44:39 +08:00
switch_xml.c
switch_xml_config.c
tone2wav.c