summaryrefslogtreecommitdiff
path: root/src/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-141-18/+10
* Add ability to pause tokenisationVincent Sanders2012-07-101-0/+12
* Remove unused and unneeded extraneous_chunk APIVincent Sanders2012-07-071-35/+0
* Insert data at correct point in input stream.John-Mark Bell2012-07-051-8/+2
* add hubbub_parser_insert_chunkVincent Sanders2012-07-031-0/+27
* Fix broken error checking and return in hubbub_parser_completed.John Mark Bell2009-06-201-5/+12
* Remove hubbub_parser_parse_extraneous_chunk -- this is not supported yet. Sur...John Mark Bell2009-04-041-0/+2
* ConstifyJohn Mark Bell2009-04-041-2/+2
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-041-2/+2
* Ok, let's actually compile the code before committing it.John Mark Bell2009-01-061-0/+1
* Some kind of recovery from not supporting an auto-detected charset. We fall b...John Mark Bell2009-01-061-1/+19
* Fix wrong prototype.François Revel2008-11-301-1/+1
* Fix commentaryJohn Mark Bell2008-11-091-2/+3
* Return errors from parser constructor/destructor. This changes the public API.John Mark Bell2008-11-091-27/+35
* Return errors from treebuilder constructor/destructorJohn Mark Bell2008-11-091-3/+3
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-091-3/+5
* Port hubbub to new lpu APIJohn Mark Bell2008-11-081-3/+4
* Fixup dubious charsetsJohn Mark Bell2008-10-141-2/+19
* Move one step closer to getting encoding changes working.Andrew Sidwell2008-08-111-2/+2
* Move tokeniser.c across to using hubbub_error for return codes, not bools, so...Andrew Sidwell2008-08-091-2/+2
* Make scripting enable flag configurableJohn Mark Bell2008-08-041-0/+7
* Stop pretending Hubbub has an internal encoding.Andrew Sidwell2008-08-021-2/+1
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-49/+21
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-111-0/+7
* Beginnings of a tree builder.John Mark Bell2008-03-071-9/+58
* Warning fixesJohn Mark Bell2007-07-101-0/+2
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+237