This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
synced
2025-02-07 04:03:53 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
freeswitch
/
libs
/
libblade
/
test
History
Shane Bryldt
5d82a1b2e2
FS-10167: Added ks_list_delete_iterator() to delete the node at the current iterator position (only if available if iterator is active). Updated blade_session to reflect ks_list_t being internally thread-safe now.
2017-04-14 12:32:13 -06:00
..
.gitignore
libblade initial checkin
2016-11-28 16:35:09 -05:00
bladec.c
FS-10167: Rewrote the ks_pool allocator, no longer uses paging or internal block allocation, but still retains reference counting and auto cleanup callbacks, should be much more efficient now on windows than the original mmap approach, and all tests now run successfully!
2017-04-11 14:43:00 -06:00
bladec.cfg
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
bladec.vcxproj
FS-10167: Fixed some issues on library destruction. Added another of the test apps for libblade under windows. Fixed console input under tests.
2017-04-04 11:00:44 -06:00
blades.c
FS-10167: Added ks_list_delete_iterator() to delete the node at the current iterator position (only if available if iterator is active). Updated blade_session to reflect ks_list_t being internally thread-safe now.
2017-04-14 12:32:13 -06:00
blades.cfg
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
blades.vcxproj
FS-10167: Fixed bug with ks_pool_resize allocating incorrectly based on recent allocation code changes. Added some missing files as well from prior commits related to libblade test projects and windows VS project property files.
2017-04-03 14:53:28 -06:00
Makefile.am
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
nodeidgen.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
tap.c
libblade initial checkin
2016-11-28 16:35:09 -05:00
tap.h
libblade initial checkin
2016-11-28 16:35:09 -05:00
testbuckets.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
testbuild.c
FS-9775: First round of integration of DHT into libblade, requires ongoing changes to DHT for proper exposure to blade level
2017-01-25 14:59:38 -06:00
testdht2.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