aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-01-28input/iso9660: rename the classesMax Kellermann1-18/+18
2013-01-28input/zzip: add constructor/destructorMax Kellermann1-22/+31
2013-01-28input/zzip: rename the classesMax Kellermann1-15/+14
2013-01-28input/bzip2: add constructor/destructorMax Kellermann1-37/+39
2013-01-28archive/bzip2: rename the classesMax Kellermann1-16/+16
2013-01-28DatabaseLock, input/bzip2: remove obsolete Glib/gcc workaroundMax Kellermann2-10/+0
2013-01-28input/Soup: move code into the classMax Kellermann1-92/+109
2013-01-28input/soup: rename the classMax Kellermann1-15/+15
2013-01-28input/ffmpeg: add constructor/destructorMax Kellermann1-23/+26
2013-01-28input/ffmpeg: rename the classMax Kellermann1-7/+7
2013-01-28decoder/ffmpeg: require ffmpeg/libav 0.7.6Max Kellermann4-113/+3
2013-01-28decoder/mp4ff: delete obsolete pluginMax Kellermann2-452/+0
2013-01-28db/Proxy: explicitly request first element of arrayMax Kellermann1-2/+2
2013-01-28audio_config: include cleanupMax Kellermann2-9/+2
2013-01-27output/httpd: move functions into the HttpdOutput classMax Kellermann3-171/+210
2013-01-27output/httpd: rename struct httpd_outputMax Kellermann4-33/+33
2013-01-27ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new()Max Kellermann3-5/+9
2013-01-27ZeroconfBonjour: use SocketMonitor instead of GIOChannelMax Kellermann5-32/+40