index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_file.c
Age
Commit message (
Expand
)
Author
2009-03-02
input: moved plugins to ./src/input/
Max Kellermann
2009-03-02
input_stream: moved struct input_plugin to input_plugin.h
Max Kellermann
2009-02-17
input_file, input_curl, icy_metadata: added GLib log domains
Max Kellermann
2009-01-30
input_stream: make seek(), buffer() optional
Max Kellermann
2009-01-30
input_stream: let the implementation assign is->plugin
Max Kellermann
2008-11-24
input_file.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
2008-10-29
input_file: refuse to open non-regular files
Max Kellermann
2008-10-29
input_file: check fstat() failure
Max Kellermann
2008-10-29
input_file: use GLib for logging
Max Kellermann
2008-10-28
input_file: don't use buffered I/O
Max Kellermann
2008-10-28
input_stream: convert offset and size to the off_t data type
Max Kellermann
2008-10-27
input_file, input_curl: check URL type before attempting to open
Max Kellermann
2008-10-26
input_stream: use "bool" instead of "int"
Max Kellermann
2008-10-26
input_stream: input_stream_close() returns void
Max Kellermann
2008-10-26
input_stream: added struct input_plugin
Max Kellermann
2008-10-26
input_stream: no CamelCase
Max Kellermann
2008-10-26
input_file: removed global constructor
Max Kellermann
2008-10-26
input_file: don't export internal methods
Max Kellermann
2008-10-26
input_stream: renamed sources, no CamelCase
Max Kellermann