Commit History

Author SHA1 Message Date
  Chris Rienzo b16272bdc3 Fix a couple places that were using ks_rng 5 years ago
  Chris Rienzo 8248249def Resolve some scan-build errors and remove unused crypto, unused ks_resp, ks_rng, ks_faktory 5 years ago
  Dragos Oancea 0583b0e513 add ks_json_check_string_is_http_or_https() 5 years ago
  Chris Rienzo eb3f48b8ea Merge pull request #16 from signalwire/fix-kws 5 years ago
  Chris Rienzo d20a2e3e45 Merge branch 'master' into fix-kws 5 years ago
  Evan McGee 661b9869a3 Merge pull request #37 from signalwire/signeddrone 5 years ago
  Andrey Volk 377e7ff283 Rework .drone.yml and sign it. 5 years ago
  Shane Bryldt 2ef4baa2d3 Merge pull request #35 from signalwire/add-get-object-item-safe 5 years ago
  Chris Rienzo 8cefc9309c Use non-asserting array get function in ks_json_lookup_array_item 5 years ago
  Chris Rienzo 1afc856af2 Added ks_json_get_array_item_safe(). This is the non-asserting verion of ks_json_get_array_item(). Updated ks_json_lookup() not to assert when traveling the json object if an item is missing. 5 years ago
  Chris Rienzo 6261337751 Added ks_json_get_object_item_safe(). This is the non-asserting version of ks_json_get_object_item(). All the ks_json_get..._def() functions now use this function, too. 5 years ago
  Shane Bryldt 265a846fe8 Merge pull request #34 from signalwire/more-valgrind-fixes 5 years ago
  Chris Rienzo 8f90b880ee Fix branch on uninitialized value 5 years ago
  Andrey Volk 1fde90ae7b version bump 5 years ago
  Seven Du 4dd5f20177 provent client wait forever when unprocessed data in buffer 5 years ago
  Seven Du 278c2f6cf1 add inline websocket server to send 101 header and text data frame in one packet 5 years ago
  Seven Du c25a8c67f0 add websocket test code 5 years ago
  Seven Du 8f848a50a1 fix client handshake problem 6 years ago
  Shane Bryldt 997374432b Merge pull request #32 from signalwire/fix-valgrind-error 5 years ago
  Chris Rienzo af95d41c8d Fix valgrind error- jump on uninitialized value 5 years ago
  Andrey Volk 31675f205f 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. (#31) 5 years ago
  Chris Rienzo 65366a7d2f Add check for string rule or empty string 5 years ago
  Chris Rienzo 51821b6cb7 Merge pull request #22 from signalwire/cmake_rpm 5 years ago
  s3rj1k 289912c24b add support for RPM package building on Centos 7.x 5 years ago
  Chris Rienzo e978e0e388 Update .gitignore 5 years ago
  Chris Rienzo 1d82573e04 Merge pull request #29 from signalwire/drone2 5 years ago
  Andrey Volk 27f3c6112e Add scan-build with Drone 5 years ago
  Chris Rienzo d648a34319 Merge pull request #28 from signalwire/bbuffer-edge-case-fix 5 years ago
  Shane Bryldt 875bf866af Adjusted for edge case when exactly 64kb is hit causing no space for null term in initial allocation 5 years ago
  Chris Rienzo aeaeedc0d6 Merge pull request #27 from signalwire/fix-bbuffer-crash 5 years ago