Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-05 | libhtml: fix potential linked list corruption | cinap_lenrek | |
the difficulty is freeing items while parsing because items might already be linked into various linked lists like in docinfo.images or form.fiels. so we link images, tables and formfields to the docinfo as the final step of getitems() pass using the new recursive function linkitems(). as only reachable items get linked theres no danger of dangeling pointers. | |||
2013-09-04 | libhtml: fix memory leaks | cinap_lenrek | |
2013-09-02 | libhtml: fix double free of form action | cinap_lenrek | |
2013-08-03 | libhtml: handle ' character reference | cinap_lenrek | |
the ' is not strickly html, but can appear in xhtml files. | |||
2012-12-31 | fix utf and rune handling in preparation for 32bit runes | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |