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_stream.h
Age
Commit message (
Expand
)
Author
2013-04-08
InputStream: use gcc.h attributes
Max Kellermann
2013-01-27
DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond
Max Kellermann
2013-01-26
input_stream: forward-declare the struct
Max Kellermann
2013-01-07
input_stream: add method _cheap_seeking()
Max Kellermann
2013-01-07
decoder_api.h, ...: add "extern C"
Max Kellermann
2012-08-14
input_stream, main: remove obsolete GLib version checks
Max Kellermann
2011-09-16
input_stream: non-blocking I/O
Max Kellermann
2011-09-16
input_plugin: add method check()
Max Kellermann
2011-09-15
input_stream: add "nonnull" attributes
Max Kellermann
2011-09-14
input_plugin: add method update()
Max Kellermann
2011-09-14
input_stream: move input_stream_init(), _deinit() to _internal.c
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2010-01-18
input_stream: added attribute "uri"
Max Kellermann
2010-01-18
input_stream: added function input_stream_deinit()
Max Kellermann
2010-01-01
input_stream: return allocated input_stream objects
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-12-15
input_stream: return errors with GError
Max Kellermann
2009-12-14
input_stream: moved input_stream_global_init() to input_init.c
Max Kellermann
2009-11-12
include config.h in all sources
Max Kellermann
2009-11-10
configure.ac: require GLib 2.12
Max Kellermann
2009-10-11
input_stream: use "goffset" instead of "off_t"
Max Kellermann
2009-10-08
input_stream: include config.h for AC_SYS_LARGEFILE macros
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-02
input_stream: moved struct input_plugin to input_plugin.h
Max Kellermann
2009-01-30
archive: replaced setup_stream() with open_stream()
Max Kellermann
2009-01-30
input_stream: documented the API
Max Kellermann
2009-01-03
input_stream: added tag() method
Max Kellermann
2008-12-16
new archive api, input_archive stream
Viliam Mateicka
2008-10-31
input_stream: pass const url to input_stream_open()
Max Kellermann
2008-10-31
added prefix to header macros
Max Kellermann
2008-10-28
input_stream: convert offset and size to the off_t data type
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_stream: removed the InputStream typedef
Max Kellermann
2008-10-26
input_stream: renamed sources, no CamelCase
Max Kellermann