summaryrefslogtreecommitdiff
path: root/plparse
Commit message (Expand)AuthorAgeFilesLines
* plparser: Fix TotemPlParserMetadata in bindingsBastien Nocera2022-06-211-2/+2
* tests: Test retval of cancelled parsesBastien Nocera2022-06-211-0/+44
* tests: Move AsyncParseData earlierBastien Nocera2022-06-211-7/+6
* plparser: Fix return value from cancelled callsBastien Nocera2022-06-201-1/+13
* plparser: Fix retval when guard are triggeredBastien Nocera2022-06-201-2/+2
* podcast: Fix deprecation warningsBastien Nocera2022-02-111-2/+2
* plparser: Fix g_once_init_enter() warningsBastien Nocera2022-02-111-2/+2
* tests: Split podcast testsBastien Nocera2022-02-113-601/+649
* tests: Split some utilitiesBastien Nocera2022-02-114-293/+350
* tests: Add SPDX headerBastien Nocera2022-02-111-0/+6
* tests: Add itunes genre ( <itunes:category> ) support for podcast rss feedscrvi2021-09-152-0/+59
* podcast: Add itunes genre ( <itunes:category> ) support for podcast rss feedscrvi2021-09-153-2/+101
* plparser: Fix uninitialized variable errorDavid GUGLIELMI2021-07-221-1/+1
* tests: Do not check for videosite links unless requestedcrvi2021-06-254-1/+1220
* podcast: Do not check for videosite links unless requestedBastien Nocera2021-06-252-3/+9
* plparser: Export recursion property internallyBastien Nocera2021-06-242-0/+7
* tests: Add invalid charset RSS testcrvi2021-06-242-0/+119
* plparser: Print illegal char byte sequence info during utf-8 conversion errorcrvi2021-06-241-4/+18
* plparser: Print guessed encoding of xml documentcrvi2021-06-241-0/+2
* plparser: Fix uninitialized variable errorscrvi2021-06-241-2/+2
* all: Remove quvi dependencyBastien Nocera2021-06-233-205/+0
* tests: Remove quvi dependency in testsBastien Nocera2021-06-232-15/+64
* podcast: Pass debug to videosite helperBastien Nocera2021-06-231-4/+4
* tests: Fix detection of XML formats with whitespace separatorscrvi2021-04-234-3/+334
* podcast: Remove newline check in rss xml doc namecrvi2021-04-231-2/+1
* podcast: Fix detection of XML formats with whitespace separatorscrvi2021-04-231-30/+28
* tests: fix garbage in CDATA values for shorter textscrvi2021-04-242-0/+82
* core: fix garbage in CDATA values for shorter textscrvi2021-04-241-0/+1
* tests: Save playlist title to xspf filecrvi2021-04-231-0/+62
* xspf: Save playlist title to xspf filecrvi2021-04-231-3/+11
* podcast: Print itms JSON file in debugBastien Nocera2021-04-231-0/+3
* podcast: Add missing linefeed in debug outputBastien Nocera2021-04-231-1/+1
* tests: Enable debug by default in testsBastien Nocera2021-04-231-0/+2
* tests: Fix invalid UTF-8 RSS testBastien Nocera2021-03-041-0/+4
* plparser: Detect character encoding when UTF-8 validation failsBastien Nocera2021-03-041-2/+36
* plparser: Validate UTF-8 before returning itBastien Nocera2021-03-041-2/+8
* plparser: Ignore case for UTF-8 encoding check in XML documentscrvi2021-03-041-1/+1
* plparser: Print the origin encoding when converting to UTF-8Bastien Nocera2021-03-041-1/+2
* Revert "plparser: Ignore case for UTF-8 encoding check in XML documents"Bastien Nocera2021-03-041-1/+1
* plparser: Simplify error pathsBastien Nocera2021-03-041-8/+3
* plparser: Print the UTF-8 conversion errorBastien Nocera2021-03-041-2/+3
* tests: Ignore case for UTF-8 encoding check in XML documentscrvi2021-03-042-0/+90
* plparser: Ignore case for UTF-8 encoding check in XML documentscrvi2021-03-041-1/+1
* tests: Add content type metadata field for feedscrvi2021-03-033-2/+68
* podcast: Handle missing rel property for link nodecrvi2021-03-031-0/+4
* podcast: Add content type metadata field for feedscrvi2021-03-031-0/+3
* tests: Add test for XML trailing space bugBastien Nocera2021-03-022-0/+127
* core: Ignore trailing spaces in element namesBastien Nocera2021-03-021-2/+11
* core: Add state names to debug in XML parserBastien Nocera2021-03-022-13/+59
* core: Make it easier to print XML parsing debugBastien Nocera2021-03-022-0/+16