Andrey Volk
|
701c0b5eaf
libks2
|
1 年之前 |
Andrey Volk
|
47d2d462b0
libks2
|
1 年之前 |
Andrey Volk
|
b1e2355f2e
Rename both package and library to libks2.
|
1 年之前 |
Andrey Volk
|
0670e4bfd5
Merge pull request #147 from signalwire/package2
|
1 年之前 |
Andrey Volk
|
64538fc64e
Rename package to libks2 but keep library name as libks.
|
1 年之前 |
Andrey Volk
|
c68f06307f
Merge pull request #145 from signalwire/winpackageupdate
|
1 年之前 |
Andrey Volk
|
57559b64e2
Update Windows packaging to match latest master changes
|
1 年之前 |
Andrey Volk
|
be6382d705
Merge pull request #146 from signalwire/v2copyright
|
1 年之前 |
Andrey Volk
|
52a3f2a546
Copyright 2018-2023
|
1 年之前 |
Дилян Палаузов
|
81870672c0
CMakeList.txt: correct location of «copyright» file
|
1 年之前 |
Shane Bryldt
|
0bfcf4c229
Merge pull request #142 from signalwire/quieter-kws-close
|
1 年之前 |
Shane Bryldt
|
5816846e3c
Merge branch 'v2.0' into quieter-kws-close
|
1 年之前 |
Andrey Volk
|
16fcfe8af3
Merge pull request #143 from signalwire/rounding2
|
1 年之前 |
Stéphane Alnet
|
7676be1461
comment
|
1 年之前 |
Andrey Volk
|
2fb9b85ece
Fix rounding errors
|
1 年之前 |
Shane Bryldt
|
caf845b3dd
Forcing new build
|
1 年之前 |
Shane Bryldt
|
9ed54e2990
Make nominal CLOSE opcode for kws less chatty with DEBUG level output instead of ERROR (which can trigger sentry)
|
1 年之前 |
Andrey Volk
|
4b2aff7470
Fix wrong buffer resize math in kws_read_frame() (#140)
|
1 年之前 |
Andrey Volk
|
424cd71577
Merge pull request #132 from signalwire/payload_size_max
|
1 年之前 |
Andrey Volk
|
4717854b83
Add payload_size_max param to kws
|
1 年之前 |
Stéphane Alnet
|
2d5d87e265
add support for enclosing report (#130)
|
2 年之前 |
Andrey Volk
|
55db922ac0
Update Drone CI signature (#127)
|
2 年之前 |
Chris Rienzo
|
2ae6c1e665
Add KS_PRI_DEFAULT to initialize ks_thread with OS default priority. Remove dead code. Lower thread priority error to warning since failure to set priority may be common in unprivileged processes.
|
3 年之前 |
wkiswk
|
f5bc7eca47
kws support add custom headers
|
3 年之前 |
Pavel V. Sysolyatin
|
15322d0afc
Fix kws_raw_read_blocking() zero reads bug for iOS 15.
|
3 年之前 |
Andrey Volk
|
3d92081ace
Merge pull request #113 from signalwire/fix-race-threading-create-destroy
|
3 年之前 |
Chris Rienzo
|
d1d2c71a8d
Merge pull request #111 from seven1240/fix-mac-build-warning
|
3 年之前 |
Chris Rienzo
|
d4afcb342c
Merge pull request #119 from signalwire/fix-buffer-overflow
|
3 年之前 |
Chris Rienzo
|
e18f152fe6
Fix overflow when kws_raw_read() fills buffer. Add kws_string_read() which will always NULL terminate data read from websocket.
|
3 年之前 |
Jakub Karolczyk
|
6edd3b27cf
Fix race around thread_create/thread_launch/thread_destroy
|
3 年之前 |