index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
archive
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
archive_plugin: use GError in the open() method
Max Kellermann
2009-12-16
3
-7
/
+8
*
archive_plugin: wrap method calls
Max Kellermann
2009-12-16
3
-3
/
+14
*
archive_plugin: pass const string to method open()
Max Kellermann
2009-12-16
3
-3
/
+3
*
archive: added a C header for each plugin
Max Kellermann
2009-12-16
6
-0
/
+78
*
archive/bz2: removed the bz2_context typedef
Max Kellermann
2009-12-16
1
-13
/
+13
*
archive/bz2: renamed archive sources and plugin variables
Max Kellermann
2009-12-16
1
-1
/
+1
*
archive/iso: renamed plugin to "iso9660"
Max Kellermann
2009-12-16
1
-34
/
+44
*
archive/bz2: use g_path_get_basename()
Max Kellermann
2009-12-16
1
-10
/
+1
*
input_stream: return errors with GError
Max Kellermann
2009-12-15
3
-26
/
+56
*
archive/bz2: simplified error handling, short read
Max Kellermann
2009-12-15
1
-34
/
+23
*
archive/bz2: no CamelCase
Max Kellermann
2009-12-15
1
-11
/
+10
*
archive/zzip: removed the "zip_context" typedef
Max Kellermann
2009-12-15
1
-11
/
+11
*
archive/zip: renamed plugin to "zzip"
Max Kellermann
2009-12-15
1
-28
/
+28
*
Merge branch 'v0.15.x'
Max Kellermann
2009-12-15
3
-4
/
+11
|
\
|
*
iso, zip: fixed memory leak in destructor
Max Kellermann
2009-12-15
2
-2
/
+4
|
*
archive: close archive when stream is closed
Max Kellermann
2009-12-15
3
-0
/
+6
|
*
archive/bz2: removed NULL check before g_free()
Max Kellermann
2009-12-15
1
-2
/
+2
*
|
archive/bz2: bz2_fillbuffer() returns bool
Max Kellermann
2009-12-15
1
-5
/
+6
*
|
archive/bz2: fixed indentation
Max Kellermann
2009-12-15
1
-15
/
+22
*
|
archive/bz2: g_malloc() cannot fail
Max Kellermann
2009-12-15
1
-4
/
+2
*
|
include config.h in all sources
Max Kellermann
2009-11-12
3
-1
/
+3
*
|
input_stream: use "goffset" instead of "off_t"
Max Kellermann
2009-10-11
1
-1
/
+1
|
/
*
archive/zip: pass NULL instead of 0 to zzip_dir_open()
Max Kellermann
2009-05-04
1
-2
/
+2
*
all: Update copyright header.
Avuton Olrich
2009-03-13
3
-18
/
+21
*
input_stream: moved struct input_plugin to input_plugin.h
Max Kellermann
2009-03-02
3
-3
/
+3
*
input_stream: make seek(), buffer() optional
Max Kellermann
2009-01-30
3
-37
/
+0
*
archive: replaced setup_stream() with open_stream()
Max Kellermann
2009-01-30
3
-47
/
+27
*
archiveapi: adding seeking support in zip archives
Viliam Mateicka
2009-01-21
1
-2
/
+8
*
added missing explicit config.h includes
Max Kellermann
2009-01-08
1
-0
/
+1
*
archive: use GLib instead of utils.h
Max Kellermann
2009-01-02
3
-5
/
+3
*
update: fixing empty filenames in archives
Viliam Mateicka
2008-12-29
1
-1
/
+4
*
archiveapi: archive plugin for ISO files
Viliam Mateicka
2008-12-16
1
-0
/
+258
*
archiveapi: archive plugin for ZIP files
Viliam Mateicka
2008-12-16
1
-0
/
+196
*
archiveapi: archive plugin for BZ2 files
Viliam Mateicka
2008-12-16
1
-0
/
+303