summaryrefslogtreecommitdiff
path: root/src/raptor_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Lower min syntax guess score to Q 0.2Dave Beckett2012-06-191-1/+1
* Be conservative in guessing syntax - scoring too low is a failure.Dave Beckett2012-06-191-5/+9
* Raptor locator accessor for guess parserDave Beckett2012-06-131-1/+4
* Pass in log level to parser error helperDave Beckett2012-06-071-7/+10
* (raptor_new_parser): Set default strictnessDave Beckett2012-02-041-0/+4
* (raptor_object_options_init): Move default option settings hereDave Beckett2012-02-041-9/+0
* Add options for controlling SSL certificate verifyingDave Beckett2012-02-041-2/+17
* Code style for comparing a possibly undefined macro to a valueDave Beckett2011-08-271-5/+5
* Code style change and cleanup for alloc/free macrosDave Beckett2011-07-311-19/+15
* Implement WWW feching SSL client certificate optionsDave Beckett2011-07-251-0/+13
* Move parser buffer from stack to parser object (reducing call stack size)Dave Beckett2011-07-241-16/+8
* Fixes for building in RAPTOR_DEBUG > 2 modeDave Beckett2011-05-191-4/+3
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* autodocsDave Beckett2011-03-141-1/+4
* (raptor_world_guess_parser_name): Fix guessing by URIDave Beckett2010-12-291-2/+2
* Restore array counts to syntax description. Pull out common validation.Dave Beckett2010-12-291-21/+3
* Update parsers and serializers to use uri_strings for syntax description.Dave Beckett2010-12-291-12/+16
* Check world object is valid for Raptor V2 in every constructorDave Beckett2010-11-211-2/+2
* Added N-Quads parser.Dave Beckett2010-10-221-0/+4
* Move generate ID code from raptor_parser to raptor_world classDave Beckett2010-08-041-181/+0
* Added libyajl library checking and json parser building to automakeNicholas J Humfrey2010-06-261-0/+4
* code style: replace strncpy with memcpy - never need strncpy zero-checking/fi...Dave Beckett2010-05-141-9/+9
* autodocsDave Beckett2010-05-041-2/+2
* Renamed typedefs ending in _function to _handler.Dave Beckett2010-05-021-1/+1
* Replaced raptor_parser_set_strict() with RAPTOR_OPTION_STRICTDave Beckett2010-04-281-6/+14
* Make all raptor object destructors handle NULL object pointer.Dave Beckett2010-04-241-1/+2
* Make all constructors check for non-NULL args/world and call raptor_world_open()Dave Beckett2010-04-171-1/+24
* raptor_syntax_description need_base_uri now raptor_syntax_bitflags enum.Dave Beckett2010-04-171-1/+1
* (raptor_world_get_parser_description,raptor_world_get_serializer_description)...Lauri Aalto2010-04-061-1/+1
* Removed whitespace from "*/*;q = 0.1" which isn't allowed by RFC2616 Section ...Nicholas J Humfrey2010-04-041-5/+6
* Added raptor_parser_parse_iostream() to parse from an iostreamDave Beckett2010-03-271-0/+42
* (raptor_parser_start_graph, raptor_parser_end_graph): Use emit_graph_marks flag.Dave Beckett2010-03-271-0/+6
* Add internal raptor_parser flag emit_graph_marks default set.Dave Beckett2010-03-271-1/+5
* save editor before commit!Dave Beckett2010-03-271-1/+1
* (raptor_parser_copy_flags_state): Added to copy flags to/from parsers.Dave Beckett2010-03-271-2/+18
* (raptor_parser_copy_user_state): Copy failed, emitted_default_graph bit flags.Dave Beckett2010-03-271-0/+4
* Added raptor_parser_get_graph() and factory methodDave Beckett2010-03-271-0/+20
* Updated graph mark handler mechanism in a stream of triplesDave Beckett2010-03-271-9/+29
* code styleDave Beckett2010-03-261-7/+8
* autodocsDave Beckett2010-03-261-22/+19
* autodocsDave Beckett2010-03-261-1/+4
* Syntax description replaces parser enumeration and get desc methods.Dave Beckett2010-03-261-65/+22
* Use raptor_syntax_description inside raptor_parser_factoryDave Beckett2010-03-261-31/+31
* Check and use mime_types_count field.Dave Beckett2010-03-261-3/+9
* wsDave Beckett2010-03-261-3/+3
* Remove raptor_parser_simple_error - only used once.Dave Beckett2010-03-261-29/+0
* wsDave Beckett2010-03-261-7/+7
* code styleDave Beckett2010-03-261-20/+27
* Alter parser registration to be more static and declarative.Dave Beckett2010-03-251-231/+87
* (raptor_world_register_parser_factory): Renamed from raptor_parser_register_f...Dave Beckett2010-03-251-2/+2