Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 20 | -20/+20 | |
2014-12-05 | playlist/soundcloud: drop support for libyajl1 | Max Kellermann | 1 | -35/+4 | |
Require the version 2 which has a more sane API. | |||||
2014-12-04 | playlist, InotifySource, ...: update GLib comments | Max Kellermann | 3 | -3/+3 | |
2014-12-04 | playlist/pls: custom INI parser | Max Kellermann | 1 | -86/+107 | |
Don't use GLib. | |||||
2014-10-26 | playlist/m3u: recognize the file suffix ".m3u8" | Max Kellermann | 2 | -0/+2 | |
2014-10-25 | SongSticker, playlist/soundcloud: add missing stdlib.h include | Max Kellermann | 1 | -0/+1 | |
For free(). | |||||
2014-10-25 | playlist/SoundCloud: don't use GLib for string allocation | Max Kellermann | 1 | -31/+31 | |
2014-10-17 | playlist/extm3u: strip first line for #EXTM3U detection | Max Kellermann | 1 | -2/+6 | |
2014-08-29 | Tag: use SignedSongTime for the song duration | Max Kellermann | 3 | -3/+3 | |
2014-08-07 | TextInputStream: don't strip | Max Kellermann | 2 | -3/+5 | |
Let the caller decide whether to strip. Only remove \n and \r (end-of-line markers). | |||||
2014-08-07 | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 2 | -3/+3 | |
2014-08-07 | input/TextInputStream: return char* | Max Kellermann | 3 | -13/+9 | |
Revert to the old API before commit e9e55b08, removing unnecessary bloat. | |||||
2014-07-30 | playlist/extm3u: use nullptr instead of NULL | Max Kellermann | 1 | -4/+4 | |
2014-07-09 | playlist/plugins/DespotifyPlaylistPlugin: fix build failure due to missing ↵ | Gustavo Zacarias | 1 | -0/+1 | |
stdio.h include Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> | |||||
2014-05-11 | InputStream: add virtual destructor | Max Kellermann | 1 | -2/+2 | |
Replaces the method Close(). | |||||
2014-02-19 | cue/CueParser: move to playlist/ | Max Kellermann | 2 | -2/+2 | |
2014-01-24 | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 4 | -4/+4 | |
2014-01-24 | Input*: move to input/ | Max Kellermann | 6 | -6/+6 | |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -1/+1 | |
2014-01-23 | playlist/*: move to playlist/plugins/ | Max Kellermann | 20 | -0/+2064 | |