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
/
archive
/
bz2_archive_plugin.c
Age
Commit message (
Expand
)
Author
2013-01-24
archive/*: convert to C++
Max Kellermann
2012-04-04
db_lock, archive/bz2, ...: workaround for G_STATIC_MUTEX_INIT warning
Max Kellermann
2011-09-16
input_stream: non-blocking I/O
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-31
archive: use reference counting for archive+input
Max Kellermann
2009-12-31
input/archive: don't initialize input_stream.ready
Max Kellermann
2009-12-31
archive/bz2: allocate buffer statically
Max Kellermann
2009-12-31
archive/bz2: added struct bz2_input_stream
Max Kellermann
2009-12-16
archive_plugin: use GError in the open() method
Max Kellermann
2009-12-16
archive_plugin: wrap method calls
Max Kellermann
2009-12-16
archive_plugin: pass const string to method open()
Max Kellermann
2009-12-16
archive: added a C header for each plugin
Max Kellermann
2009-12-16
archive/bz2: removed the bz2_context typedef
Max Kellermann
2009-12-16
archive/bz2: renamed archive sources and plugin variables
Max Kellermann