summaryrefslogtreecommitdiff
path: root/src/input_file.c
AgeCommit message (Expand)Author
2009-03-02input: moved plugins to ./src/input/Max Kellermann
2009-03-02input_stream: moved struct input_plugin to input_plugin.hMax Kellermann
2009-02-17input_file, input_curl, icy_metadata: added GLib log domainsMax Kellermann
2009-01-30input_stream: make seek(), buffer() optionalMax Kellermann
2009-01-30input_stream: let the implementation assign is->pluginMax Kellermann
2008-11-24input_file.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-10-29input_file: refuse to open non-regular filesMax Kellermann
2008-10-29input_file: check fstat() failureMax Kellermann
2008-10-29input_file: use GLib for loggingMax Kellermann
2008-10-28input_file: don't use buffered I/OMax Kellermann
2008-10-28input_stream: convert offset and size to the off_t data typeMax Kellermann
2008-10-27input_file, input_curl: check URL type before attempting to openMax Kellermann
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann
2008-10-26input_stream: input_stream_close() returns voidMax Kellermann
2008-10-26input_stream: added struct input_pluginMax Kellermann
2008-10-26input_stream: no CamelCaseMax Kellermann
2008-10-26input_file: removed global constructorMax Kellermann
2008-10-26input_file: don't export internal methodsMax Kellermann
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann