Skip to content
Snippets Groups Projects
  1. Jun 04, 2024
  2. May 21, 2024
  3. May 20, 2019
  4. Apr 24, 2019
  5. Mar 12, 2019
  6. 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
  7. Mar 10, 2019
  8. Mar 05, 2019
  9. Feb 10, 2019
  10. Nov 09, 2018
  11. Aug 31, 2018
  12. Aug 19, 2018
  13. Jun 26, 2018
  14. Jun 04, 2018
  15. Jun 02, 2018
  16. 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
  17. May 31, 2018
  18. Apr 06, 2018
  19. Mar 25, 2018
  20. Feb 15, 2018
  21. Dec 27, 2017
  22. Dec 25, 2017
  23. Dec 14, 2017
    • Christian Hesse's avatar
      bump ABI version · 3db81943
      Christian Hesse authored
      Before commit 5e78398c (Added ABI Version Number, and properly handle
      it for Linux and Darwin) the library was installed as `libargon2.so`,
      though the soname was `libargon2.so.0`. Actually installing a package
      with that file makes `ldconfig` create a symbolic link matching the
      soname. That file does not  belong to the package and is not managed by
      the package manager.
      
      Building a package from current git master results in the library file
      `libargon2.so.0` being included in the package. That conflicts with the
      file formerly created by `ldconfig`.
      
      So bump the ABI version for a conflict-free transition to current code.
      3db81943
  24. Sep 30, 2017
Loading