aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-26Tag: add "pure" attributesMax Kellermann1-0/+3
2013-09-26TagHandler: use a TagBuilder internallyMax Kellermann8-47/+55
2013-09-26Main: fix crash if no database was configuredMax Kellermann1-0/+3
2013-09-26Main: use nullptr instead of NULLMax Kellermann1-11/+11
2013-09-26decoder/modplug: fix include directoryMax Kellermann1-1/+3
2013-09-26input/curl: fix EventLoop stall after curl_easy_pauseArtem Savkov1-0/+1
2013-09-12ConfigPath: return early on "~"Max Kellermann1-3/+6
2013-09-12ConfigPath: skip the slash of "~/"Max Kellermann1-3/+3
2013-09-12ConfigPath: remove the "~/" from the constructed pathMax Kellermann1-6/+9
2013-09-12ConfigPath: simplify the duplicate tilde checkMax Kellermann1-5/+5
2013-09-12ConfigPath: convert "home" variable to Path objectMax Kellermann1-9/+11
2013-09-12ConfigPath: move code to GetHome()Max Kellermann1-28/+48
2013-09-12ConfigPath: include cleanupMax Kellermann1-16/+0
2013-09-12Path: add FromUTF8() overload that returns an ErrorMax Kellermann4-8/+26
2013-09-12ConfigPath: move path_domain to system/Path.cxxMax Kellermann3-3/+5
2013-09-12Listen: Allow tilde paths for socket.Maarten de Vries3-2/+18
2013-09-05TagBuilder: add method Commit(Tag&)Max Kellermann2-8/+21
2013-09-05TagBuilder: add method IsEmpty()Max Kellermann1-1/+9
2013-09-05Tag: remove the obsolete "bulk" modeMax Kellermann2-88/+3
2013-09-05db/proxy: use class TagBuilderMax Kellermann1-8/+6
2013-09-05SongSave: use class TagBuilderMax Kellermann1-24/+8
2013-09-05TagBuilder: new class for constructing Tag objectsMax Kellermann2-0/+229
2013-09-05TagItem: disable the copy constructor/operatorMax Kellermann1-0/+4
2013-09-05Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann8-22/+33
2013-09-05Tag: move struct TagItem to TagItem.hxxMax Kellermann3-16/+43
2013-09-05Tag: move fix_tag_value() to TagString.cxxMax Kellermann3-102/+160
2013-09-05Tag: remove unused methodsMax Kellermann2-70/+0
2013-09-05TagNames: make tag_item_names constMax Kellermann2-2/+2
2013-09-05Tag: move configuration code to TagConfig.cxxMax Kellermann4-50/+103
2013-09-05Tag, ...: move to libtag.aMax Kellermann76-78/+73
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