1. 12 Mar, 2020 1 commit
  2. 18 Jan, 2020 1 commit
  3. 17 Jun, 2019 1 commit
  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. 12 Nov, 2017 1 commit
  7. 08 May, 2017 1 commit
  8. 03 Jan, 2017 1 commit
  9. 26 Feb, 2016 1 commit
  10. 01 Jan, 2015 1 commit
  11. 05 Oct, 2014 1 commit
    • Max Kellermann's avatar
      lib/nfs/Base: kludge to reduce number of NFS mounts · b1a252a6
      Max Kellermann authored
      Creating a NfsStorage sets its own export_name as the "base".  Now
      NfsFileReader can use this information to derive the export_name to be
      mounted, instead of guessing.  This solves the "too many connection"
      problem on the NFS server while updating the database.
      b1a252a6