Skip to content
Snippets Groups Projects
  1. Mar 16, 2023
  2. Sep 20, 2022
  3. Jan 12, 2022
  4. Dec 09, 2021
  5. Dec 02, 2021
  6. May 03, 2021
  7. Apr 08, 2021
  8. May 20, 2019
  9. Apr 24, 2019
  10. Mar 12, 2019
  11. Mar 11, 2019
    • Milan Broz's avatar
      Wait for already running threads if a thread creation failed. · cfa4385e
      Milan Broz authored
      On memory-constrained systems (like cgroups limited processes)
      thread creation often fails.
      
      The code needs to wait for already running threads on error path;
      otherwise these threads can access deallocated memory
      (and cause a segfault or another crash).
      cfa4385e
  12. Mar 10, 2019
  13. Mar 05, 2019
  14. Feb 10, 2019
  15. Nov 09, 2018
  16. Aug 31, 2018
  17. Aug 19, 2018
  18. Jun 26, 2018
  19. Jun 04, 2018
  20. Jun 02, 2018
  21. Jun 01, 2018
    • Joe Richey joerichey@google.com's avatar
      All headers should be self-contained · 10f7c478
      Joe Richey joerichey@google.com authored
      Adding an include of core.h to genkat.h makes it so genkat.h will
      compile on it's own. All other headers in the project have this
      property.
      
      This was causing warnings when importing argon2 into other build systems
      like Bazel/Blaze.
      10f7c478
  22. May 31, 2018
  23. Apr 06, 2018
  24. Mar 25, 2018
  25. Feb 15, 2018
Loading