1. 25 Mar, 2020 2 commits
  2. 18 Jan, 2020 1 commit
  3. 24 Apr, 2019 2 commits
  4. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  5. 31 Oct, 2018 1 commit
  6. 17 Jan, 2018 1 commit
  7. 03 Jan, 2017 1 commit
  8. 26 Feb, 2016 1 commit
  9. 01 Jan, 2015 1 commit
  10. 01 Mar, 2014 1 commit
  11. 13 Jan, 2014 1 commit
  12. 17 Oct, 2013 3 commits
  13. 21 Jan, 2013 1 commit
    • Denis Krjuchkov's avatar
      FileSystem: extract DirectoryReader, improve the rest · 4ad90e2d
      Denis Krjuchkov authored
      - DirectoryReader is extracted to separate header
      - FileSystem.cxx/FileSystem.hxx/DirectoryReader.hxx moved to fs/ subdir
      - Functions return true on success, instead of 0 (where applicable)
      - ReadLink return result instead of out parameter
      - UnlinkFile is renamed to RemoveFile
      - CheckExists/CheckIsRegular/CheckIsDirectory are renamed
        to PathExists/FileExists/DirectoryExists
      4ad90e2d
  14. 20 Jan, 2013 1 commit
  15. 14 Jan, 2013 1 commit
  16. 04 Jan, 2013 2 commits
  17. 03 Jan, 2013 3 commits
  18. 29 Jan, 2011 1 commit
  19. 01 Jan, 2010 1 commit
  20. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  21. 28 Jul, 2009 2 commits
  22. 23 Jul, 2009 2 commits
  23. 19 Jul, 2009 1 commit
  24. 04 Jun, 2009 2 commits
  25. 25 Apr, 2009 1 commit
  26. 17 Apr, 2009 1 commit
  27. 01 Apr, 2009 1 commit
    • Max Kellermann's avatar
      client, event_pipe: explicitly ignore the write() result · 8ce2ec7a
      Max Kellermann authored
      On both locations, the result of write() can be ignored safely.  In
      event_pipe_emit_fast(), that can only be "EAGAIN", which means that
      the pipe buffer is full - no further notification required.  In
      client_init(), that would be a fatal connection error, which would be
      caught by the next event.
      
      This patch fixes gcc warnings.
      8ce2ec7a
  28. 30 Mar, 2009 2 commits
  29. 14 Mar, 2009 1 commit