Shane Bryldt
|
90f8a531f2
Merge pull request #34 from signalwire/fix-nodestore-crashes
|
5 years ago |
Chris Rienzo
|
b63d8c5224
Fixed nodestore to properly update provider rank and provider data.
|
5 years ago |
Andrey Volk
|
45b9c11d70
version bump
|
5 years ago |
Shane Bryldt
|
7f460d3dc2
Merge pull request #32 from signalwire/fix-thread-local-abuse
|
5 years ago |
Shane Bryldt
|
44a0cbea18
Merge pull request #33 from signalwire/protocol-hash-mismatch
|
5 years ago |
Chris Rienzo
|
bc3593b9be
Missed a couple spots in last commit
|
5 years ago |
Chris Rienzo
|
0eb0f95106
ks_handle_t size is 8 bytes and can't be represented on 32 bit platforms where long unsigned int (%lx) size is 4 bytes so %llx is required.
|
5 years ago |
Chris Rienzo
|
f847696e56
Fix- protocol was stored to wrong hash resulting in crash.
|
5 years ago |
Chris Rienzo
|
80c980d41a
Remove unused cache
|
5 years ago |
Chris Rienzo
|
eafc02d334
Fix inconsistent memory allocation for output param in swclt_cmd_print()
|
5 years ago |
Chris Rienzo
|
25cf11f475
Fix pool swell in websocket
|
5 years ago |
Chris Rienzo
|
5f1deabd91
Remove use of unsafe ks_thr_sprintf()
|
5 years ago |
Andrey Volk
|
424bf6e091
Types defined as ks_handle_t which size is 8 bytes can't be represented on 32 bit platforms where long unsigned int (%lx) size is 4 bytes so %llx is required (#31)
|
5 years ago |
Shane Bryldt
|
7c5c8138b4
Merge pull request #30 from signalwire/fix-read-frame-leak
|
5 years ago |
Chris Rienzo
|
bd276c0ce5
Destroy read frame when finished with it
|
5 years ago |
Chris Rienzo
|
f6db1d6ffa
Minor log fixes
|
5 years ago |
Chris Rienzo
|
6ffb42d1f7
Merge pull request #23 from signalwire/rpm
|
5 years ago |
s3rj1k
|
76adf028da
add support for RPM package building on Centos 7.x
|
5 years ago |
Chris Rienzo
|
7f64275225
Merge pull request #29 from signalwire/drone2
|
5 years ago |
Chris Rienzo
|
2e57dfcf0b
Update .gitignore
|
5 years ago |
Andrey Volk
|
ba23e2d914
Add scan-build with Drone
|
5 years ago |
Chris Rienzo
|
f27afb6973
Merge pull request #28 from signalwire/valgrind
|
5 years ago |
Chris Rienzo
|
86c43b855d
Fix overlapping memory write
|
5 years ago |
Andrey Volk
|
f644e3178d
version bump
|
5 years ago |
Chris Rienzo
|
d220283685
Merge pull request #27 from signalwire/graceful-failure
|
5 years ago |
Shane Bryldt
|
e9c54533b7
Make updates for provider removal more graceful when the protocol does not exist, figure out why this happens later
|
5 years ago |
Shane Bryldt
|
7cde98e1a1
Merge pull request #26 from signalwire/win-build-fix
|
5 years ago |
Shane Bryldt
|
c38dae6d34
Added a field to the blade.disconnect request that is empty and causes problems for windows build, this field is entirely ignored
|
5 years ago |
Chris Rienzo
|
d40dbbb63c
Merge pull request #22 from signalwire/safer-command-cleanup
|
5 years ago |
Shane Bryldt
|
34e6a8d5b7
Adjusted the way stuff is handled after removing from outstanding requests hash, which destroys the VALUE which is a pointer to the slot
|
5 years ago |