Andrey Volk
|
0205f21d61
Fix .drone.yml
|
4 years ago |
Anthony Minessale
|
32d485ea30
disable nagle and add keepalive to ws
|
4 years ago |
Seven Du
|
166c38073a
add http functions (#70)
|
4 years ago |
Mike Jerris
|
f12fa3e6a0
rearange kws socket shutdown sequence so we more gracefully shut down ssl sockets.
|
4 years ago |
Andrey Volk
|
b522f04db2
Fix changelog when packaging for Debian.
|
4 years ago |
Mike Jerris
|
e9dcbd57c7
add new KS_POLL_ types
|
4 years ago |
Mike Jerris
|
910e5285c6
add ssl pending check to kws_wait_sock
|
4 years ago |
Mike Jerris
|
3bbde747c3
disable cotire due to pch failures on some platforms
|
4 years ago |
Mike Jerris
|
c57529207c
fix testwebsock2 test on platforms without bswap64
|
4 years ago |
Mike Jerris
|
0752936f9f
change error name to indicate its due to a remote close request
|
4 years ago |
Andrey Volk
|
d9bd092fa1
Version bump Windows package to v2.0
|
4 years ago |
Chris Rienzo
|
b1ca235333
Detached thread must own its own memory pool (#76)
|
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 |
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 |