1. 01 Jan, 2021 1 commit
  2. 18 Jan, 2020 1 commit
  3. 05 Jul, 2019 1 commit
  4. 17 Jun, 2019 1 commit
  5. 31 Oct, 2018 1 commit
    • Max Kellermann's avatar
      Listen: use fs/XDG.hxx · 9fc00a81
      Max Kellermann authored
      This keeps one central place for the XDG switch.  Specifically, this
      disables the XDG listener on Apple, where XDG is not supported.
      9fc00a81
  6. 30 Oct, 2018 3 commits
  7. 07 Aug, 2018 1 commit
  8. 18 Jul, 2018 1 commit
  9. 17 Jul, 2018 1 commit
  10. 16 Jul, 2018 1 commit
  11. 15 Jul, 2018 1 commit
  12. 29 Jan, 2018 2 commits
  13. 19 Dec, 2017 1 commit
  14. 10 Nov, 2017 1 commit
  15. 10 Aug, 2017 2 commits
  16. 03 Jan, 2017 1 commit
  17. 28 Oct, 2016 3 commits
  18. 26 Feb, 2016 1 commit
  19. 10 Feb, 2015 2 commits
  20. 21 Jan, 2015 2 commits
  21. 01 Jan, 2015 1 commit
  22. 19 Feb, 2014 4 commits
  23. 29 Jan, 2014 1 commit
  24. 23 Jan, 2014 2 commits
  25. 13 Jan, 2014 1 commit
  26. 19 Oct, 2013 2 commits
  27. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553