| Commit message (Expand) | Author | Files | Lines |
2013-01-31 | mixer/software, filter/volume: convert to C++ | Max Kellermann | 5 | -24/+27 |
2013-01-31 | ZeroconfBonjour: fix OnSocketReady() return type | Max Kellermann | 1 | -1/+2 |
2013-01-31 | filter/convert: remove unused attribute | Max Kellermann | 1 | -5/+0 |
2013-01-31 | pcm_convert: convert to C++ | Max Kellermann | 7 | -203/+214 |
2013-01-30 | util/Manual: new template class | Max Kellermann | 1 | -0/+111 |
2013-01-30 | filter/convert: convert to C++ | Max Kellermann | 6 | -67/+71 |
2013-01-30 | filter/autoconvert: include cleanup | Max Kellermann | 1 | -5/+3 |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 25 | -77/+44 |
2013-01-30 | ConfigData: use simple linked list instead of GSList | Max Kellermann | 4 | -40/+38 |
2013-01-30 | ConfigData: forbid copying a config_param object | Max Kellermann | 1 | -0/+4 |
2013-01-30 | FilterConfig: add missing glib.h include | Max Kellermann | 1 | -0/+2 |
2013-01-30 | ConfigData: move functions into the class | Max Kellermann | 4 | -34/+34 |
2013-01-30 | ConfigData: add constructors/destructors | Max Kellermann | 5 | -44/+22 |
2013-01-30 | ConfigData: use std::string in block_param | Max Kellermann | 3 | -15/+11 |
2013-01-30 | ConfigData: use std::vector for the block_param list | Max Kellermann | 3 | -31/+17 |
2013-01-30 | ConfigData: use new/delete instead of GLib | Max Kellermann | 1 | -2/+2 |
2013-01-30 | audio_{parser,config}: convert to C++ | Max Kellermann | 9 | -27/+28 |
2013-01-30 | conf.h: move the GQuark to ConfigQuark.hxx | Max Kellermann | 5 | -13/+39 |
2013-01-30 | filter/chain, encoder: GLib include cleanup | Max Kellermann | 5 | -28/+29 |
2013-01-30 | test/run_encoder, ...: convert to C++ | Max Kellermann | 2 | -0/+16 |
2013-01-30 | ConfigFile: simplify error cleanup | Max Kellermann | 1 | -23/+24 |
2013-01-30 | ConfigFile: move code to ConfigGlobal.cxx | Max Kellermann | 5 | -234/+344 |
2013-01-30 | ConfigFile: add struct ConfigData | Max Kellermann | 2 | -9/+26 |
2013-01-30 | {encoder,output}_api.h: allow compiling as C++ | Max Kellermann | 7 | -11/+19 |
2013-01-30 | conf: move struct definitions to ConfigData.hxx | Max Kellermann | 6 | -239/+363 |
2013-01-30 | ConfigFile: add enum ConfigOption | Max Kellermann | 10 | -172/+237 |
2013-01-30 | ConfigOption: rename to ConfigTemplate | Max Kellermann | 2 | -7/+7 |
2013-01-30 | ConfigFile: move code to ConfigOptions.cxx | Max Kellermann | 2 | -73/+99 |
2013-01-30 | ConfigFile: split config_entry | Max Kellermann | 1 | -39/+27 |
2013-01-30 | filter_config: convert to C++ | Max Kellermann | 3 | -13/+13 |
2013-01-30 | decoder_list: convert to C++ | Max Kellermann | 10 | -18/+21 |
2013-01-30 | InotifyUpdate: use std::list instead of GList | Max Kellermann | 1 | -25/+25 |
2013-01-30 | InotifyUpdate: move code to destructor | Max Kellermann | 1 | -5/+5 |
2013-01-30 | InotifyUpdate: allocate the root dynamically | Max Kellermann | 1 | -10/+8 |
2013-01-30 | InotifyUpdate: use new/delete instead of GLib slices | Max Kellermann | 1 | -9/+11 |
2013-01-30 | InotifyUpdate: rename struct watch_directory | Max Kellermann | 1 | -18/+18 |
2013-01-30 | InotifyUpdate: use std::map instead of GTree | Max Kellermann | 1 | -38/+25 |
2013-01-30 | UpdateContainer: remove duplicate unlock call | Max Kellermann | 1 | -1/+0 |
2013-01-30 | ArchivePlugin: move instance methods to class ArchiveFile | Max Kellermann | 8 | -159/+90 |
2013-01-30 | archive/bzip2: create file only after stream has been opened | Max Kellermann | 1 | -24/+19 |
2013-01-30 | archive/zzip: fix memory leak | Max Kellermann | 1 | -15/+12 |
2013-01-30 | output/httpd: use the BufferedSocket class for HttpdClient | Max Kellermann | 5 | -378/+163 |
2013-01-30 | event/SocketMonitor: wake up the event loop after flag change | Max Kellermann | 2 | -0/+14 |
2013-01-30 | event/Loop: add method WakeUp() | Max Kellermann | 1 | -0/+4 |
2013-01-30 | Main: delete the EventLoop after everything else | Max Kellermann | 1 | -2/+1 |
2013-01-30 | input/Rewind: remove bogus assertion | Max Kellermann | 1 | -1/+0 |
2013-01-30 | event/ServerSocket: add method GetEventLoop() | Max Kellermann | 1 | -0/+4 |
2013-01-30 | ServerSocket: replace callback with virtual method | Max Kellermann | 5 | -58/+55 |
2013-01-30 | output/httpd: safer cast, consider offset | Max Kellermann | 1 | -10/+16 |
2013-01-30 | output/httpd: forward-declare class HttpdClient | Max Kellermann | 1 | -1/+1 |