mpd/src/lib/nfs
Max Kellermann 3040ddb5ec lib/nfs/FileReader: use struct stat64 on Windows 32-bit
libnfs is compiled with `-D_FILE_OFFSET_BITS=64`, but Meson decides
not to enable this mode.  We could force this mode, but then again,
these days, nobody should be using 32-bit Windows ... so this is a
kludge only for debugging with 32-bit WINE.
2020-04-23 17:32:34 +02:00
..
Base.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Base.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Blocking.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Blocking.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Callback.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Cancellable.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
Connection.cxx lib/nfs/Connection: pass POLLHUP and POLLERR to nfs_service() 2020-04-23 16:58:53 +02:00
Connection.hxx event/*, ...: make GetEventLoop() const 2020-03-26 17:19:13 +01:00
Error.cxx lib/nfs/Connection: use new class NfsClientError 2018-07-06 19:17:34 +02:00
Error.hxx lib/nfs/Connection: use new class NfsClientError 2018-07-06 19:17:34 +02:00
FileReader.cxx lib/nfs/FileReader: use struct stat64 on Windows 32-bit 2020-04-23 17:32:34 +02:00
FileReader.hxx event/*, ...: make GetEventLoop() const 2020-03-26 17:19:13 +01:00
Glue.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Glue.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Lease.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Manager.cxx nfs: work around assertion failure on exception during program init 2019-02-15 18:33:58 +01:00
Manager.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
meson.build build with Meson instead of autotools 2018-10-14 23:41:38 +02:00