Skip to content
Snippets Groups Projects
  1. Oct 16, 2018
  2. Oct 07, 2018
  3. Oct 02, 2018
  4. Sep 08, 2018
  5. Sep 03, 2018
  6. Aug 23, 2018
  7. Aug 22, 2018
  8. Aug 20, 2018
  9. Aug 07, 2018
  10. Aug 03, 2018
  11. Aug 01, 2018
  12. Jul 21, 2018
    • Lioncash's avatar
      file_util: Use an enum class for GetUserPath() · d66b43da
      Lioncash authored
      Instead of using an unsigned int as a parameter and expecting a user to
      always pass in the correct values, we can just convert the enum into an
      enum class and use that type as the parameter type instead, which makes
      the interface more type safe.
      
      We also get rid of the bookkeeping "NUM_" element in the enum by just
      using an unordered map. This function is generally low-frequency in
      terms of calls (and I'd hope so, considering otherwise would mean we're
      slamming the disk with IO all the time) so I'd consider this acceptable
      in this case.
      d66b43da
  13. Jul 18, 2018
  14. Jul 03, 2018
  15. Jun 27, 2018
  16. May 10, 2018
  17. Mar 30, 2018
  18. Mar 27, 2018
  19. Feb 14, 2018
  20. Jan 20, 2018
  21. Jan 16, 2018
  22. Jan 15, 2018
  23. Jan 13, 2018
  24. Jan 12, 2018
  25. Oct 10, 2017
  26. Sep 19, 2017
    • B3n30's avatar
      WebService: Verify username and token (#2930) · 28c726f2
      B3n30 authored
      * WebService: Verify username and token; Log errors in PostJson
      
      * Fixup: added docstrings to the functions
      
      * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits
      
      * fixup: fmt warning
      28c726f2
  27. Aug 26, 2017
Loading