summaryrefslogtreecommitdiff
path: root/src/raptor_rdfxml.c
Commit message (Expand)AuthorAgeFilesLines
* Fix internal ICU string NFC check to convert to UTF-16 firsttDave Beckett2022-06-061-6/+4
* Portability fixes for C11 and newer clangDave Beckett2017-01-081-0/+3
* Replace type %d (for enums) with %u in error messages (-Wformat)Dave Beckett2014-11-241-3/+3
* Enable -Wformat=2 for gcc and fix thatDave Beckett2014-11-221-25/+29
* Use __FUNCTION__ (c99) replacing __func__ (c90)Dave Beckett2014-10-091-4/+4
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-5/+0
* (raptor_rdfxml_element_content_type_as_string): LAST is not validDave Beckett2012-08-141-1/+2
* Fixed some rdfxml parser memory leaks / double freesDave Beckett2012-05-211-0/+2
* Broaden range of RDF/XML entity recognizing heuristicDave Beckett2012-05-211-2/+2
* (raptor_rdfxml_parse_terminate): Fixed leaks when freeing rdf_xml_parserDave Beckett2012-05-211-0/+15
* CVE-2012-0037Dave Beckett2012-03-151-0/+3
* Use ICU to check for Unicode NFCDave Beckett2012-03-111-5/+7
* Remove expat supportDave Beckett2012-02-041-2/+2
* (raptor_sax2_set_uri_filter): Added to filter for SAX2Dave Beckett2012-01-291-1/+4
* Add RAPTOR_OPTION_NO_FILE to deny internal file requestsDave Beckett2012-01-291-1/+4
* Added W3C Format URIs to the parser and serialiser syntax descriptions.Nicholas J Humfrey2011-10-131-1/+2
* Use RAPTOR_BAD_CAST and RAPTOR_GOOD_CASTDave Beckett2011-08-311-1/+1
* Code style for comparing a possibly undefined macro to a valueDave Beckett2011-08-271-1/+1
* Code style change and cleanup for alloc/free macrosDave Beckett2011-07-311-31/+29
* Fixes [CLANG]Dave Beckett2011-05-221-8/+1
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* Update parsers and serializers to use uri_strings for syntax description.Dave Beckett2010-12-291-2/+6
* Move generate ID code from raptor_parser to raptor_world classDave Beckett2010-08-041-24/+10
* raptor_term blank is now a new typedef raptor_term_blank_value with length fi...Dave Beckett2010-05-161-6/+6
* raptor_syntax_description need_base_uri now raptor_syntax_bitflags enum.Dave Beckett2010-04-171-1/+1
* Removed writable static data.Lauri Aalto2010-04-061-2/+2
* Implement emit graph marks for rdfxml parser.Dave Beckett2010-03-271-3/+18
* Use raptor_syntax_description inside raptor_parser_factoryDave Beckett2010-03-261-7/+7
* Update parsers to register mime types countDave Beckett2010-03-261-1/+5
* Alter parser registration to be more static and declarative.Dave Beckett2010-03-251-10/+15
* (raptor_world_register_parser_factory): Renamed from raptor_parser_register_f...Dave Beckett2010-03-251-1/+1
* Update sax2 set options (there is no get) to use generic code.Dave Beckett2010-03-091-2/+2
* Update xml writer set/get option API to use generic codeDave Beckett2010-03-091-1/+2
* Move per-parser-project options into a raptor_object_options type.Dave Beckett2010-03-091-21/+21
* (raptor_unicode_check_utf8_nfc_string): Renamed from raptor_utf8_is_nfc()Dave Beckett2010-02-181-5/+6
* Made daml_namespace_uri_string_len const.Lauri Aalto2010-02-091-1/+1
* Rename feature to optionDave Beckett2010-02-051-25/+25
* Rename raptor_new_term_from_term to raptor_term_copyDave Beckett2010-02-031-6/+6
* Create a new set for checking for duplicate rdf:ID at start of every parse.Dave Beckett2010-01-301-5/+13
* When creating new URIs or terms, free allocated values early.Dave Beckett2010-01-241-18/+46
* Create daml namespaces from counted string URIsDave Beckett2010-01-231-1/+6
* Always take a copy of world concepts so they are consitently freedDave Beckett2010-01-201-8/+5
* Use rdf namespace raptor_terms to reduce raptor_term creations in parsers.Dave Beckett2010-01-201-71/+52
* Code style fixes - indenting, whitespace, add vars to break long lines.Dave Beckett2010-01-181-69/+159
* Update rdf namespace concepts to add PlainLiteral, share across parsersDave Beckett2010-01-181-226/+37
* Change raptor_new_term_from_blank calling semantics to copy id inside.Dave Beckett2010-01-181-24/+30
* Change raptor_new_term_from_literal calling semantics to copy inside.Dave Beckett2010-01-181-53/+16
* Rename RDF ns-checking functions and document their returnsDave Beckett2010-01-181-31/+72
* Set raptor_rdf_ns_terms_info as unsigned int 1 bit so bool worksDave Beckett2010-01-181-4/+4
* Adjust raptor_rdf_ns_terms_info fields: reorder, make positive and use bitfieldsDave Beckett2010-01-181-40/+48