summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-30ConfigOption: rename to ConfigTemplateMax Kellermann
2013-01-30ConfigFile: move code to ConfigOptions.cxxMax Kellermann
2013-01-30ConfigFile: split config_entryMax Kellermann
2013-01-30filter_config: convert to C++Max Kellermann
2013-01-30decoder_list: convert to C++Max Kellermann
2013-01-30InotifyUpdate: use std::list instead of GListMax Kellermann
2013-01-30InotifyUpdate: move code to destructorMax Kellermann
2013-01-30InotifyUpdate: allocate the root dynamicallyMax Kellermann
2013-01-30InotifyUpdate: use new/delete instead of GLib slicesMax Kellermann
2013-01-30InotifyUpdate: rename struct watch_directoryMax Kellermann
2013-01-30InotifyUpdate: use std::map instead of GTreeMax Kellermann
2013-01-30UpdateContainer: remove duplicate unlock callMax Kellermann
2013-01-30ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann
2013-01-30archive/bzip2: create file only after stream has been openedMax Kellermann
2013-01-30archive/zzip: fix memory leakMax Kellermann
2013-01-30output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann
2013-01-30event/SocketMonitor: wake up the event loop after flag changeMax Kellermann
2013-01-30event/Loop: add method WakeUp()Max Kellermann
2013-01-30Main: delete the EventLoop after everything elseMax Kellermann
2013-01-30input/Rewind: remove bogus assertionMax Kellermann
2013-01-30event/ServerSocket: add method GetEventLoop()Max Kellermann
2013-01-30ServerSocket: replace callback with virtual methodMax Kellermann
2013-01-30output/httpd: safer cast, consider offsetMax Kellermann
2013-01-30output/httpd: forward-declare class HttpdClientMax Kellermann
2013-01-30output/httpd: add constructor, destructor, Configure()Max Kellermann
2013-01-30ServerSocket: expose the classMax Kellermann
2013-01-30ServerSocket: move to libevent.aMax Kellermann
2013-01-30event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann
2013-01-30event/SocketMonitor: OnSocketReady() returns boolMax Kellermann
2013-01-30event/SocketMonitor: add methods Read(), Write()Max Kellermann
2013-01-30page: convert to C++Max Kellermann
2013-01-30icy_server: convert to C++Max Kellermann
2013-01-30icy_server: pass pointer to _metadata_page()Max Kellermann
2013-01-29ArchiveFile: convert to a classMax Kellermann
2013-01-29refcount: convert to C++Max Kellermann
2013-01-29ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann
2013-01-29ArchivePlugin: scan_next() returns const stringMax Kellermann
2013-01-29playlist/despotify: various code simplificationsMax Kellermann
2013-01-29playlist/memory: use std::forward_list instead of GSListMax Kellermann
2013-01-29playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann
2013-01-29ClientSubscribe: remove obsolete typedefMax Kellermann
2013-01-29require GLib 2.24Max Kellermann
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann
2013-01-29test/{read_conf,run_filter}: convert to C++Max Kellermann
2013-01-29output/osx: convert to C++Max Kellermann
2013-01-29decoder/faad: use the newer NeAAC* APIMax Kellermann
2013-01-29output/{alsa,oss}: convert to C++Max Kellermann
2013-01-28InputStream: use std::stringMax Kellermann
2013-01-28InputStream: store references instead of pointersMax Kellermann
2013-01-28InputStream: add constructor/destructorMax Kellermann