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
Commit message (
Expand
)
Author
Age
Files
Lines
*
stored_playlist: de-CamelCase moved function
Max Kellermann
2008-10-22
3
-6
/
+6
*
stored_playlist: moved functions from playlist.c
Max Kellermann
2008-10-22
4
-32
/
+26
*
stored_playlist: no CamelCase
Max Kellermann
2008-10-22
5
-34
/
+39
*
renamed storedPlaylist.c to stored_playlist.c
Max Kellermann
2008-10-22
6
-8
/
+8
*
command: added "commands" array instead of registering manually
Max Kellermann
2008-10-22
1
-193
/
+145
*
command: make command pointers constant
Max Kellermann
2008-10-22
1
-12
/
+13
*
command: renamed CommandEntry to struct command
Max Kellermann
2008-10-22
1
-12
/
+10
*
pcm_utils: added pcm_convert_init()
Max Kellermann
2008-10-21
4
-2
/
+9
*
pcm_utils: no CamelCase
Max Kellermann
2008-10-21
5
-88
/
+89
*
pcm_utils: renamed ConvState to struct pcm_convert_state
Max Kellermann
2008-10-21
5
-9
/
+12
*
ffmpeg: don't pass pointer as hexadecimal string
Max Kellermann
2008-10-21
1
-20
/
+27
*
ffmpeg: link with libavutil
Max Kellermann
2008-10-21
1
-1
/
+1
*
ffmpeg: detect which ffmpeg headers should be included
Max Kellermann
2008-10-21
2
-0
/
+17
*
update: fix multiple deletes from *vec iterators
Eric Wong
2008-10-21
2
-2
/
+10
*
dirvec: introduce locking for all iterators
Eric Wong
2008-10-21
1
-6
/
+25
*
{dir,song}vec: these structs are const
Eric Wong
2008-10-21
2
-2
/
+2
*
dirvec: add dirvec_for_each iterator
Eric Wong
2008-10-21
2
-0
/
+19
*
path: removed pathcpy_trunc()
Max Kellermann
2008-10-20
3
-24
/
+2
*
path: replaced parent_path() with g_path_get_dirname()
Max Kellermann
2008-10-20
3
-42
/
+7
*
path: replaced mpd_basename() with g_path_get_basename()
Max Kellermann
2008-10-20
6
-29
/
+30
*
signal_check.c: don't use leading underscores
Max Kellermann
2008-10-20
1
-8
/
+8
*
mapper: don't return database path with leading slash
Max Kellermann
2008-10-19
1
-1
/
+1
*
configure.ac: use libmikmod-config instead of pkg-config
Andrzej Rybczak
2008-10-18
1
-3
/
+8
*
listen: fix "struct ucred" check
Andrzej Rybczak
2008-10-18
1
-3
/
+3
*
input_stream: don't declare method typedefs
Max Kellermann
2008-10-18
1
-14
/
+8
*
ffmpeg: make internal functions static
Max Kellermann
2008-10-18
1
-22
/
+12
*
Makefile.am: require automake 1.9
Max Kellermann
2008-10-18
3
-3
/
+3
*
reverted package name to "mpd"
Max Kellermann
2008-10-17
1
-1
/
+1
*
client: converted permissions to unsigned
Max Kellermann
2008-10-17
5
-22
/
+22
*
client: eliminate variable "left" in client_write()
Max Kellermann
2008-10-17
1
-5
/
+5
*
client: fixed send buffer
Max Kellermann
2008-10-17
1
-49
/
+4
*
client: removed CLIENT_MAX_BUFFER_LENGTH
Max Kellermann
2008-10-17
1
-3
/
+2
*
client: added assertions on the buffer pointers
Max Kellermann
2008-10-17
1
-0
/
+6
*
client: read() return value is ssize_t
Max Kellermann
2008-10-17
1
-2
/
+2
*
client: handle partial lines correctly
Max Kellermann
2008-10-17
1
-2
/
+2
*
configure.ac: test $with_zeroconf!=no
Max Kellermann
2008-10-17
1
-1
/
+1
*
ffmpeg: new decoder plugin
Viliam Mateicka
2008-10-17
4
-0
/
+447
*
Makefile.am: don't compile disabled decoder plugins
Max Kellermann
2008-10-17
17
-159
/
+103
*
Makefile.am: don't compile disabled sources
Max Kellermann
2008-10-17
5
-28
/
+25
*
input_stream: removed nmemb argument
Max Kellermann
2008-10-17
8
-16
/
+12
*
input: declare struct input_stream
Max Kellermann
2008-10-17
7
-43
/
+50
*
decoder: notify player after entering decodeStart()
Max Kellermann
2008-10-17
1
-0
/
+1
*
command: expect "file:///" url for local files
Max Kellermann
2008-10-17
1
-4
/
+7
*
listen: fixed unused variable warning without HAVE_UCRED
Max Kellermann
2008-10-17
1
-0
/
+2
*
Makefile.am: fix automake 1.6 errors
Max Kellermann
2008-10-16
2
-5
/
+5
*
removed the "bs" build scripts
Max Kellermann
2008-10-16
16
-757
/
+1
*
configure.ac: check if "struct ucred" is available
Max Kellermann
2008-10-16
3
-2
/
+35
*
configure.ac: reformatted AC_ARG_ENABLE section
Max Kellermann
2008-10-16
1
-34
/
+179
*
configure.ac: find more libraries with pkg-config
Max Kellermann
2008-10-16
4
-295
/
+16
*
configure.ac: removed iconv option
Max Kellermann
2008-10-16
1
-44
/
+0
[next]