aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann18-94/+68
2013-09-05input/curl: enable httpsAles Guzik2-1/+3
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann24-311/+200
2013-09-05PlaylistPlugin, ConfigGlobal: use nullptr instead of NULLMax Kellermann3-15/+11
2013-09-05use standard snprintf() instead of GLib g_snprintf()Max Kellermann4-26/+28
2013-09-05conf.h: remove obsolete headerMax Kellermann44-73/+64
2013-09-05conf.h: move constants to ConfigDefaults.hxxMax Kellermann5-9/+28
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann41-556/+413
2013-09-04TagTable: un-inline the two functionsMax Kellermann5-24/+64
2013-09-04Tag*: move TagTable.hxx to libtag.aMax Kellermann5-4/+4
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann20-9/+9
2013-09-04system/SocketError: un-inline constructorMax Kellermann3-13/+26
2013-09-04util/Error: new error passing libraryMax Kellermann236-3115/+3070
2013-09-04system/resolver: convert to C++Max Kellermann5-23/+13
2013-09-04output/pulse: require libpulse 0.9.16Max Kellermann1-51/+3
2013-09-04IOThread: pass GError to FatalError()Max Kellermann1-2/+4
2013-09-03DatabaseSave: eliminate redundant db_quark() implementationMax Kellermann1-7/+1
2013-09-03IOThread: use FatalError() on g_thread_create() errorMax Kellermann3-14/+8
2013-09-03input/{mms,despotify}: remove "seek" implementationMax Kellermann2-19/+3
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann18-34/+22
2013-08-10db_error: convert to C++Max Kellermann5-10/+7
2013-08-10playlist_error: convert to C++Max Kellermann5-7/+7
2013-08-10ack.h: move to protocol/Max Kellermann3-2/+2
2013-08-10alsa/mixer: defer InvalidateSockets() call to I/O threadMax Kellermann1-1/+2
2013-08-10EventLoop: initialise the thread id explicitlyMax Kellermann1-1/+2
2013-08-10ZeroconfAvahi: disable Avahi with epollMax Kellermann1-0/+1
2013-08-10EventLoop: new implementation using epollMax Kellermann14-16/+716
2013-08-10mixer/alsa: invoke InvalidateSockets() in constructorMax Kellermann1-1/+3
2013-08-10event/Call: signal the calling threadMax Kellermann1-0/+5
2013-08-10event/IdleMonitor: new monitor classMax Kellermann2-0/+130
2013-08-10event/MultiSocketMonitor: add struct SingleFDMax Kellermann2-8/+32
2013-08-10event/MultiSocketMonitor: use uint64_t instead of gint64Max Kellermann2-5/+6
2013-08-10event/MultiSocketMonitor: eliminate virtual method CheckSockets()Max Kellermann3-36/+16
2013-08-10event/MultiSocketMonitor: PrepareSockets() returns timeoutMax Kellermann3-11/+17
2013-08-10glib_compat.h: use monotonic_clock_us() in g_source_get_time()Max Kellermann1-3/+3
2013-08-10glib_compat.h: remove unused wrapper g_file_test()Max Kellermann1-28/+0
2013-08-10decoder/wildmidi: use class Path for the "timidity.cfg" locationMax Kellermann1-10/+14
2013-08-10ConfigData: overload GetBlockPath() with default valueMax Kellermann2-5/+21
2013-08-10ConfigData: use FatalError() instead of MPD_ERROR()Max Kellermann1-5/+6
2013-08-10system/EPollFD: fix typo in Add()Max Kellermann1-1/+1
2013-08-10thread/Id: new class replacing GThread pointersMax Kellermann5-15/+116
2013-08-08event: add function BlockingCall()Max Kellermann5-108/+129
2013-08-08EventLoop: add methodd IsInside()Max Kellermann2-2/+26
2013-08-08EventLoop: un-inline Run() and othersMax Kellermann2-22/+61
2013-08-08event/*Monitor: add method GetEventLoop()Max Kellermann4-1/+16
2013-08-08event/SocketMonitor: un-inline Schedule()Max Kellermann2-24/+23
2013-08-08event/SocketMonitor: add assertionsMax Kellermann2-0/+12
2013-08-08output/httpd: use "unsigned" instead of "guint"Max Kellermann1-2/+2
2013-08-08Client{Event,Write}: add missing includeMax Kellermann3-0/+6
2013-08-08event/BufferedSocket: add missing includeMax Kellermann1-0/+1