aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-30page: convert to C++Max Kellermann1-3/+2
2013-01-30icy_server: convert to C++Max Kellermann1-2/+1
2013-01-29ArchiveFile: convert to a classMax Kellermann1-1/+1
2013-01-29refcount: convert to C++Max Kellermann1-1/+1
2013-01-29test/visit_archive: new debug programMax Kellermann1-0/+26
2013-01-29ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann1-0/+1
2013-01-29playlist/memory: use std::forward_list instead of GSListMax Kellermann1-0/+1
2013-01-29playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann1-0/+2
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann1-0/+11
2013-01-29test/{read_conf,run_filter}: convert to C++Max Kellermann1-2/+2
2013-01-29output/osx: convert to C++Max Kellermann1-1/+2
2013-01-29output/{alsa,oss}: convert to C++Max Kellermann1-3/+5
2013-01-28decoder/mp4ff: delete obsolete pluginMax Kellermann1-5/+0
2013-01-27zeroconf: convert to C++Max Kellermann1-4/+5
2013-01-27Makefile.cxx: fix test/run_input.cxx pathMax Kellermann1-1/+1
2013-01-27playlist/*: convert to C++Max Kellermann1-15/+15
2013-01-26input_stream: forward-declare the structMax Kellermann1-1/+1
2013-01-26tag_file: convert to C++Max Kellermann1-2/+2
2013-01-26playlist/*: convert to C++Max Kellermann1-8/+8
2013-01-26decoder/ffmpeg: convert to C++Max Kellermann1-3/+4
2013-01-25input_{internal,plugin}: convert to C++Max Kellermann1-2/+2
2013-01-24archive/*: convert to C++Max Kellermann1-15/+14
2013-01-22Makefile.am: introduce libfsDenis Krjuchkov1-4/+10
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov1-2/+2
2013-01-22FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov1-1/+2
2013-01-21input,playlist/despotify: convert to C++Max Kellermann1-16/+12
2013-01-21input/cdio_paranoia: convert to C++Max Kellermann1-2/+3
2013-01-21input/ffmpeg: convert to C++Max Kellermann1-2/+2
2013-01-21input/rewind: convert to C++Max Kellermann1-2/+1
2013-01-21input/file,mms: convert to C++Max Kellermann1-4/+3
2013-01-20FileSystem: new library for Path-friendly file system routinesDenis Krjuchkov1-0/+1
2013-01-19dummy.cxx: remove unused fileDenis Krjuchkov1-1/+0
2013-01-17path: convert to C++Max Kellermann1-3/+2
2013-01-16output/roar: convert to C++Max Kellermann1-2/+2
2013-01-16ClientList: convert to a classMax Kellermann1-1/+1
2013-01-15socket_util: convert to C++Max Kellermann1-3/+2
2013-01-15server_socket: convert to C++Max Kellermann1-3/+2
2013-01-15output/httpd: convert to C++Max Kellermann1-4/+3
2013-01-15InotifySource: use the SocketMonitor classMax Kellermann1-0/+1
2013-01-15mixer/Alsa: use MultiSocketMonitorMax Kellermann1-0/+2
2013-01-15input/Curl: move code to class MultiSocketMonitorMax Kellermann1-1/+7
2013-01-15event/SocketMonitor: wrapper class for GSource + GPollFDMax Kellermann1-1/+3
2013-01-15Client: move output buffer code to new class PeakBufferMax Kellermann1-0/+1
2013-01-15fifo_buffer: move to util/Max Kellermann1-10/+10
2013-01-15socket_error: new library for errno / WSAGetLastError()Max Kellermann1-0/+1
2013-01-14event/TimeoutMonitor: wrapper for g_timeout_source_new()Max Kellermann1-0/+1
2013-01-14Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann1-1/+2
2013-01-11thread/{Mutex,Cond}: new backend for WIN32Max Kellermann1-0/+2
2013-01-10icy_metadata: convert to C++Max Kellermann1-2/+1
2013-01-10decoder/wavpack: convert to C++Max Kellermann1-1/+3