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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
ffmpeg: new decoder plugin
Viliam Mateicka
2008-10-17
3
-0
/
+426
*
Makefile.am: don't compile disabled decoder plugins
Max Kellermann
2008-10-17
16
-159
/
+83
*
Makefile.am: don't compile disabled sources
Max Kellermann
2008-10-17
4
-28
/
+21
*
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
*
configure.ac: check if "struct ucred" is available
Max Kellermann
2008-10-16
1
-2
/
+2
*
configure.ac: find more libraries with pkg-config
Max Kellermann
2008-10-16
1
-0
/
+6
*
command: special case for "add /"
Max Kellermann
2008-10-16
1
-1
/
+1
*
playlist: also allow world-readable local files
Max Kellermann
2008-10-15
1
-1
/
+1
*
song: check file type in song_file_update()
Max Kellermann
2008-10-15
1
-1
/
+1
*
playlist: added support for adding songs not in the music database
Max Kellermann
2008-10-15
6
-6
/
+59
*
command: print error message on "addid" failure
Max Kellermann
2008-10-15
1
-1
/
+1
*
playlist: moved code to song_by_url()
Max Kellermann
2008-10-15
1
-4
/
+17
*
song: added song_in_database()
Max Kellermann
2008-10-15
2
-9
/
+14
*
listen, client: enable SO_PASSCRED, get client's uid
Max Kellermann
2008-10-15
3
-3
/
+41
*
update: don't skip hidden files
Max Kellermann
2008-10-15
1
-3
/
+5
*
shout: check for vorbisenc library
Max Kellermann
2008-10-15
1
-2
/
+2
*
fixing several imports to work via pkg-config
Enrico Weigelt
2008-10-15
1
-3
/
+10
*
locate: use g_utf8_casefold() instead of string_toupper()
Max Kellermann
2008-10-15
5
-30
/
+16
*
mapper: moved musicDir initialization from path.c
Max Kellermann
2008-10-15
5
-31
/
+52
*
path: allow starting MPD with non-existing music directory
Max Kellermann
2008-10-15
1
-6
/
+6
*
path, tag_id3: use g_convert() instead of charConv.c
Max Kellermann
2008-10-15
5
-234
/
+40
*
use GLib
Max Kellermann
2008-10-15
1
-1
/
+4
*
tag_id3: fix indentation
Max Kellermann
2008-10-15
1
-28
/
+28
*
idle: client command "noidle" aborts idle
Max Kellermann
2008-10-15
1
-3
/
+21
*
client: optimized client_input_received()
Max Kellermann
2008-10-15
1
-38
/
+44
*
listen: pass protocol family to establishListen()
Max Kellermann
2008-10-15
1
-27
/
+8
*
listen: use getaddrinfo() instead of gethostbyname()
Max Kellermann
2008-10-15
1
-31
/
+22
*
command: added command "idle"
Max Kellermann
2008-10-14
13
-3
/
+284
*
alsa: added #ifdefs around SND_PCM_NO_AUTO_xxx
Max Kellermann
2008-10-14
1
-0
/
+6
*
playlist: don't use uninitialized local variable (typo)
Max Kellermann
2008-10-14
1
-1
/
+1
*
oss: use unsigned integer for ioctl constants
Max Kellermann
2008-10-14
1
-12
/
+12
[next]