Skip to content
Snippets Groups Projects
  1. Oct 20, 2021
  2. Oct 19, 2021
  3. Sep 28, 2021
  4. Sep 21, 2021
  5. Sep 16, 2021
    • Gijs Peskens's avatar
      Fix #129 & #128 · 536aed08
      Gijs Peskens authored
      -Change check to actually check for disconn_cb instead of arg, to prevent null pointer derefence.
      -Change behaviour to only fire disconnect CB when a peer has a parent, to be in line with documentation.
      536aed08
  6. Sep 14, 2021
    • Thierry Lelegard's avatar
      Cleanup public header files for C++ applications · 726a250c
      Thierry Lelegard authored
      The header librist_srp.h did not contain an 'extern C' directive.
      Using rist_enable_eap_srp() from C++ applications resulted in mangled
      names and undefined symbols. This commit cleans up 'extern C' in a
      consistent way in all headers: move all #include outside 'extern C'
      and protect all declarations in all headers using 'extern C'.
      726a250c
  7. Sep 13, 2021
  8. Sep 12, 2021
  9. Aug 30, 2021
  10. Aug 27, 2021
  11. Aug 23, 2021
    • Gijs Peskens's avatar
      Change volatile -> atomic. · ef98dc64
      Gijs Peskens authored
      Move flow shutdown before lock to fix rare locking issue where lock never gets acquired while output thread
      keeps locking/unlocking.
      ef98dc64
  12. Aug 02, 2021
  13. Jul 28, 2021
  14. Jul 27, 2021
Loading