This website requires JavaScript.
Explore
Help
Sign In
ben.carrasco
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
synced
2026-07-21 03:31:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd6031544a6f0b44a88c8832d1edb39003ecf2f5
freeswitch
/
libs
/
libblade
/
src
T
History
Shane Bryldt
dd6031544a
FS-10167: Fixed an issue with connection cleanup, the same approach should be taken with sessions to avoid any potential thread deadlock due to cleanup from the same thread which is running the session.
2017-04-04 12:32:01 -06:00
..
dht
FS-10167: Added windows compilation of libconfig and libsodium to support libblade, all of which now have windows projects and a new libblade solution containing everything. Blade compiles, but many warnings have been disabled and should be reviewed and fixed where reasonable towards clean compiling. Code Analysis has also been enabled for visual studio projects, warnings beginning with C6XXX can be ignored unless adding code-analysis macros to libks and libblade.
2017-03-31 13:06:54 -06:00
include
FS-10167: Fixed an issue with connection cleanup, the same approach should be taken with sessions to avoid any potential thread deadlock due to cleanup from the same thread which is running the session.
2017-04-04 12:32:01 -06:00
bencode.c
FS-10165: Removed dependancy and autoconf check for libsodium from libks. Moved DHT, bencode, and related tests into libblade. Still requires refactoring in blade from ks_* to blade_*.
2017-03-22 17:47:33 -05:00
blade_connection.c
FS-10167: Fixed an issue with connection cleanup, the same approach should be taken with sessions to avoid any potential thread deadlock due to cleanup from the same thread which is running the session.
2017-04-04 12:32:01 -06:00
blade_datastore.c
FS-9952: A few changes and implemented the initial service peer state callbacks
2017-03-22 17:42:49 -04:00
blade_identity.c
FS-9952: Preliminary session negotiations done, added a bunch of logging, fixed up cleanup code, needs more testing and more error handling
2017-03-22 17:42:50 -04:00
blade_method.c
FS-9952: Big commit, first registered jsonrpc echo call successful, lots of cleanup remaining
2017-03-22 17:42:50 -04:00
blade_module_chat.c
FS-9952: Initial implementation of a very basic text chat system which introduced a number of supporting subsystems
2017-03-22 17:42:50 -04:00
blade_module_wss.c
FS-10167: Added windows compilation of libconfig and libsodium to support libblade, all of which now have windows projects and a new libblade solution containing everything. Blade compiles, but many warnings have been disabled and should be reviewed and fixed where reasonable towards clean compiling. Code Analysis has also been enabled for visual studio projects, warnings beginning with C6XXX can be ignored unless adding code-analysis macros to libks and libblade.
2017-03-31 13:06:54 -06:00
blade_module.c
FS-9952: Initial implementation of a very basic text chat system which introduced a number of supporting subsystems
2017-03-22 17:42:50 -04:00
blade_protocol.c
FS-9952: Initial implementation of a very basic text chat system which introduced a number of supporting subsystems
2017-03-22 17:42:50 -04:00
blade_session.c
FS-9952: Initial implementation of a very basic text chat system which introduced a number of supporting subsystems
2017-03-22 17:42:50 -04:00
blade_space.c
FS-9952: Initial implementation of a very basic text chat system which introduced a number of supporting subsystems
2017-03-22 17:42:50 -04:00
blade_stack.c
FS-10167: Fixed an issue with connection cleanup, the same approach should be taken with sessions to avoid any potential thread deadlock due to cleanup from the same thread which is running the session.
2017-04-04 12:32:01 -06:00
blade.c
libblade initial checkin
2016-11-28 16:35:09 -05:00
ks_bencode.c
FS-10165: Removed dependancy and autoconf check for libsodium from libks. Moved DHT, bencode, and related tests into libblade. Still requires refactoring in blade from ks_* to blade_*.
2017-03-22 17:47:33 -05:00
unqlite.c
FS-10167: Added windows compilation of libconfig and libsodium to support libblade, all of which now have windows projects and a new libblade solution containing everything. Blade compiles, but many warnings have been disabled and should be reviewed and fixed where reasonable towards clean compiling. Code Analysis has also been enabled for visual studio projects, warnings beginning with C6XXX can be ignored unless adding code-analysis macros to libks and libblade.
2017-03-31 13:06:54 -06:00