| Commit message (Expand) | Author | Files | Lines |
2010-05-20 | input/file, output/{fifo,recorder}: add O_BINARY to open() flags | Max Kellermann | 1 | -2/+2 |
2010-01-18 | input_stream: added attribute "uri" | Max Kellermann | 1 | -1/+1 |
2010-01-18 | input_stream: added function input_stream_deinit() | Max Kellermann | 1 | -0/+1 |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 1 | -18/+26 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -13/+25 |
2009-12-15 | input/file: don't fall back to parent directory | Max Kellermann | 1 | -18/+3 |
2009-12-15 | input/file: don't fall back to parent directory | Max Kellermann | 1 | -18/+3 |
2009-11-10 | fd_util: removed creat_cloexec() | Max Kellermann | 1 | -1/+1 |
2009-11-07 | set the close-on-exec flag on all file descriptors | Max Kellermann | 1 | -1/+2 |
2009-10-20 | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 1 | -1/+1 |
2009-10-11 | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 1 | -2/+3 |
2009-05-28 | input/file: log message on error | Mathieu Rochette | 1 | -0/+2 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-09 | decoder_plugin: added method container_scan() | Jochen Keil | 1 | -2/+17 |
2009-03-02 | input: pass config_param to input_plugin.init() | Max Kellermann | 1 | -0/+1 |
2009-03-02 | input: moved plugins to ./src/input/ | Max Kellermann | 1 | -1/+1 |
2009-03-02 | input_stream: moved struct input_plugin to input_plugin.h | Max Kellermann | 1 | -0/+1 |
2009-02-17 | input_file, input_curl, icy_metadata: added GLib log domains | Max Kellermann | 1 | -0/+3 |
2009-01-30 | input_stream: make seek(), buffer() optional | Max Kellermann | 1 | -7/+0 |
2009-01-30 | input_stream: let the implementation assign is->plugin | Max Kellermann | 1 | -0/+1 |
2008-11-24 | input_file.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -2/+1 |
2008-10-29 | input_file: refuse to open non-regular files | Max Kellermann | 1 | -0/+7 |
2008-10-29 | input_file: check fstat() failure | Max Kellermann | 1 | -0/+6 |
2008-10-29 | input_file: use GLib for logging | Max Kellermann | 1 | -3/+3 |
2008-10-28 | input_file: don't use buffered I/O | Max Kellermann | 1 | -28/+31 |
2008-10-28 | input_stream: convert offset and size to the off_t data type | Max Kellermann | 1 | -1/+1 |
2008-10-27 | input_file, input_curl: check URL type before attempting to open | Max Kellermann | 1 | -0/+3 |
2008-10-26 | input_stream: use "bool" instead of "int" | Max Kellermann | 1 | -6/+6 |
2008-10-26 | input_stream: input_stream_close() returns void | Max Kellermann | 1 | -7/+2 |
2008-10-26 | input_stream: added struct input_plugin | Max Kellermann | 1 | -25/+13 |
2008-10-26 | input_stream: no CamelCase | Max Kellermann | 1 | -35/+36 |
2008-10-26 | input_file: removed global constructor | Max Kellermann | 1 | -4/+0 |
2008-10-26 | input_file: don't export internal methods | Max Kellermann | 1 | -7/+25 |
2008-10-26 | input_stream: renamed sources, no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-17 | input_stream: removed nmemb argument | Max Kellermann | 1 | -3/+2 |
2008-10-17 | input: declare struct input_stream | Max Kellermann | 1 | -6/+8 |
2008-08-26 | added InputStream.ready | Max Kellermann | 1 | -0/+2 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -8/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-01-19 | Committing posix_fadvise(); normalperson/jat reviewed. Appears fine. Fixes bu... | Avuton Olrich | 1 | -0/+6 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -38/+44 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-06-04 | Return -1 on error, not on success. | J. Alexander Treuman | 1 | -1/+1 |
2004-07-14 | oops forgot a \n in a debu statement | Warren Dukes | 1 | -1/+1 |
2004-07-13 | debug message for errors in reading the file | Warren Dukes | 1 | -0/+5 |
2004-07-12 | attempt to work around for bug #274 | Warren Dukes | 1 | -2/+10 |