- 12 10月, 2019 6 次提交
-
-
由 Andrey Volk 提交于
ESL adjustments for PHP 7+
-
由 Andrey Volk 提交于
[fs_cli] Fix typo, resolves garbled screen
-
由 Andrey Volk 提交于
[mod_event_multicast] Fix memory leak
-
由 Andrey Volk 提交于
Add support for the Elbrus architecture
-
由 Sebastian Kemper 提交于
Related to FS-11309. Commit bc3e1c9e introduced a typo that results in EL_REFRESH never being used, even if available. This can cause the screen to garble. This fixes the typo. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
由 Sebastian Kemper 提交于
Taken from FS-11193: In "event_handler()" function, when encrypting data using openssl 1.1.0, the context ctx is allocated by "EVP_CIPHER_CTX_new()", then data is encrypted, and at the end, EVP_CIPHER_CTX_cleanup is called. This function resets the context (the function itself is deprecated, and has been renamed to "EVP_CIPHER_CTX_reset) so that it can be used again. The correct call would be to "EVP_CIPHER_CTX_free()", which frees the memory. The code for openssl 1.0 is OK, since the "ctx" struct is kept in stack. The same thing happens during decryption. "ctx" is allocated, but never freed. Signed-off-by:
Eneas U de Queiroz <cote2004-github@yahoo.com> Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- 10 10月, 2019 3 次提交
-
-
由 Andrey Volk 提交于
[mod_sofia] Fix some incorrect word contractions.
-
由 Chris Rienzo 提交于
-
由 Andrew Savchenko 提交于
The Elbrus architecture (aka E2K, aka 2000) is LE. Signed-off-by:
Andrew Savchenko <bircoph@altlinux.org>
-
- 02 10月, 2019 1 次提交
-
-
由 cdosoftei 提交于
-
- 01 10月, 2019 6 次提交
-
-
由 Andrey Volk 提交于
Updated slack community link to the current (working) join link as old one expired. Closes #29
-
由 Mitch Capper 提交于
-
由 Andrey Volk 提交于
[mod_av] Fix crash on `av show codecs` and `av show formats`.
-
由 Andrey Volk 提交于
[mod_say_fr] Fix "10" not playing in French.
-
由 David VILLAUME 提交于
-
由 Andrey Volk 提交于
-
- 26 9月, 2019 2 次提交
-
-
由 Anthony Minessale 提交于
Add initial README.md
-
由 Andrey Volk 提交于
-
- 17 9月, 2019 3 次提交
-
-
由 Andrey Volk 提交于
Merge pull request #1803 in FS/freeswitch from bugfix/FS-12025-freeswitch-crashes-on-reloadxml-when-spandsp-tone-detection-is-running to master * commit 'd45e9df8': FS-12025: [mod_spandsp] FreeSWITCH crashes on reloadxml when spandsp tone detection is running.
-
由 Andrey Volk 提交于
* commit '6704d3aa': FS-11917: [mod_event_socket] Added error logging if cannot parse IP address
-
由 Sergey Safarov 提交于
-
- 09 9月, 2019 2 次提交
-
-
由 Andrey Volk 提交于
Merge pull request #1813 in FS/freeswitch from bugfix/FS-12042-sofia-sip-fix-leaks-in-stun-and-a-typo-in-sresolv to master * commit '583bf044': FS-12042: [sofia-sip] Fix typo in sresolv.
-
由 Andrey Volk 提交于
-
- 06 9月, 2019 8 次提交
-
-
由 Andrey Volk 提交于
Merge pull request #1812 in FS/freeswitch from bugfix/FS-12041-core-fix-memory-leak-on-msrp-shutdown to master * commit '70831a71': FS-12041: [Core] Fix memory leak on msrp shutdown
-
由 Andrey Volk 提交于
-
由 Andrey Volk 提交于
* commit '20a893fd': FS-12038: [mod_sofia, core] Fix potential leak and race in chat_hash, add switch_core_hash_insert_auto_free().
-
由 Andrey Volk 提交于
FS-12038: [mod_sofia, core] Fix potential leak and race in chat_hash, add switch_core_hash_insert_auto_free().
-
由 Christopher Rienzo 提交于
Merge pull request #1811 in FS/freeswitch from bugfix/FS-12040-mod_sofia-fix-potential-leak-if-realloc-fails to master * commit '7ee53a6e': FS-12040: [mod_sofia] Fix potential leak if realloc fails.
-
由 Andrey Volk 提交于
-
由 Christopher Rienzo 提交于
Merge pull request #1810 in FS/freeswitch from bugfix/FS-12039-core-fix-memory-leak-on-ssl-shutdown to master * commit 'f00d285b': FS-12039: [Core] Fix memory leak on ssl shutdown.
-
由 Andrey Volk 提交于
-
- 05 9月, 2019 1 次提交
-
-
由 Andrey Volk 提交于
Merge pull request #1244 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:fix/FS-10191/disable_video_floor_event_for_audio to master * commit '4d4afbeb': FS-10191: don't send "video-floor-change" event for audio-only conference
-
- 29 8月, 2019 1 次提交
-
-
由 Andrey Volk 提交于
-
- 28 8月, 2019 1 次提交
-
-
由 Dragos Oancea 提交于
-
- 27 8月, 2019 5 次提交
-
-
由 Andrey Volk 提交于
* commit '75978353': FS-12022: [mod_event_socket] Add Job-Owner-UUID with session uuid when using bgapi inside outbound socket
-
由 Andrey Volk 提交于
Merge pull request #1805 in FS/freeswitch from bugfix/FS-11995-err-mod_fifo.c-4398-odbc-is-not-available to master * commit 'fd2f12cf': FS-11995: [mod_fifo, mod_directory] Fix database availability check.
-
由 Christopher Rienzo 提交于
* commit 'aaacaa19': FS-12026 [mod_http_cache] fix multichannel file download and play FS-12026 [mod_httapi] fix multichannel file download and play
-
由 Dragos Oancea 提交于
-
由 Dragos Oancea 提交于
-
- 26 8月, 2019 1 次提交
-
-
由 Andrey Volk 提交于
Merge pull request #1793 in FS/freeswitch from ~INFOMIND/freeswitch:bugfix/FS-11993-fix-gcc-errors-when-building-on-rpi4-buster to master * commit '7a4a988d': FS-11993 [mod_http_cache][mod_smpp] fix gcc errors when building on rpi4 buster (strncpy to snprintf)
-