summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-18fs/List: new library exporting ListWildcard()Max Kellermann
2018-07-18util/StringAPI: add raw strcmp() wrapperMax Kellermann
2018-07-18fs/Path: add method ToUTF8Throw()Max Kellermann
2018-07-18fs/AllocatedPath: divert some methods to class PathMax Kellermann
Eliminate duplicate code.
2018-07-18util/StringAPI: add strpbrk() wrapperMax Kellermann
2018-07-18fs/CheckFile: remove variable path_utf8Max Kellermann
2018-07-18config/File: add directive "include_optional"Max Kellermann
2018-07-18config/File: support absolute paths in "include"Max Kellermann
2018-07-18fs/Traits: add Apply()Max Kellermann
2018-07-18fs/{,Allocated}Path: add typedef TraitsMax Kellermann
2018-07-18remove remaining docbook syntax; update year in footerRasmus Steinke
2018-07-18config/File: fix typo in commentMax Kellermann
2018-07-18Makefile.am: upload Sphinx outputMax Kellermann
2018-07-18doc: remove developer.xml, was converted to SphinxMax Kellermann
2018-07-18doc: basic support for SphinxMax Kellermann
Migrating from DocBook to Sphinx. Editing XML is really too cumbersome.
2018-07-18Merge branch 'sphinx' of git://github.com/carnager/MPDMax Kellermann
2018-07-18convert developer docs to restructuredtextRasmus Steinke
2018-07-18config/File: implement the "include" directiveMax Kellermann
This is an experimental draft. More needs to be done.
2018-07-18config/Data: pass new items by rvalue referenceMax Kellermann
2018-07-18config/Data: use std::forward_list to manage params and blocksMax Kellermann
2018-07-18decoder/mad: make "gapless_mp3_playback" a block optionMax Kellermann
Remove another dependency on the config/Global library.
2018-07-18config/Migrate: library to migrate deprecated settingsMax Kellermann
2018-07-18config/Data: add methods AddParam(), AddBlock()Max Kellermann
2018-07-17config/Global: remove unused function config_get_param()Max Kellermann
2018-07-17test/DumpDatabase: use struct ConfigDataMax Kellermann
2018-07-17StateFileConfig: add attribute "restore_paused"Max Kellermann
2018-07-17StateFile: add struct StateFileConfigMax Kellermann
2018-07-17config/Global: remove unused function config_get_block()Max Kellermann
2018-07-17output/MultipleOutputs: use struct ConfigDataMax Kellermann
2018-07-17neighbor/Glue: use struct ConfigDataMax Kellermann
2018-07-17fs/Config: use struct ConfigDataMax Kellermann
2018-07-17client/Global: use struct ConfigDataMax Kellermann
2018-07-17db/Configured: use struct ConfigDataMax Kellermann
2018-07-17pcm/ConfiguredResampler: use struct ConfigDataMax Kellermann
2018-07-17Listen: use struct ConfigDataMax Kellermann
2018-07-17LogInit: use struct ConfigDataMax Kellermann
2018-07-17Permission: use struct ConfigDataMax Kellermann
2018-07-17config/Global: remove unused function config_get_path()Max Kellermann
2018-07-17storage/Configured: use struct ConfigDataMax Kellermann
2018-07-17config/Global: remove unused function config_get_unsigned()Max Kellermann
2018-07-17Main: use struct ConfigDataMax Kellermann
2018-07-17config/Data: move std::chrono parsers from Global.hxxMax Kellermann
2018-07-17Main: add local ConfigData referenceMax Kellermann
2018-07-17ZeroconfGlue: use struct ConfigDataMax Kellermann
2018-07-17db/update/Config: use struct ConfigDataMax Kellermann
2018-07-17db/update/Walk: move UpdateConfig initialization to class UpdateServiceMax Kellermann
2018-07-17db/update/Walk: move configuration to struct UpdateConfigMax Kellermann
2018-07-17tag/Config: use struct ConfigDataMax Kellermann
2018-07-17ReplayGainGlobal: use struct ConfigDataMax Kellermann
2018-07-17PlaylistFile: use struct ConfigDataMax Kellermann