1. 19 Feb, 2014 4 commits
  2. 29 Jan, 2014 1 commit
  3. 23 Jan, 2014 2 commits
  4. 13 Jan, 2014 1 commit
  5. 19 Oct, 2013 2 commits
  6. 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
  7. 15 Oct, 2013 2 commits
  8. 02 Oct, 2013 2 commits
  9. 12 Sep, 2013 1 commit
  10. 05 Sep, 2013 1 commit
  11. 04 Sep, 2013 1 commit
  12. 17 Apr, 2013 1 commit
  13. 30 Jan, 2013 3 commits
  14. 15 Jan, 2013 3 commits
  15. 07 Jan, 2013 2 commits
  16. 05 Jan, 2013 1 commit
  17. 04 Jan, 2013 1 commit
  18. 03 Jan, 2013 2 commits
  19. 27 Sep, 2012 1 commit
  20. 09 Jul, 2012 1 commit
    • Max Kellermann's avatar
      require GLib 2.16 · 5dfc0918
      Max Kellermann authored
      GLib 2.16 was released more than 4 years ago.  Let's remove some cruft
      from the glib_compat.h header, and avoid new cruft to it.
      5dfc0918
  21. 13 Feb, 2012 1 commit
  22. 23 Mar, 2011 1 commit
  23. 29 Jan, 2011 1 commit
  24. 10 Jan, 2011 1 commit
  25. 05 Oct, 2010 1 commit
  26. 23 Sep, 2010 1 commit
  27. 30 Jun, 2010 1 commit
    • Andreas Vögele's avatar
      Make get_remote_uid() work on BSD · 34415bf0
      Andreas Vögele authored
      I've attached a patch that will make file URIs work on operating systems
      that provide the getpeereid() function call to check the user ID of the
      peer connected to a UNIX domain socket.
      34415bf0