summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-25db/Print: move code to PrintSongUris()Max Kellermann
2018-07-25SongFilter: make Item an interfaceMax Kellermann
2018-07-25SongFilter: move code to class StringFilterMax Kellermann
2018-07-25SongFilter: allow dash in tag nameMax Kellermann
2018-07-25util/TimeISO8601: new utility libraryMax Kellermann
2018-07-25util/TimeConvert: new utility libraryMax Kellermann
2018-07-25TimePrint: remove unused time_t overloadMax Kellermann
2018-07-25SongFilter: remove DetachedSong overloadsMax Kellermann
2018-07-25decoder/ffmpeg: skip the av_probe_input_format() callMax Kellermann
2018-07-25input/buffered: fix bogus offset after Seek()Max Kellermann
2018-07-24SongFilter: implement operator "!="Max Kellermann
2018-07-24SongFilter: new extensible filter syntaxMax Kellermann
2018-07-24SongFilter: add ToExpression()Max Kellermann
2018-07-24SongFilter: pass std::string&& to Item constructorMax Kellermann
2018-07-24SongFilter: use std::list::emplace_back()Max Kellermann
2018-07-21SongFilter: basic support for negated itemsMax Kellermann
2018-07-21SongFilter: simplify Parse() loopMax Kellermann
2018-07-21SongFilter: Parse() throws exception on errorMax Kellermann
2018-07-21SongFilter: make internal Parse() overload privateMax Kellermann
2018-07-21SongFilter: remove obsolete prototypeMax Kellermann
2018-07-21SongFilter: make a few methods privateMax Kellermann
2018-07-21SongFilter: convert "tag" to "unsigned"Max Kellermann
2018-07-19fs/io/OutputStream: relicense under BSD-2Max Kellermann
2018-07-18config/File: support wildcards in "include"Max Kellermann
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
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-18config/File: fix typo in commentMax Kellermann
2018-07-18config/File: implement the "include" directiveMax Kellermann
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
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-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