1. 21 Jan, 2019 2 commits
  2. 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
  3. 31 Oct, 2018 1 commit
  4. 21 Aug, 2018 2 commits
  5. 19 Jul, 2018 1 commit
  6. 06 Jul, 2018 1 commit
  7. 24 Jan, 2018 1 commit
  8. 12 Dec, 2017 1 commit
  9. 08 May, 2017 1 commit
  10. 03 Jan, 2017 1 commit
  11. 26 Oct, 2016 1 commit
  12. 04 Sep, 2016 3 commits
  13. 16 Aug, 2016 1 commit
  14. 15 Aug, 2016 2 commits
  15. 26 Feb, 2016 1 commit
  16. 16 Dec, 2015 1 commit
  17. 15 Dec, 2015 2 commits
  18. 25 Mar, 2015 1 commit
  19. 24 Mar, 2015 2 commits
  20. 23 Mar, 2015 2 commits
  21. 03 Mar, 2015 1 commit
  22. 25 Feb, 2015 1 commit
  23. 10 Feb, 2015 1 commit
  24. 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
  25. 14 Jan, 2015 1 commit
  26. 06 Jan, 2015 1 commit
  27. 05 Jan, 2015 1 commit
  28. 01 Jan, 2015 1 commit
  29. 07 Aug, 2014 2 commits
  30. 30 Jul, 2014 1 commit