index
:
delta/raptor.git
appveyor
master
raptor1
streaming-parser
github.com: dajobe/raptor.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
raptor_parse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lower min syntax guess score to Q 0.2
Dave Beckett
2012-06-19
1
-1
/
+1
*
Be conservative in guessing syntax - scoring too low is a failure.
Dave Beckett
2012-06-19
1
-5
/
+9
*
Raptor locator accessor for guess parser
Dave Beckett
2012-06-13
1
-1
/
+4
*
Pass in log level to parser error helper
Dave Beckett
2012-06-07
1
-7
/
+10
*
(raptor_new_parser): Set default strictness
Dave Beckett
2012-02-04
1
-0
/
+4
*
(raptor_object_options_init): Move default option settings here
Dave Beckett
2012-02-04
1
-9
/
+0
*
Add options for controlling SSL certificate verifying
Dave Beckett
2012-02-04
1
-2
/
+17
*
Code style for comparing a possibly undefined macro to a value
Dave Beckett
2011-08-27
1
-5
/
+5
*
Code style change and cleanup for alloc/free macros
Dave Beckett
2011-07-31
1
-19
/
+15
*
Implement WWW feching SSL client certificate options
Dave Beckett
2011-07-25
1
-0
/
+13
*
Move parser buffer from stack to parser object (reducing call stack size)
Dave Beckett
2011-07-24
1
-16
/
+8
*
Fixes for building in RAPTOR_DEBUG > 2 mode
Dave Beckett
2011-05-19
1
-4
/
+3
*
Switch to raptor2.h as main header. raptor.h includes it
Dave Beckett
2011-04-26
1
-1
/
+1
*
autodocs
Dave Beckett
2011-03-14
1
-1
/
+4
*
(raptor_world_guess_parser_name): Fix guessing by URI
Dave Beckett
2010-12-29
1
-2
/
+2
*
Restore array counts to syntax description. Pull out common validation.
Dave Beckett
2010-12-29
1
-21
/
+3
*
Update parsers and serializers to use uri_strings for syntax description.
Dave Beckett
2010-12-29
1
-12
/
+16
*
Check world object is valid for Raptor V2 in every constructor
Dave Beckett
2010-11-21
1
-2
/
+2
*
Added N-Quads parser.
Dave Beckett
2010-10-22
1
-0
/
+4
*
Move generate ID code from raptor_parser to raptor_world class
Dave Beckett
2010-08-04
1
-181
/
+0
*
Added libyajl library checking and json parser building to automake
Nicholas J Humfrey
2010-06-26
1
-0
/
+4
*
code style: replace strncpy with memcpy - never need strncpy zero-checking/fi...
Dave Beckett
2010-05-14
1
-9
/
+9
*
autodocs
Dave Beckett
2010-05-04
1
-2
/
+2
*
Renamed typedefs ending in _function to _handler.
Dave Beckett
2010-05-02
1
-1
/
+1
*
Replaced raptor_parser_set_strict() with RAPTOR_OPTION_STRICT
Dave Beckett
2010-04-28
1
-6
/
+14
*
Make all raptor object destructors handle NULL object pointer.
Dave Beckett
2010-04-24
1
-1
/
+2
*
Make all constructors check for non-NULL args/world and call raptor_world_open()
Dave Beckett
2010-04-17
1
-1
/
+24
*
raptor_syntax_description need_base_uri now raptor_syntax_bitflags enum.
Dave Beckett
2010-04-17
1
-1
/
+1
*
(raptor_world_get_parser_description,raptor_world_get_serializer_description)...
Lauri Aalto
2010-04-06
1
-1
/
+1
*
Removed whitespace from "*/*;q = 0.1" which isn't allowed by RFC2616 Section ...
Nicholas J Humfrey
2010-04-04
1
-5
/
+6
*
Added raptor_parser_parse_iostream() to parse from an iostream
Dave Beckett
2010-03-27
1
-0
/
+42
*
(raptor_parser_start_graph, raptor_parser_end_graph): Use emit_graph_marks flag.
Dave Beckett
2010-03-27
1
-0
/
+6
*
Add internal raptor_parser flag emit_graph_marks default set.
Dave Beckett
2010-03-27
1
-1
/
+5
*
save editor before commit!
Dave Beckett
2010-03-27
1
-1
/
+1
*
(raptor_parser_copy_flags_state): Added to copy flags to/from parsers.
Dave Beckett
2010-03-27
1
-2
/
+18
*
(raptor_parser_copy_user_state): Copy failed, emitted_default_graph bit flags.
Dave Beckett
2010-03-27
1
-0
/
+4
*
Added raptor_parser_get_graph() and factory method
Dave Beckett
2010-03-27
1
-0
/
+20
*
Updated graph mark handler mechanism in a stream of triples
Dave Beckett
2010-03-27
1
-9
/
+29
*
code style
Dave Beckett
2010-03-26
1
-7
/
+8
*
autodocs
Dave Beckett
2010-03-26
1
-22
/
+19
*
autodocs
Dave Beckett
2010-03-26
1
-1
/
+4
*
Syntax description replaces parser enumeration and get desc methods.
Dave Beckett
2010-03-26
1
-65
/
+22
*
Use raptor_syntax_description inside raptor_parser_factory
Dave Beckett
2010-03-26
1
-31
/
+31
*
Check and use mime_types_count field.
Dave Beckett
2010-03-26
1
-3
/
+9
*
ws
Dave Beckett
2010-03-26
1
-3
/
+3
*
Remove raptor_parser_simple_error - only used once.
Dave Beckett
2010-03-26
1
-29
/
+0
*
ws
Dave Beckett
2010-03-26
1
-7
/
+7
*
code style
Dave Beckett
2010-03-26
1
-20
/
+27
*
Alter parser registration to be more static and declarative.
Dave Beckett
2010-03-25
1
-231
/
+87
*
(raptor_world_register_parser_factory): Renamed from raptor_parser_register_f...
Dave Beckett
2010-03-25
1
-2
/
+2
[next]