aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-01-29ArchiveFile: convert to a classMax Kellermann8-83/+62
2013-01-29refcount: convert to C++Max Kellermann5-42/+30
2013-01-29ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann7-125/+82
2013-01-29ArchivePlugin: scan_next() returns const stringMax Kellermann6-16/+18
2013-01-29playlist/despotify: various code simplificationsMax Kellermann1-55/+31
2013-01-29playlist/memory: use std::forward_list instead of GSListMax Kellermann9-112/+108
2013-01-29playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann8-257/+162
2013-01-29ClientSubscribe: remove obsolete typedefMax Kellermann1-1/+0
2013-01-29require GLib 2.24Max Kellermann9-20/+1
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann6-62/+70
2013-01-29test/{read_conf,run_filter}: convert to C++Max Kellermann3-1/+17
2013-01-29output/osx: convert to C++Max Kellermann3-48/+47
2013-01-29decoder/faad: use the newer NeAAC* APIMax Kellermann1-41/+26
2013-01-29output/{alsa,oss}: convert to C++Max Kellermann7-117/+137
2013-01-28InputStream: use std::stringMax Kellermann7-33/+25
2013-01-28InputStream: store references instead of pointersMax Kellermann8-97/+67
2013-01-28InputStream: add constructor/destructorMax Kellermann14-91/+40
2013-01-28input/despotify: add constructor/destructorMax Kellermann1-26/+33
2013-01-28input/despotify: rename classMax Kellermann1-10/+9
2013-01-28input/iso9660: add constructor/destructorMax Kellermann1-58/+61