aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagFile.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* TagFile: convert suffix to UTF-8Max Kellermann2015-03-051-2/+4
* fs/Path: add method GetSuffix()Max Kellermann2015-03-011-1/+1
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* TagFile: use OpenLocalInputStream()Max Kellermann2014-10-021-3/+4
* InputStream: add virtual destructorMax Kellermann2014-05-111-2/+1
* DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann2014-02-071-1/+1
* Input*: move to input/Max Kellermann2014-01-241-1/+1
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-2/+2
* copyright year 2014Max Kellermann2014-01-131-1/+1
* InputStream: add static method OpenReady()Max Kellermann2013-12-291-3/+3
* TagFile: rewind the stream before trying the next pluginMax Kellermann2013-12-291-1/+2
* TagFile: pass reference instead of pointerMax Kellermann2013-12-291-4/+2
* TagFile: use decoder_plugins_try()Max Kellermann2013-12-291-41/+54
* TagFile: use Path instead of const char *Max Kellermann2013-10-261-5/+7
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-4/+4
* InputStream: add method Rewind()Max Kellermann2013-10-231-2/+1
* DecoderPlugin: move functions into the structMax Kellermann2013-10-211-5/+4
* TagFile: use IgnoreError()Max Kellermann2013-10-211-4/+2
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-1/+1
* *: use references instead of pointersMax Kellermann2013-10-191-2/+2
* *: use nullptr instead of NULLMax Kellermann2013-10-191-11/+11
* thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann2013-10-171-0/+1
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-6/+5
* util/Error: new error passing libraryMax Kellermann2013-09-041-3/+7
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
* uri: convert to C++Max Kellermann2013-04-081-5/+1
* decoder_list: convert to C++Max Kellermann2013-01-301-1/+1
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-10/+4
* tag_file: convert to C++Max Kellermann2013-01-261-0/+94