Skip to content
Snippets Groups Projects
  1. Feb 17, 2022
  2. Jan 28, 2022
  3. Jan 26, 2022
  4. Jan 04, 2022
  5. Nov 17, 2021
  6. Nov 14, 2021
  7. Nov 05, 2021
  8. Oct 20, 2021
  9. Oct 19, 2021
  10. Sep 28, 2021
  11. Sep 21, 2021
  12. 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
  13. 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
Loading