summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-37/+62
* Remove hubbub_parser_parse_extraneous_chunk -- this is not supported yet. Sur...John Mark Bell2009-04-041-4/+0
* ConstifyJohn Mark Bell2009-04-041-2/+2
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-043-4/+4
* Move tree callback definitions into tree.hJohn Mark Bell2009-04-042-218/+218
* Move hubbub_error_from_string into testutils.h and remove it from the library.John Mark Bell2009-04-041-2/+0
* Improve documentation of tree handler APIs.John Mark Bell2009-01-101-18/+157
* Use doxygen to create API documentation.John Mark Bell2009-01-083-26/+26
* Port to changed lpu API.John Mark Bell2009-01-061-3/+2
* Convert PARSERUTILS_BADENCODING into HUBBUB_BADENCODINGJohn Mark Bell2008-11-091-1/+2
* Return errors from parser constructor/destructor. This changes the public API.John Mark Bell2008-11-091-3/+3
* Fixup dubious charsetsJohn Mark Bell2008-10-141-1/+2
* Purge redundant APIJohn Mark Bell2008-09-251-4/+0
* Report errors from libparserutils better.Andrew Sidwell2008-09-241-0/+2
* Move one step closer to getting encoding changes working.Andrew Sidwell2008-08-111-5/+4
* Make the encoding change callback send the textual name rather than the miben...Andrew Sidwell2008-08-101-1/+1
* Add <meta charset> support in the treebuilder.Andrew Sidwell2008-08-103-0/+7
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-0/+1
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-091-1/+2
* Move tokeniser.c across to using hubbub_error for return codes, not bools, so...Andrew Sidwell2008-08-091-5/+6
* Er yes. Let's commit the headers, too, shall we?John Mark Bell2008-08-051-0/+3
* Stop pretending Hubbub has an internal encoding.Andrew Sidwell2008-08-021-1/+1
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-313-22/+1
* Export a hubbub_doctype type to create_doctype() directly, rather than passin...Andrew Sidwell2008-07-111-2/+2
* Add an explict null namespace to hubbub_ns.Andrew Sidwell2008-07-091-0/+1
* Add namespaces to attributes, too.Andrew Sidwell2008-06-261-12/+13
* Add the basics of namespace support.Andrew Sidwell2008-06-261-0/+13
* Commit the relevant header files for r4354-r4356.Andrew Sidwell2008-06-161-1/+9
* Implement "in body" insertion mode.John Mark Bell2008-04-072-7/+34
* hubbub_strings may now be either an offset into the data buffer or a pointer ...John Mark Bell2008-03-211-1/+10
* More treebuilder (really 8.2.4.8 this time)John Mark Bell2008-03-112-0/+7
* More treebuilder (8.2.4.8)John Mark Bell2008-03-113-2/+11
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-113-5/+14
* Beginnings of a tree builder.John Mark Bell2008-03-073-2/+96
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-235-0/+270