summaryrefslogtreecommitdiff
path: root/src/raptor_libxml.c
Commit message (Expand)AuthorAgeFilesLines
* Supporess worning to allow YAJL2 to use long long in APIDave Beckett2020-09-071-8/+8
* OpenBSD fixesDave Beckett2015-05-021-12/+8
* Disable GCC -Wformat-literal in a few places using GCC pragmaDave Beckett2014-11-231-12/+22
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-4/+0
* Handle ret->checked field not being presentDave Beckett2012-08-161-0/+7
* (raptor_libxml_resolveEntity): Init entity_input [clang]Dave Beckett2012-05-141-1/+1
* CVE-2012-0037Dave Beckett2012-03-151-4/+105
* Use RAPTOR_BAD_CAST and RAPTOR_GOOD_CASTDave Beckett2011-08-311-12/+12
* Code style change and cleanup for alloc/free macrosDave Beckett2011-07-311-8/+8
* Fixes [CLANG]Dave Beckett2011-05-221-8/+15
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* Check world object is valid for Raptor V2 in every constructorDave Beckett2010-11-211-1/+1
* memcpy replacing more strcpy for known length strings. Check NUL copying.Dave Beckett2010-08-051-15/+23
* Rename raptor_world_flag enum values to remove plural FLAGSDave Beckett2010-03-071-4/+4
* Give raptor_world a flags mechanism for pre-open configurationDave Beckett2010-03-071-4/+4
* Replace error handlers with single log handlerDave Beckett2010-02-261-1/+1
* Adjust raptor_log_level to match log4j levels: add trace, debug, info.Dave Beckett2010-01-171-3/+3
* Initialise libxml generic error with pointer to raptor_worldDave Beckett2010-01-081-7/+4
* Handle new XML_FROM_SCHEMATRONV introduced in libxml 2.6.32 2008-04-08Dave Beckett2010-01-081-1/+8
* libxml generic & structured error saving defaults on.Dave Beckett2010-01-081-48/+61
* raptor_log_error no longer needs/uses error hander/data argsDave Beckett2010-01-081-4/+2
* raptor_log_error_varargs no longer needs/users error handler/data argsDave Beckett2010-01-081-10/+0
* Move libxml init/free code to raptor_libxml_init and raptor_libxml_finishDave Beckett2010-01-081-0/+4
* Removed raptor_libxml_sax_init_error_handlers - no users remain.Dave Beckett2010-01-081-15/+7
* Make libxml error handling save/restore happen once in worldDave Beckett2010-01-081-22/+56
* Alter raptor_new_sax2() to take world and locator not error_handlers.Dave Beckett2010-01-071-10/+10
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-67/+67
* (raptor_libxml_xmlStructuredErrorFunc): Hunt for error_handlers inDave Beckett2009-04-301-2/+18
* (raptor_libxml_init, raptor_libxml_init_sax_error_handlers): InitDave Beckett2009-04-211-1/+3
* (raptor_libxml_xmlStructuredErrorFunc): Use fputs when there is no error hand...Dave Beckett2008-09-061-1/+1
* Refactored raptor logging to use v2 raptor_world functions. Store world point...Lauri Aalto2008-09-031-8/+17
* 2008Dave Beckett2008-06-141-1/+1
* (raptor_libxml_free): Resiliency fix: make sure myDoc is always freed.Lauri Aalto2008-04-141-0/+6
* Added struct raptor_message_handler_closure for user data plus anDave Beckett2008-02-251-13/+13
* Removed writable static data from raptor_libxml.cLauri Aalto2008-02-221-7/+7
* (raptor_libxml_xmlStructuredErrorFunc): Tidy output to say "HTMLDave Beckett2007-07-031-2/+3
* (raptor_libxml_xmlStructuredErrorFunc): For HTTP error only, appendDave Beckett2007-06-101-2/+7
* (raptor_libxml_generic_error): Now external, not static.Dave Beckett2007-06-071-11/+41
* debug bogus pointers not fail temporarilyDave Beckett2007-05-151-2/+6
* (raptor_libxml_init_generic_error_handlers): UseDave Beckett2007-04-271-2/+2
* (raptor_libxml_warning): Update for error_handlers arrays. Also doDave Beckett2007-04-251-24/+40
* (raptor_libxml_call_handler): Removed.Dave Beckett2007-02-121-58/+46
* #if LIBXML_VERSION >= not >Dave Beckett2007-02-121-9/+9
* (raptor_libxml_xmlStructuredErrorFunc): Added for sending libxmlDave Beckett2007-02-111-0/+148
* (raptor_libxml_update_document_locator, raptor_libxml_error_common):Dave Beckett2006-12-111-4/+8
* #ifdef HAVE_XMLSAX2INTERNALSUBSET replaces RAPTOR_LIBXML_XMLSAX2INTERNALSUBSETDave Beckett2006-10-221-1/+1
* redundant declDave Beckett2006-10-061-1/+0
* Make internal error/warning/vargs functions use RAPTOR_PRINTF_FORMAT and fix ...Dave Beckett2006-10-061-10/+16
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-5/+2
* Updates to use new raptor_sax2 handler style. The user data nowDave Beckett2005-09-101-254/+140