aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/html/html_entities.cxx
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-1/+1
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-2182/+2195
* [Rework] Use another version of hash table from the same authorVsevolod Stakhov2022-07-171-4/+4
* [Minor] Escape \uFFFD in the sourcesVsevolod Stakhov2021-09-171-3/+3
* [Minor] Fix order of checksVsevolod Stakhov2021-07-211-3/+3
* [Minor] Switch from head state on meaningful tagsVsevolod Stakhov2021-07-131-2/+2
* [Minor] Add helper to decode entities in an std::stringVsevolod Stakhov2021-07-091-0/+7
* [Minor] Fix entities with space decodingVsevolod Stakhov2021-07-071-1/+6
* [Minor] Fix off-by-one readVsevolod Stakhov2021-07-071-3/+3
* [Minor] Fix entities unit testsVsevolod Stakhov2021-06-261-3/+3
* [Project] Html: More spaces logic fixesVsevolod Stakhov2021-06-241-0/+7
* [Minor] Another try to fix long compile timeVsevolod Stakhov2021-06-241-6/+6
* [Minor] Another try to reduce compile time using broken toolsetVsevolod Stakhov2021-06-231-3/+4
* [Minor] Reduce template overload by switching to vectorVsevolod Stakhov2021-06-231-3/+3
* [Minor] Some more fixes to spaces normalisationVsevolod Stakhov2021-06-231-9/+5
* [Minor] Workaround for old libicu (docs in libicu are still wrong)Vsevolod Stakhov2021-06-231-1/+1
* [Minor] Another set of fixes in the spaces normalisationVsevolod Stakhov2021-06-231-0/+23
* [Test] Rework some tests to subcasesVsevolod Stakhov2021-06-201-1/+1
* [Minor] Use separate htb for heuristical elements in entitiesVsevolod Stakhov2021-06-191-6/+20
* [Minor] Html entities seem like a big anecdote, enable bug-to-bug compat with...Vsevolod Stakhov2021-06-191-88/+92
* [Project] Html: Add more tests cases and fix some more corner issuesVsevolod Stakhov2021-06-191-38/+43
* [Fix] Finally rework parsing entities logicVsevolod Stakhov2021-06-191-123/+229
* [Project] Html: Allow decode entities function to normalise spacesVsevolod Stakhov2021-06-181-12/+78
* [Rework] Move and adopt entities handling logicVsevolod Stakhov2021-05-211-0/+2397