Chris Rienzo
|
a8a9cd55c3
Merge pull request #65 from signalwire/disable-pch
|
4 years ago |
Mike Jerris
|
fc9f650b29
disable cotire due to pch failures on some platforms
|
4 years ago |
Mike Jerris
|
2f0d1d2e8e
fix testwebsock2 test on platforms without bswap64
|
4 years ago |
Mike Jerris
|
4517b89ffa
change error name to indicate its due to a remote close request
|
4 years ago |
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 |
Shane Bryldt
|
a2f3193c4b
Merge pull request #58 from signalwire/add-init-callback-support
|
4 years ago |
Shane Bryldt
|
d3786725f9
Added init callback to allow modifying SSL extensions and options before calling connect in KWS
|
4 years ago |
Shane Bryldt
|
9d2aff0dbc
Merge pull request #57 from signalwire/kws-create-init-fix
|
4 years ago |
Shane Bryldt
|
d9843ccc5b
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 |