Commit History

Author SHA1 Message Date
  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
  Chris Rienzo 9ef0978734 Merge pull request #21 from signalwire/async-auto-destroy-command 5 years ago
  Shane Bryldt 3b2cf6f4a6 Added log line on auto destructed async commands 5 years ago
  Shane Bryldt d71e6d5798 Adjusted async to automatically delete the command after callback is called, outside of the locks present in that stack frame 5 years ago
  Chris Rienzo c7efbf3219 Merge pull request #20 from signalwire/outstanding-request-removal 5 years ago
  Shane Bryldt e9ddc8fab9 Added removal of commands from outstanding requests when they are received, this should stop the outstanding requests from building up over time and never clearing out requests with received responses 5 years ago
  Shane Bryldt 448f809551 Merge pull request #19 from signalwire/abort-on-handle-alloc-out-of-slots 5 years ago
  Chris Rienzo 817d7b256d abort() if we can't allocate any more handles 5 years ago
  Seven Du 0743bf22d7 Merge pull request #18 from signalwire/identity-fix 5 years ago
  Shane Bryldt 4f5876c6ba Added missing publically exposed functions for setting identity add and remove callbacks 5 years ago