| Commit message (Expand) | Author | Files | Lines |
2013-01-29 | playlist/memory: use std::forward_list instead of GSList | Max Kellermann | 1 | -0/+1 |
2013-01-29 | playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProvider | Max Kellermann | 1 | -0/+2 |
2013-01-29 | ConfigFile, CommandLine: use the Path class | Max Kellermann | 1 | -0/+11 |
2013-01-29 | test/{read_conf,run_filter}: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-29 | output/osx: convert to C++ | Max Kellermann | 1 | -1/+2 |
2013-01-29 | output/{alsa,oss}: convert to C++ | Max Kellermann | 1 | -3/+5 |
2013-01-28 | decoder/mp4ff: delete obsolete plugin | Max Kellermann | 1 | -5/+0 |
2013-01-27 | zeroconf: convert to C++ | Max Kellermann | 1 | -4/+5 |
2013-01-27 | Makefile.cxx: fix test/run_input.cxx path | Max Kellermann | 1 | -1/+1 |
2013-01-27 | playlist/*: convert to C++ | Max Kellermann | 1 | -15/+15 |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -1/+1 |
2013-01-26 | tag_file: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-26 | playlist/*: convert to C++ | Max Kellermann | 1 | -8/+8 |
2013-01-26 | decoder/ffmpeg: convert to C++ | Max Kellermann | 1 | -3/+4 |
2013-01-25 | input_{internal,plugin}: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-24 | archive/*: convert to C++ | Max Kellermann | 1 | -15/+14 |
2013-01-22 | Makefile.am: introduce libfs | Denis Krjuchkov | 1 | -4/+10 |
2013-01-22 | Path: move to fs subdirectory | Denis Krjuchkov | 1 | -2/+2 |
2013-01-22 | FileSystem: extract DirectoryReader, improve the rest | Denis Krjuchkov | 1 | -1/+2 |
2013-01-21 | input,playlist/despotify: convert to C++ | Max Kellermann | 1 | -16/+12 |
2013-01-21 | input/cdio_paranoia: convert to C++ | Max Kellermann | 1 | -2/+3 |
2013-01-21 | input/ffmpeg: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-21 | input/rewind: convert to C++ | Max Kellermann | 1 | -2/+1 |
2013-01-21 | input/file,mms: convert to C++ | Max Kellermann | 1 | -4/+3 |
2013-01-20 | FileSystem: new library for Path-friendly file system routines | Denis Krjuchkov | 1 | -0/+1 |
2013-01-19 | dummy.cxx: remove unused file | Denis Krjuchkov | 1 | -1/+0 |
2013-01-17 | path: convert to C++ | Max Kellermann | 1 | -3/+2 |
2013-01-16 | output/roar: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-16 | ClientList: convert to a class | Max Kellermann | 1 | -1/+1 |
2013-01-15 | socket_util: convert to C++ | Max Kellermann | 1 | -3/+2 |
2013-01-15 | server_socket: convert to C++ | Max Kellermann | 1 | -3/+2 |
2013-01-15 | output/httpd: convert to C++ | Max Kellermann | 1 | -4/+3 |
2013-01-15 | InotifySource: use the SocketMonitor class | Max Kellermann | 1 | -0/+1 |
2013-01-15 | mixer/Alsa: use MultiSocketMonitor | Max Kellermann | 1 | -0/+2 |
2013-01-15 | input/Curl: move code to class MultiSocketMonitor | Max Kellermann | 1 | -1/+7 |
2013-01-15 | event/SocketMonitor: wrapper class for GSource + GPollFD | Max Kellermann | 1 | -1/+3 |
2013-01-15 | Client: move output buffer code to new class PeakBuffer | Max Kellermann | 1 | -0/+1 |
2013-01-15 | fifo_buffer: move to util/ | Max Kellermann | 1 | -10/+10 |
2013-01-15 | socket_error: new library for errno / WSAGetLastError() | Max Kellermann | 1 | -0/+1 |
2013-01-14 | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 1 | -0/+1 |
2013-01-14 | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 1 | -1/+2 |
2013-01-11 | thread/{Mutex,Cond}: new backend for WIN32 | Max Kellermann | 1 | -0/+2 |
2013-01-10 | icy_metadata: convert to C++ | Max Kellermann | 1 | -2/+1 |
2013-01-10 | decoder/wavpack: convert to C++ | Max Kellermann | 1 | -1/+3 |
2013-01-10 | conf: convert to C++ | Max Kellermann | 1 | -13/+13 |
2013-01-10 | notify: convert to C++ | Max Kellermann | 1 | -2/+1 |
2013-01-10 | io_thread: convert to C++ | Max Kellermann | 1 | -7/+7 |
2013-01-10 | input/{curl,soup}: convert to C++ | Max Kellermann | 1 | -4/+3 |
2013-01-10 | input_stream: convert to C++ (internally) | Max Kellermann | 1 | -8/+6 |
2013-01-10 | thread/Cond: new wrapper for pthread_cond_t or GCond | Max Kellermann | 1 | -0/+3 |