| Commit message (Expand) | Author | Files | Lines |
2015-01-22 | ConfigFile: fix typo (parser breakage) | Max Kellermann | 1 | -2/+2 |
2015-01-22 | Config: add section "resampler" | Max Kellermann | 2 | -0/+2 |
2015-01-22 | config/Block: add method IsEmpty() | Max Kellermann | 1 | -0/+5 |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 12 | -270/+406 |
2015-01-21 | config/File: move code to ReadConfigParam() | Max Kellermann | 1 | -73/+82 |
2015-01-21 | fs/io/BufferedReader: count line numbers | Max Kellermann | 1 | -24/+26 |
2015-01-21 | config/File: use FileReader/BufferedReader instead of stdio | Max Kellermann | 1 | -28/+21 |
2015-01-21 | config/Data: assign nullptr during iteration | Max Kellermann | 1 | -2/+3 |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 5 | -64/+74 |
2015-01-21 | config/Param: make "line" signed | Max Kellermann | 1 | -2/+2 |
2015-01-21 | ConfigFile: convert macros to constexpr | Max Kellermann | 1 | -2/+2 |
2015-01-21 | config/Data: add method Clear() | Max Kellermann | 3 | -3/+33 |
2015-01-21 | ConfigData: rename header file | Max Kellermann | 3 | -2/+2 |
2015-01-21 | config/Param: make constructor "explicit" | Max Kellermann | 1 | -1/+1 |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 5 | -79/+108 |
2015-01-21 | ConfigData: rename struct block_param to BlockParam | Max Kellermann | 5 | -14/+14 |
2015-01-21 | ConfigData: move struct block_param to Block.?xx | Max Kellermann | 4 | -61/+113 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 16 | -16/+16 |
2014-12-30 | ConfigData: use nullptr instead of NULL | Max Kellermann | 1 | -2/+2 |
2014-12-09 | ConfigTemplates: use ARRAY_SIZE() | Max Kellermann | 1 | -2/+2 |
2014-12-09 | ConfigParser: make the static arrays "const" | Max Kellermann | 1 | -2/+2 |
2014-12-08 | ConfigGlobal: fix params not fully cleaned | Thomas Guillem | 1 | -0/+1 |
2014-12-04 | ConfigData: update API documentation | Max Kellermann | 1 | -1/+1 |
2014-08-24 | StateFile: configurable interval | Max Kellermann | 2 | -0/+2 |
2014-08-07 | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 1 | -4/+4 |
2014-02-20 | ConfigGlobal: eliminate function config_get_next_param() | Max Kellermann | 2 | -19/+8 |
2014-01-28 | ConfigTemplates: rename "AudioOutput" back to "audio_output" | Max Kellermann | 1 | -1/+1 |
2014-01-28 | output: rename struct audio_output to AudioOutput | Max Kellermann | 1 | -1/+1 |
2014-01-26 | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 2 | -0/+2 |
2014-01-24 | ConfigGlobal: add config_find_block() | Max Kellermann | 2 | -0/+28 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 16 | -0/+1379 |