aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-30ConfigData: forbid copying a config_param objectMax Kellermann1-0/+4
2013-01-30FilterConfig: add missing glib.h includeMax Kellermann1-0/+2
2013-01-30ConfigData: move functions into the classMax Kellermann4-34/+34
2013-01-30ConfigData: add constructors/destructorsMax Kellermann5-44/+22
2013-01-30ConfigData: use std::string in block_paramMax Kellermann3-15/+11
2013-01-30ConfigData: use std::vector for the block_param listMax Kellermann3-31/+17
2013-01-30ConfigData: use new/delete instead of GLibMax Kellermann1-2/+2
2013-01-30audio_{parser,config}: convert to C++Max Kellermann9-27/+28
2013-01-30conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann5-13/+39
2013-01-30filter/chain, encoder: GLib include cleanupMax Kellermann5-28/+29
2013-01-30test/run_encoder, ...: convert to C++Max Kellermann2-0/+16
2013-01-30ConfigFile: simplify error cleanupMax Kellermann1-23/+24
2013-01-30ConfigFile: move code to ConfigGlobal.cxxMax Kellermann5-234/+344
2013-01-30ConfigFile: add struct ConfigDataMax Kellermann2-9/+26
2013-01-30{encoder,output}_api.h: allow compiling as C++Max Kellermann7-11/+19
2013-01-30conf: move struct definitions to ConfigData.hxxMax Kellermann6-239/+363
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann10-172/+237
2013-01-30ConfigOption: rename to ConfigTemplateMax Kellermann2-7/+7
2013-01-30ConfigFile: move code to ConfigOptions.cxxMax Kellermann2-73/+99
2013-01-30ConfigFile: split config_entryMax Kellermann1-39/+27
2013-01-30filter_config: convert to C++Max Kellermann3-13/+13
2013-01-30decoder_list: convert to C++Max Kellermann10-18/+21
2013-01-30InotifyUpdate: use std::list instead of GListMax Kellermann1-25/+25
2013-01-30InotifyUpdate: move code to destructorMax Kellermann1-5/+5
2013-01-30InotifyUpdate: allocate the root dynamicallyMax Kellermann1-10/+8
2013-01-30InotifyUpdate: use new/delete instead of GLib slicesMax Kellermann1-9/+11
2013-01-30InotifyUpdate: rename struct watch_directoryMax Kellermann1-18/+18
2013-01-30InotifyUpdate: use std::map instead of GTreeMax Kellermann1-38/+25
2013-01-30UpdateContainer: remove duplicate unlock callMax Kellermann1-1/+0
2013-01-30ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann8-159/+90
2013-01-30archive/bzip2: create file only after stream has been openedMax Kellermann1-24/+19
2013-01-30archive/zzip: fix memory leakMax Kellermann1-15/+12
2013-01-30output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann5-378/+163
2013-01-30event/SocketMonitor: wake up the event loop after flag changeMax Kellermann2-0/+14
2013-01-30event/Loop: add method WakeUp()Max Kellermann1-0/+4
2013-01-30Main: delete the EventLoop after everything elseMax Kellermann1-2/+1
2013-01-30input/Rewind: remove bogus assertionMax Kellermann1-1/+0
2013-01-30event/ServerSocket: add method GetEventLoop()Max Kellermann1-0/+4
2013-01-30ServerSocket: replace callback with virtual methodMax Kellermann5-58/+55
2013-01-30output/httpd: safer cast, consider offsetMax Kellermann1-10/+16
2013-01-30output/httpd: forward-declare class HttpdClientMax Kellermann1-1/+1
2013-01-30output/httpd: add constructor, destructor, Configure()Max Kellermann2-50/+66
2013-01-30ServerSocket: expose the classMax Kellermann5-174/+155
2013-01-30ServerSocket: move to libevent.aMax Kellermann4-2/+2
2013-01-30event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann7-119/+209
2013-01-30event/SocketMonitor: OnSocketReady() returns boolMax Kellermann6-10/+18
2013-01-30event/SocketMonitor: add methods Read(), Write()Max Kellermann4-27/+43
2013-01-30page: convert to C++Max Kellermann8-142/+125
2013-01-30icy_server: convert to C++Max Kellermann4-16/+9
2013-01-30icy_server: pass pointer to _metadata_page()Max Kellermann3-21/+10