mpd/src/io
Philipp Wollschlegel c072902f23 io/FileOutputStream: merge win32 function Cancel
Win32 had a separate implementation for FileOutputStream::CANCEL Logic
was added to the other platform function, but forgotten in this one.

This merges the functions into one, as only the call for file deletion
is platform specific.
2021-12-08 19:35:11 +01:00
..
uring io/uring/Queue: add method RequireSubmitEntry() 2021-12-03 13:58:39 +01:00
BufferedOutputStream.cxx io/BufferedOutputStream: add missing char* cast 2021-12-07 12:07:13 +01:00
BufferedOutputStream.hxx io/BufferedOutputStream: use std::byte 2021-12-07 11:47:45 +01:00
BufferedReader.cxx io/BufferedReader: use std::size_t 2021-12-07 11:54:11 +01:00
BufferedReader.hxx io/BufferedReader: use std::size_t 2021-12-07 11:54:11 +01:00
FileDescriptor.cxx Merge branch 'v0.22.x' 2021-03-10 21:06:12 +01:00
FileDescriptor.hxx Merge branch 'v0.22.x' 2021-03-10 21:06:12 +01:00
FileOutputStream.cxx io/FileOutputStream: merge win32 function Cancel 2021-12-08 19:35:11 +01:00
FileOutputStream.hxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
FileReader.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
FileReader.hxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
LineReader.hxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
meson.build fs/io: move to io/ 2021-12-03 14:35:41 +01:00
Open.cxx io/Open: add flags parameter to OpenReadOnly() 2020-12-02 14:52:51 +01:00
Open.hxx io/Open: add flags parameter to OpenReadOnly() 2020-12-02 14:52:51 +01:00
OutputStream.hxx io/BufferedReader: use std::size_t 2021-12-07 11:54:11 +01:00
PeekReader.cxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
PeekReader.hxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
Reader.hxx io/BufferedReader: use std::size_t 2021-12-07 11:54:11 +01:00
StdioOutputStream.hxx fs/io: move to io/ 2021-12-03 14:35:41 +01:00
UniqueFileDescriptor.hxx io/UniqueFileDescriptor: add method Release() 2020-10-14 20:50:02 +02:00