aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/file_input_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-20input/file, output/{fifo,recorder}: add O_BINARY to open() flagsMax Kellermann1-2/+2
2010-01-18input_stream: added attribute "uri"Max Kellermann1-1/+1
2010-01-18input_stream: added function input_stream_deinit()Max Kellermann1-0/+1
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-18/+26
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-13/+25
2009-12-15input/file: don't fall back to parent directoryMax Kellermann1-18/+3
2009-12-15input/file: don't fall back to parent directoryMax Kellermann1-18/+3
2009-11-10fd_util: removed creat_cloexec()Max Kellermann1-1/+1
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-1/+2
2009-10-20mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann1-1/+1
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann1-2/+3
2009-05-28input/file: log message on errorMathieu Rochette1-0/+2
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-09decoder_plugin: added method container_scan()Jochen Keil1-2/+17
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann1-0/+1
2009-03-02input: moved plugins to ./src/input/Max Kellermann1-1/+1
2009-03-02input_stream: moved struct input_plugin to input_plugin.hMax Kellermann1-0/+1
2009-02-17input_file, input_curl, icy_metadata: added GLib log domainsMax Kellermann1-0/+3
2009-01-30input_stream: make seek(), buffer() optionalMax Kellermann1-7/+0
2009-01-30input_stream: let the implementation assign is->pluginMax Kellermann1-0/+1
2008-11-24input_file.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-2/+1
2008-10-29input_file: refuse to open non-regular filesMax Kellermann1-0/+7
2008-10-29input_file: check fstat() failureMax Kellermann1-0/+6
2008-10-29input_file: use GLib for loggingMax Kellermann1-3/+3
2008-10-28input_file: don't use buffered I/OMax Kellermann1-28/+31
2008-10-28input_stream: convert offset and size to the off_t data typeMax Kellermann1-1/+1
2008-10-27input_file, input_curl: check URL type before attempting to openMax Kellermann1-0/+3
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann1-6/+6
2008-10-26input_stream: input_stream_close() returns voidMax Kellermann1-7/+2
2008-10-26input_stream: added struct input_pluginMax Kellermann1-25/+13
2008-10-26input_stream: no CamelCaseMax Kellermann1-35/+36
2008-10-26input_file: removed global constructorMax Kellermann1-4/+0
2008-10-26input_file: don't export internal methodsMax Kellermann1-7/+25
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann1-1/+1
2008-10-17input_stream: removed nmemb argumentMax Kellermann1-3/+2
2008-10-17input: declare struct input_streamMax Kellermann1-6/+8
2008-08-26added InputStream.readyMax Kellermann1-0/+2
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-8/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-19Committing posix_fadvise(); normalperson/jat reviewed. Appears fine. Fixes bu...Avuton Olrich1-0/+6
2006-07-20Add mpd-indent.shAvuton Olrich1-38/+44
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-06-04Return -1 on error, not on success.J. Alexander Treuman1-1/+1
2004-07-14oops forgot a \n in a debu statementWarren Dukes1-1/+1
2004-07-13debug message for errors in reading the fileWarren Dukes1-0/+5
2004-07-12attempt to work around for bug #274Warren Dukes1-2/+10