aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_stream: make seek(), buffer() optionalMax Kellermann2009-01-301-7/+0
* input_stream: let the implementation assign is->pluginMax Kellermann2009-01-301-0/+1
* input_file.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-2/+1
* input_file: refuse to open non-regular filesMax Kellermann2008-10-291-0/+7
* input_file: check fstat() failureMax Kellermann2008-10-291-0/+6
* input_file: use GLib for loggingMax Kellermann2008-10-291-3/+3
* input_file: don't use buffered I/OMax Kellermann2008-10-281-28/+31
* input_stream: convert offset and size to the off_t data typeMax Kellermann2008-10-281-1/+1
* input_file, input_curl: check URL type before attempting to openMax Kellermann2008-10-271-0/+3
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-261-6/+6
* input_stream: input_stream_close() returns voidMax Kellermann2008-10-261-7/+2
* input_stream: added struct input_pluginMax Kellermann2008-10-261-25/+13
* input_stream: no CamelCaseMax Kellermann2008-10-261-35/+36
* input_file: removed global constructorMax Kellermann2008-10-261-4/+0
* input_file: don't export internal methodsMax Kellermann2008-10-261-7/+25
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-261-0/+115