Chris Rienzo
|
1a21d0007f
Merge pull request #61 from signalwire/destroy-detached-threads
|
4 years ago |
Chris Rienzo
|
ad81a206a5
Destroy detached thread on exit
|
4 years ago |
Chris Rienzo
|
2bec2fa4f8
Merge pull request #60 from signalwire/remove-thread-state
|
4 years ago |
Chris Rienzo
|
1b5c9e3ba5
Remove extra state from ks_thread. It is now just a platform-independent wrapper to the OS thread libs
|
4 years ago |
Chris Rienzo
|
60fa659520
Merge pull request #59 from signalwire/remove-ks-handle
|
4 years ago |
Chris Rienzo
|
e0409f237d
Remove ks_handle and ks_throughput
|
4 years ago |
Shane Bryldt
|
93553e9646
Added init callback to allow modifying SSL extensions and options before calling connect in KWS
|
4 years ago |
Shane Bryldt
|
6307a7fdd0
Added a kws_create to use before calling kws_connect or kws_init, if allocated when passed to kws_connect or kws_init then it will use the existing kws object, this allows to assign callbacks or other values before calling connect
|
4 years ago |
Chris Rienzo
|
cfbb401ef4
Merge pull request #55 from signalwire/handle-slot-fix
|
4 years ago |
Shane Bryldt
|
12c3788477
Removed errors back to warnings for handle validation
|
4 years ago |
Shane Bryldt
|
3b9bfa0c31
Added check to skip an invalid 0 sequence on new handles, which sporadically can happen when wrapping over (particularly with random sequence starting point for each handle group)
|
4 years ago |
Chris Rienzo
|
0226f341fd
Quiet handle logs
|
5 years ago |
Chris Rienzo
|
3d20839c73
Merge pull request #54 from signalwire/strict-compilation-fixes
|
5 years ago |
Chris Rienzo
|
ec1a27e3a3
Fix unused variable warning
|
5 years ago |
Chris Rienzo
|
f05661c961
Remove assert that is always true
|
5 years ago |
Chris Rienzo
|
aa8faf5ffc
Add optional array JSON check
|
5 years ago |
Chris Rienzo
|
a147bf6c41
Fix ks_json when ks_pool debugging is enabled
|
5 years ago |
Chris Rienzo
|
ed383a0251
Set library version to 2.0.0
|
5 years ago |
Chris Rienzo
|
6ac31a625f
Remove memory pools from ks_json (#49)
|
5 years ago |
Chris Rienzo
|
df72c4c61a
Merge pull request #47 from signalwire/more-efficient-slot-searching
|
5 years ago |
Chris Rienzo
|
8e13d5be70
Clear handle page bit only when chunk's slots are cleared
|
5 years ago |
Chris Rienzo
|
de38f16658
Fix scan-build error
|
5 years ago |
Chris Rienzo
|
699a7f2e8d
Improve allocated slot iteration efficiency
|
5 years ago |
Chris Rienzo
|
f9de0b9092
Merge pull request #46 from signalwire/uninitialized
|
5 years ago |
Andrey Volk
|
a074be99c8
Fix wrong printf format specifier (%u instead of %lu for uint32_t).
|
5 years ago |
Chris Rienzo
|
b814029d54
Quiet down handle lookup log
|
5 years ago |
Shane Bryldt
|
2e1e711caf
Reduced read error in kws to a warning, and removed output on zero return which is a valid step in graceful connection closing (#45)
|
5 years ago |
Chris Rienzo
|
02f610b016
Merge pull request #43 from signalwire/fix-cmake-include
|
5 years ago |
Chris Rienzo
|
2d92f0ac00
Fix typo in ksutil.cmake ksutil_target_check_include_file
|
5 years ago |
Chris Rienzo
|
a78a3aef54
Fix cmake failure when CHANGELOG is empty
|
5 years ago |