Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | event/BufferedSocket: move output buffer to FullyBufferedSocket | Max Kellermann | 2013-01-30 | 1 | -0/+1 | |
| | | | | | | | | | | BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer. | |||||
* | | page: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -3/+2 | |
| | | ||||||
* | | icy_server: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -2/+1 | |
| | | ||||||
* | | ArchiveFile: convert to a class | Max Kellermann | 2013-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | refcount: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | test/visit_archive: new debug program | Max Kellermann | 2013-01-29 | 1 | -0/+26 | |
| | | ||||||
* | | ArchivePlugin: replace scan_reset(), scan_next() with visit() | Max Kellermann | 2013-01-29 | 1 | -0/+1 | |
| | | | | | | | | Add the interface ArchiveVisitor. | |||||
* | | playlist/memory: use std::forward_list instead of GSList | Max Kellermann | 2013-01-29 | 1 | -0/+1 | |
| | | ||||||
* | | playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProvider | Max Kellermann | 2013-01-29 | 1 | -0/+2 | |
| | | ||||||
* | | ConfigFile, CommandLine: use the Path class | Max Kellermann | 2013-01-29 | 1 | -0/+11 | |
| | | ||||||
* | | test/{read_conf,run_filter}: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -2/+2 | |
| | | ||||||
* | | output/osx: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -1/+2 | |
| | | ||||||
* | | output/{alsa,oss}: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -3/+5 | |
| | | ||||||
* | | decoder/mp4ff: delete obsolete plugin | Max Kellermann | 2013-01-28 | 1 | -5/+0 | |
| | | | | | | | | The underlying library has been obsolete for many years. | |||||
* | | zeroconf: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -4/+5 | |
| | | ||||||
* | | Makefile.cxx: fix test/run_input.cxx path | Max Kellermann | 2013-01-27 | 1 | -1/+1 | |
| | | ||||||
* | | playlist/*: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -15/+15 | |
| | | ||||||
* | | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -1/+1 | |
| | | | | | | | | Hide the definition from C code, to prepare the transition to C++. | |||||
* | | tag_file: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -2/+2 | |
| | | ||||||
* | | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -8/+8 | |
| | | ||||||
* | | decoder/ffmpeg: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -3/+4 | |
| | | ||||||
* | | input_{internal,plugin}: convert to C++ | Max Kellermann | 2013-01-25 | 1 | -2/+2 | |
| | | ||||||
* | | archive/*: convert to C++ | Max Kellermann | 2013-01-24 | 1 | -15/+14 | |
| | | ||||||
* | | Makefile.am: introduce libfs | Denis Krjuchkov | 2013-01-22 | 1 | -4/+10 | |
| | | ||||||
* | | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -2/+2 | |
| | | ||||||
* | | FileSystem: extract DirectoryReader, improve the rest | Denis Krjuchkov | 2013-01-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | - DirectoryReader is extracted to separate header - FileSystem.cxx/FileSystem.hxx/DirectoryReader.hxx moved to fs/ subdir - Functions return true on success, instead of 0 (where applicable) - ReadLink return result instead of out parameter - UnlinkFile is renamed to RemoveFile - CheckExists/CheckIsRegular/CheckIsDirectory are renamed to PathExists/FileExists/DirectoryExists | |||||
* | | input,playlist/despotify: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -16/+12 | |
| | | ||||||
* | | input/cdio_paranoia: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -2/+3 | |
| | | ||||||
* | | input/ffmpeg: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -2/+2 | |
| | | ||||||
* | | input/rewind: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -2/+1 | |
| | | ||||||
* | | input/file,mms: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -4/+3 | |
| | | ||||||
* | | FileSystem: new library for Path-friendly file system routines | Denis Krjuchkov | 2013-01-20 | 1 | -0/+1 | |
| | | ||||||
* | | dummy.cxx: remove unused file | Denis Krjuchkov | 2013-01-19 | 1 | -1/+0 | |
| | | | | | | | | | | This file was used previously to force C++ linkage. It's no longer required because most of the code is C++ anyway. | |||||
* | | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -3/+2 | |
| | | ||||||
* | | output/roar: convert to C++ | Max Kellermann | 2013-01-16 | 1 | -2/+2 | |
| | | ||||||
* | | ClientList: convert to a class | Max Kellermann | 2013-01-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'v0.17.x' | Max Kellermann | 2013-01-16 | 1 | -1/+1 | |
|\| | ||||||
| * | Makefile.am: distribute mpc.ico | Denis Krjuchkov | 2013-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | socket_util: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -3/+2 | |
| | | ||||||
* | | server_socket: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -3/+2 | |
| | | ||||||
* | | output/httpd: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -4/+3 | |
| | | ||||||
* | | InotifySource: use the SocketMonitor class | Max Kellermann | 2013-01-15 | 1 | -0/+1 | |
| | | ||||||
* | | mixer/Alsa: use MultiSocketMonitor | Max Kellermann | 2013-01-15 | 1 | -0/+2 | |
| | | ||||||
* | | input/Curl: move code to class MultiSocketMonitor | Max Kellermann | 2013-01-15 | 1 | -1/+7 | |
| | | ||||||
* | | event/SocketMonitor: wrapper class for GSource + GPollFD | Max Kellermann | 2013-01-15 | 1 | -1/+3 | |
| | | ||||||
* | | Client: move output buffer code to new class PeakBuffer | Max Kellermann | 2013-01-15 | 1 | -0/+1 | |
| | | ||||||
* | | fifo_buffer: move to util/ | Max Kellermann | 2013-01-15 | 1 | -10/+10 | |
| | | ||||||
* | | socket_error: new library for errno / WSAGetLastError() | Max Kellermann | 2013-01-15 | 1 | -0/+1 | |
| | | ||||||
* | | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 2013-01-14 | 1 | -0/+1 | |
| | | ||||||
* | | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -1/+2 | |
| | |