1. 31 Jan, 2015 2 commits
  2. 01 Jan, 2015 1 commit
  3. 01 Nov, 2014 1 commit
  4. 02 Oct, 2014 2 commits
  5. 28 Aug, 2014 1 commit
  6. 11 May, 2014 2 commits
  7. 07 Feb, 2014 3 commits
  8. 24 Jan, 2014 1 commit
  9. 23 Jan, 2014 2 commits
  10. 21 Jan, 2014 1 commit
  11. 13 Jan, 2014 1 commit
  12. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  13. 07 Jan, 2014 1 commit
  14. 29 Dec, 2013 1 commit
  15. 04 Dec, 2013 1 commit
  16. 28 Nov, 2013 1 commit
  17. 13 Nov, 2013 2 commits
  18. 09 Nov, 2013 1 commit
  19. 28 Oct, 2013 1 commit
  20. 26 Oct, 2013 2 commits
  21. 25 Oct, 2013 1 commit
  22. 23 Oct, 2013 4 commits
  23. 21 Oct, 2013 4 commits
  24. 19 Oct, 2013 2 commits
  25. 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