aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/FileInputPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* input/file: use class FileReaderMax Kellermann2015-03-031-30/+17
* input/file: pass UTF-8 URI to InputStream ctorMax Kellermann2015-03-031-1/+3
* input/file: add missing fcntl.h include for posix_fadvise()Max Kellermann2015-03-031-1/+1
* system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann2015-03-031-14/+12
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* input/Open: use OpenLocalInputStream()Max Kellermann2014-10-021-12/+7
* input/file: export function OpenFileInputStream()Max Kellermann2014-10-021-13/+26
* input/file: generate Error when errno==ENOENTMax Kellermann2014-10-021-1/+1
* input/file: make the "fd" attribute "const"Max Kellermann2014-10-021-1/+1
* input/file: make variables more localMax Kellermann2014-10-021-6/+3
* input/file: convert to classMax Kellermann2014-10-021-1/+2
* InputStream: make offset_type unsignedMax Kellermann2014-08-191-3/+3
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-5/+3
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-1/+1
* InputStream: make various methods abstractMax Kellermann2014-05-111-30/+20
* InputStream: add virtual destructorMax Kellermann2014-05-111-9/+0
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-12/+8
* InputStream: convert to classMax Kellermann2014-05-111-2/+2
* Input*: move to input/Max Kellermann2014-01-241-0/+157