summaryrefslogtreecommitdiff
path: root/Userland/Utilities/xml.cpp
AgeCommit message (Expand)Author
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19xml: Port to Core::StreamSam Atkins
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-05-08xml: Avoid UAF in Error return from serenity_main()Ali Mohammad Pur
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur