1. 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
  2. 31 Oct, 2018 1 commit
  3. 21 Aug, 2018 2 commits
  4. 19 Jul, 2018 1 commit
  5. 06 Jul, 2018 1 commit
  6. 24 Jan, 2018 1 commit
  7. 12 Dec, 2017 1 commit
  8. 08 May, 2017 1 commit
  9. 03 Jan, 2017 1 commit
  10. 26 Oct, 2016 1 commit
  11. 04 Sep, 2016 3 commits
  12. 16 Aug, 2016 1 commit
  13. 15 Aug, 2016 2 commits
  14. 26 Feb, 2016 1 commit
  15. 16 Dec, 2015 1 commit
  16. 15 Dec, 2015 2 commits
  17. 25 Mar, 2015 1 commit
  18. 24 Mar, 2015 2 commits
  19. 23 Mar, 2015 2 commits
  20. 03 Mar, 2015 1 commit
  21. 25 Feb, 2015 1 commit
  22. 10 Feb, 2015 1 commit
  23. 06 Feb, 2015 1 commit
    • Max Kellermann's avatar
      fs/io/FileOutputStream: don't auto-delete file on WIN32 · d38034bb
      Max Kellermann authored
      The file handle is never reset to INVALID_HANDLE_VALUE, and thus the
      destructor will assume the operation shall be cancelled and will
      delete the temporary file.
      
      This was a major breakage for saving the database file and the state
      file.
      d38034bb
  24. 14 Jan, 2015 1 commit
  25. 06 Jan, 2015 1 commit
  26. 05 Jan, 2015 1 commit
  27. 01 Jan, 2015 1 commit
  28. 07 Aug, 2014 2 commits
  29. 30 Jul, 2014 1 commit