Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann | 2015-01-26 | 2 | -167/+0 |
| | |||||
* | Merge tag 'v0.18.21' into v0.19.x | Max Kellermann | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | playlist/m3u: recognize the file suffix ".m3u8" | Max Kellermann | 2014-10-26 | 2 | -0/+2 |
| | |||||
* | playlist/extm3u: strip first line for #EXTM3U detection | Max Kellermann | 2014-10-17 | 1 | -2/+6 |
| | |||||
* | Merge tag 'v0.18.16' | Max Kellermann | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Tag: use SignedSongTime for the song duration | Max Kellermann | 2014-08-29 | 3 | -3/+3 |
| | |||||
* | TextInputStream: don't strip | Max Kellermann | 2014-08-07 | 2 | -3/+5 |
| | | | | | Let the caller decide whether to strip. Only remove \n and \r (end-of-line markers). | ||||
* | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 2014-08-07 | 2 | -3/+3 |
| | |||||
* | input/TextInputStream: return char* | Max Kellermann | 2014-08-07 | 3 | -13/+9 |
| | | | | | Revert to the old API before commit e9e55b08, removing unnecessary bloat. | ||||
* | playlist/extm3u: use nullptr instead of NULL | Max Kellermann | 2014-07-30 | 1 | -4/+4 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-09 | 1 | -0/+1 |
| | |||||
* | playlist/plugins/DespotifyPlaylistPlugin: fix build failure due to missing ↵ | Gustavo Zacarias | 2014-07-09 | 1 | -0/+1 |
| | | | | | | stdio.h include Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -2/+2 |
| | | | Replaces the method Close(). | ||||
* | cue/CueParser: move to playlist/ | Max Kellermann | 2014-02-19 | 2 | -2/+2 |
| | |||||
* | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 2014-01-24 | 4 | -4/+4 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 6 | -6/+6 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 20 | -0/+2064 |