<feed xmlns='http://www.w3.org/2005/Atom'>
<title>html-parser, branch master</title>
<subtitle>A small html parser written in ANSI C that doesn't perform any dynamic allocation and neither copies any memory</subtitle>
<id>http://git.dec05eba.com/html-parser/atom/?h=master</id>
<link rel='self' href='http://git.dec05eba.com/html-parser/atom/?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/'/>
<updated>2025-03-04T21:54:10Z</updated>
<entry>
<title>Convert into a meson project</title>
<updated>2025-03-04T21:54:10Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2025-03-04T21:54:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/commit/?id=3cf44ec7fba308a4b33b0486545b33e334bed747'/>
<id>urn:sha1:3cf44ec7fba308a4b33b0486545b33e334bed747</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add todo</title>
<updated>2024-06-19T20:06:10Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2024-06-19T20:06:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/commit/?id=ec0e71c259d5aa8be7b8456509b5617d27742b66'/>
<id>urn:sha1:ec0e71c259d5aa8be7b8456509b5617d27742b66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warning</title>
<updated>2023-07-13T21:18:08Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2023-07-13T21:18:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/commit/?id=5ea469de363ab319f1cf0707c56bf31652877958'/>
<id>urn:sha1:5ea469de363ab319f1cf0707c56bf31652877958</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix infinite loop on end of line on identifier</title>
<updated>2022-11-08T20:56:16Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2022-11-08T20:56:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/commit/?id=66ec83b862ea2a8dbda1c1f3663af88a8d12d9bc'/>
<id>urn:sha1:66ec83b862ea2a8dbda1c1f3663af88a8d12d9bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call callback even if text only contains whitespace</title>
<updated>2022-11-06T12:51:09Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2022-11-06T12:50:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/commit/?id=684a3bc56d5c40ed3eb54ca263751fa4724e73fa'/>
<id>urn:sha1:684a3bc56d5c40ed3eb54ca263751fa4724e73fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dependency on string.h, make string case insensitive equals public</title>
<updated>2021-09-15T15:18:51Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2021-09-15T15:18:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/commit/?id=fe3993c221a604f5fb9f7ef1ba6179740cbf9173'/>
<id>urn:sha1:fe3993c221a604f5fb9f7ef1ba6179740cbf9173</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix test</title>
<updated>2021-07-24T11:55:59Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2021-07-24T11:55:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/commit/?id=2666c5618f0ba2cb885e484523d2261d938d119c'/>
<id>urn:sha1:2666c5618f0ba2cb885e484523d2261d938d119c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Javascript string doesn't escape script end tag, so dont escape that. Fixes some websites</title>
<updated>2021-07-19T16:49:04Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2021-07-19T16:49:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/commit/?id=199ca9297d2ef4ff58db4b0c948eb384deceb610'/>
<id>urn:sha1:199ca9297d2ef4ff58db4b0c948eb384deceb610</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix script tag not getting closed until the end</title>
<updated>2021-07-19T16:25:31Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2021-07-19T16:25:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/commit/?id=8d40850ffd52100aa51f9dc7814cc7b334381c32'/>
<id>urn:sha1:8d40850ffd52100aa51f9dc7814cc7b334381c32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix attribute value without quote (first char was skipped)</title>
<updated>2021-07-03T16:31:49Z</updated>
<author>
<name>dec05eba</name>
<email>dec05eba@protonmail.com</email>
</author>
<published>2021-07-03T16:31:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dec05eba.com/html-parser/commit/?id=11d3632fe4508bfd2f668b7b1c4d75a88cd6449d'/>
<id>urn:sha1:11d3632fe4508bfd2f668b7b1c4d75a88cd6449d</id>
<content type='text'>
</content>
</entry>
</feed>
