Skip to content
Snippets Groups Projects
  1. Aug 29, 2024
  2. Aug 07, 2024
  3. Jul 27, 2024
  4. Jun 06, 2024
  5. Jun 05, 2024
  6. May 15, 2024
  7. Apr 26, 2024
  8. Apr 17, 2024
  9. Apr 15, 2024
  10. Apr 06, 2024
  11. Apr 02, 2024
  12. Mar 27, 2024
  13. Mar 23, 2024
  14. Mar 08, 2024
  15. Mar 04, 2024
  16. Feb 20, 2024
  17. Jan 26, 2024
  18. Jan 15, 2024
  19. Dec 25, 2023
    • Nineko's avatar
      feat: replaced flaky argon2 with better argon2 crate (#37) · fdc3e07b
      Nineko authored
      * feat: replaced flaky argon2 with better argon2 crate
      
      * fix: applied cargo fmt nightly
      
      * docs: added comment specifying what the settings for Argon2 mean
      
      * fix: made hashing error a bit more descriptive
      
      * fix: fixed incorrect value for Kib
      fdc3e07b
  20. Dec 24, 2023
  21. Nov 27, 2023
    • 🥺's avatar
      fix every clippy warning possible, remove io_uring as default feature · 54a3f478
      🥺 authored
      
      this project's codebase is so horrendous, im shocked that no one has ran
      clippy at all. it had ~200 total lint warnings, some with performance
      issues and unsoundness, and the rest just very ugly codebase. i have sat
      down and fixed as many of these as possible and i am exhausted.
      i haven't fixed some extremely complex ones, but i brought it down from
      ~200 to ~30.
      
      i have also removed io_uring as a default feature due to it falling
      under the same category as linux eBPF: major kernel attack surface for
      minimal performance gains. this also makes it impossible to cross-compile
      from macOS to Linux because io_uring does not exist in Darwin land.
      there are far better ways to achieve better performance than io_uring on
      the codebase level.
      
      Signed-off-by: default avatarstrawberry <june@girlboss.ceo>
      54a3f478
  22. Jul 29, 2023
  23. Jun 08, 2023
  24. May 26, 2023
  25. Jan 18, 2023
  26. Dec 16, 2022
  27. Oct 13, 2022
  28. Oct 10, 2022
  29. Aug 15, 2022
  30. Apr 07, 2022
  31. Mar 02, 2022
  32. Mar 01, 2022
Loading