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
/
Makefile.am
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: implemented standard directories API
Denis Krjuchkov
2013-12-08
1
-0
/
+1
*
TextFile: move to fs subsystem
Denis Krjuchkov
2013-12-08
1
-3
/
+2
*
util/DynamicFifoBuffer: new class replacing growing_fifo
Max Kellermann
2013-12-05
1
-1
/
+1
*
command: add commands "addtagid", "cleartagid"
Max Kellermann
2013-12-02
1
-0
/
+2
*
event: add poll() based PollGroup implementation
Denis Krjuchkov
2013-12-02
1
-0
/
+1
*
pcm/PcmFormat: move generic definitions to Traits.hxx
Max Kellermann
2013-12-01
1
-0
/
+1
*
pcm/SoxrResampler: new resampler option using libsoxr
Max Kellermann
2013-12-01
1
-0
/
+7
*
pcm/PcmResampler: convert to abstract interface
Max Kellermann
2013-11-30
1
-4
/
+5
*
pcm/PcmConvert: move code to new class GluePcmResampler
Max Kellermann
2013-11-30
1
-0
/
+1
*
pcm/PcmConvert: move code to new class PcmChannelsConverter
Max Kellermann
2013-11-30
1
-0
/
+1
*
pcm/PcmConvert: move code to new class PcmFormatConverter
Max Kellermann
2013-11-30
1
-0
/
+1
*
util/ConstBuffer: new utility class
Max Kellermann
2013-11-29
1
-0
/
+1
*
event: implement PollGroup based on Windows select
Denis Krjuchkov
2013-11-29
1
-0
/
+2
*
event: introduce generic API for internal event loop
Denis Krjuchkov
2013-11-28
1
-0
/
+2
*
Volume, Output: use new class PeriodClock instead of GTimer
Max Kellermann
2013-11-25
1
-0
/
+1
*
CommandLine: new command line parser
Denis Krjuchkov
2013-11-24
1
-0
/
+2
*
Makefile.am: disable dist-bzip2
Max Kellermann
2013-11-08
1
-1
/
+1
*
Makefile.am: distribute missing files
Max Kellermann
2013-11-04
1
-0
/
+5
*
Makefile.am: add missing header file
Max Kellermann
2013-10-31
1
-0
/
+1
*
Makefile.am: link test/DumpDatabase with Ack.cxx
Max Kellermann
2013-10-30
1
-0
/
+1
*
DecoderControl: move code/attributes to new class MixRampInfo
Max Kellermann
2013-10-26
1
-0
/
+1
*
test/test_mixramp: unit test for mixramp_interpolate()
Max Kellermann
2013-10-26
1
-0
/
+10
*
command: new command "readcomments" lists arbitrary file tags
Max Kellermann
2013-10-25
1
-0
/
+1
*
InputInternal: remove obsolete library
Max Kellermann
2013-10-23
1
-1
/
+0
*
UriUtil: uri_remove_auth() returns std::string
Max Kellermann
2013-10-23
1
-1
/
+0
*
test/test_util: unit test for libutil.a
Max Kellermann
2013-10-23
1
-0
/
+10
*
Playlist: refresh new tags after database update
Max Kellermann
2013-10-22
1
-0
/
+1
*
Partition: add methods TagModified(), SyncWithPlayer()
Max Kellermann
2013-10-21
1
-1
/
+1
*
GetBaseUTF8
Max Kellermann
2013-10-21
1
-1
/
+1
*
util/NumberParser: utilities for parsing numbers from ASCII strings
Max Kellermann
2013-10-21
1
-0
/
+1
*
Util/ASCII: add function StringEqualsCaseASCII()
Max Kellermann
2013-10-20
1
-0
/
+1
*
*Commands: move to src/command/
Max Kellermann
2013-10-20
1
-12
/
+12
*
command: convert command_return to to a strictly-typed enum
Max Kellermann
2013-10-20
1
-1
/
+1
*
decoder/sidplay: add header file
Max Kellermann
2013-10-20
1
-1
/
+2
*
decoder/sidplay: update file name
Max Kellermann
2013-10-20
1
-1
/
+2
*
Client: move message functions into the class
Max Kellermann
2013-10-19
1
-1
/
+1
*
util/FormatString: new library to replace g_strdup_printf()
Max Kellermann
2013-10-19
1
-0
/
+1
*
encoder/{opus,vorbis}: new serial generator replacing g_random_int()
Max Kellermann
2013-10-19
1
-0
/
+6
*
ZeroconfAvahi: integrate into the EventLoop
Max Kellermann
2013-10-18
1
-2
/
+5
*
test/run_avahi: new debug program
Max Kellermann
2013-10-18
1
-0
/
+16
*
test/run_inotify: use SignalMonitor
Max Kellermann
2013-10-18
1
-0
/
+1
*
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-17
1
-0
/
+1
*
fs/Path: move definitions to struct PathTraits
Max Kellermann
2013-10-17
1
-0
/
+1
*
fs/Path: move configuration code to Config.cxx
Max Kellermann
2013-10-17
1
-0
/
+2
*
fs/Path: move path_domain to Domain.hxx
Max Kellermann
2013-10-17
1
-0
/
+1
*
fs/Path: move MPD_PATH_MAX to Limits.hxx
Max Kellermann
2013-10-17
1
-0
/
+1
*
Thread/Thread: replacement library for GThread
Max Kellermann
2013-10-17
1
-0
/
+9
*
Makefile.am: move sources to libthread.a
Max Kellermann
2013-10-17
1
-9
/
+15
*
test/test_archive: unit test for archive_lookup()
Max Kellermann
2013-10-17
1
-0
/
+14
*
test: use the CPPUNIT framework for unit tests
Max Kellermann
2013-10-16
1
-2
/
+9
[next]