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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-06
playlist_song: fix absolute path support in playlists
Jesús Bravo Álvarez
1
-3
/
+2
2011-10-06
player_thread: add flag "output_open", fixes assertion failure
Max Kellermann
1
-5
/
+17
2011-10-06
player_thread: move code to player_open_output()
Max Kellermann
1
-22
/
+37
2011-10-06
output_control: remove unused prototype _close_locked()
Max Kellermann
1
-3
/
+0
2011-10-06
player_control: auto-start playback when seeking is requested
Max Kellermann
1
-3
/
+0
2011-10-06
player_thread: handle SEEK while not playing
Max Kellermann
1
-2
/
+10
2011-10-06
decoder_api: call _prepare_initial_seek() in decoder_tag()
Max Kellermann
1
-1
/
+1
2011-10-06
decoder_api: move code to _prepare_initial_seek()
Max Kellermann
1
-7
/
+31
2011-10-05
decoder_control: add attributes start_ms, end_ms
Max Kellermann
5
-6
/
+31
2011-10-05
decoder_api: don't copy tag to pipe during initial seek
Max Kellermann
1
-3
/
+8
2011-10-04
decoder_api: clear initial_seek_running on error
Max Kellermann
1
-1
/
+3
2011-10-04
decoder/dsdiff: new decoder plugin
Max Kellermann
3
-0
/
+512
2011-10-04
dsd2pcm/noiseshape: fix typo in C++ check
Max Kellermann
1
-2
/
+2
2011-10-04
dsd2pcm: fix prototypes
Max Kellermann
2
-3
/
+3
2011-10-04
import dsd2pcm_src.zip
Sebastian Gesemann
8
-0
/
+637
2011-10-04
audio_format: add constant MAX_CHANNELS
Max Kellermann
1
-1
/
+3
2011-09-30
Add support for streaming to a DLNA client
Steven Blackburn
1
-5
/
+35
2011-09-22
decoder_api: emulate SEEK command for initial seek to CUE track
Max Kellermann
4
-16
/
+73
2011-09-22
decoder_internal.h: more API documentation
Max Kellermann
1
-0
/
+5
2011-09-21
protocol: drop G_GNUC_PURE from client_message_dup
Jonathan Neuschäfer
1
-1
/
+1
2011-09-21
utils: mark sockaddr_to_string() as G_GNUC_MALLOC
Jonathan Neuschäfer
1
-0
/
+1
2011-09-21
Simplify setsockopt() casting workaround
Dan McGee
2
-20
/
+6
2011-09-21
utils: uri.h: fix a typo: "schema"
Jonathan Neuschäfer
1
-1
/
+1
2011-09-20
tcp_connect: generic library for establishing TCP connections
Max Kellermann
2
-0
/
+348
2011-09-20
io_thread: add function _timeout_add()
Max Kellermann
2
-0
/
+13
2011-09-20
io_thread: _timeout_add_seconds() returns GSource*
Max Kellermann
2
-5
/
+5
2011-09-20
server_socket: use resolve_host_port() instead of getaddrinfo()
Max Kellermann
1
-17
/
+4
2011-09-20
resolver: add function resolve_host_port()
Max Kellermann
2
-2
/
+84
2011-09-20
socket_util: move sockaddr_to_string() to resolver.c
Max Kellermann
7
-65
/
+126
2011-09-20
rtsp_client, output/raop: use close_socket() instead of close()
Max Kellermann
2
-5
/
+7
2011-09-20
tcp_socket, udp_server: use g_io_channel_new_socket()
Max Kellermann
2
-10
/
+4
2011-09-20
fd_util: add function close_socket()
Max Kellermann
6
-8
/
+25
2011-09-20
fd_util: check HAVE_INOTIFY_INIT in header
Max Kellermann
1
-0
/
+4
2011-09-20
fd_util: include check.h, verify config.h was included
Max Kellermann
1
-0
/
+2
2011-09-20
glib_socket.h: wrap g_io_channel_*_new() calls portably
Max Kellermann
5
-16
/
+48
2011-09-19
Set socket TCP keepalive option on incoming connections
Dan McGee
3
-2
/
+24
2011-09-19
output_plugin: the plugin allocates the audio_output object
Max Kellermann
30
-537
/
+814
2011-09-19
configure.ac: add option --enable-solaris-output
Max Kellermann
1
-1
/
+19
2011-09-18
output/roar: check return values
Max Kellermann
1
-2
/
+10
2011-09-18
output/roar: unknown volume is -1, not 0
Max Kellermann
1
-1
/
+1
2011-09-18
output/roar: move code to roar_cancel_locked() and others
Max Kellermann
1
-39
/
+55
2011-09-17
output/roar: use GLib memory allocation functions
Max Kellermann
1
-11
/
+3
2011-09-17
output/roar: use config_get_block_string() for temporary
Max Kellermann
1
-8
/
+5
2011-09-17
output/roar: reorder methods
Max Kellermann
1
-14
/
+14
2011-09-17
output: rename plugin variables
Max Kellermann
8
-11
/
+11
2011-09-17
output: per-plugin header
Max Kellermann
38
-28
/
+432
2011-09-17
output/pulse: don't expose internal struct in public header
Max Kellermann
3
-36
/
+56
2011-09-17
output/raop: don't expose internal structs in public header
Max Kellermann
2
-96
/
+95
2011-09-17
output/roar: export volume methods
Max Kellermann
3
-46
/
+60
2011-09-17
output: rename plugin source files
Max Kellermann
9
-0
/
+0
[prev]
[next]