Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-13Re-escape HTML data after HtmlcleanBrendan Long
2019-07-13Add tests for htmlcleanBrendan Long
2019-02-20Remove indented empty linesBrendan Long
2019-02-20Assume XML docs are UTF-8 in libnxmlBrendan Long
2019-02-20Add braces around all if/else/while/etc statementsBrendan Long
2019-02-09Fix #853: use dc:creator tag for author, author tag for author emailSimon Jacobs
2018-12-28Run Vala code though UncrustifyBrendan Long
2018-11-29Deduplicate shared libraries between local and decsync backendsAldo Gunsing
2018-08-30htmlclean: Add back the fuzz test inputsBrendan Long
2018-08-30htmlclean: Add a main function for easier testing / fuzzingBrendan Long
2018-08-30htmlclean: Better duplicate char skippingBrendan Long
2018-08-29Add "htmlclean" using Gumbo parserBrendan Long
2018-08-29Remove libvilistextumBrendan Long
2018-08-29libvilistextum: Turn on more testsBrendan Long
2018-08-26vilistextum: Add test that empty string stays empty stringBrendan Long
2018-08-26libvilistextum: Add testsBrendan Long
2018-08-26libvilistextum: Remove broken AFL testBrendan Long
2018-08-25libvilistexum: Fix more isalnums to iswalnumBrendan Long
2018-08-25libvilistextum: Fix uninitialized variable use in fileioBrendan Long
2018-08-25libvilistextum: Use iswalpha for wcharBrendan Long
2018-08-25libvilistextum: Use iswspace instead of isspace for wcharBrendan Long
2018-08-25libvilistextum: Simplify a reallocBrendan Long
2018-08-25libvilistextum: Fix infinite loop in DOCTYPEBrendan Long
2018-08-25libvilistextum: Fix infinite loop in friss_kommentarBrendan Long
2018-08-25libvilistextum: Fix infinite loop in <hr>Brendan Long
2018-08-25libvilistextum: Fix infinite loop in HTML tagsBrendan Long
2018-08-25libvilistexum: Don't put back EOFBrendan Long
2018-08-25libVilistextum: Add infrastructure for american fuzzy lopBrendan Long
2018-04-28Add a lock around libvilistextumBrendan Long
2018-04-26Fix warning in libvilistextumBrendan Long
2018-04-25switch to meson build systemJan Lukas Gernert