aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-24Don't call serd_strlen for append_string (which is only used on internal ASCI...David Robillard1-10/+7
2011-05-19Express inlining information via statement flags rather than node types.David Robillard2-105/+122
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard4-69/+241
2011-05-16Mention - for stdin in help message.David Robillard1-1/+2
2011-05-15Remove dead code found by clang static analyser.David Robillard2-8/+8
2011-05-15Print (stdin) as file in error messages when reading stdinDavid Robillard1-1/+1
2011-05-12Fix out of bounds array indexing.David Robillard1-1/+1
2011-05-12Fix URI resolution off-by-one.David Robillard1-1/+1
2011-05-12Abort when given an invalid base URI.David Robillard1-0/+1
2011-05-12Use conventional string lengths not including NULL terminatorDavid Robillard4-55/+55
2011-05-12Only abbreviate rdf:type to "a" in predicate position.David Robillard1-12/+13
2011-05-12Tidy.David Robillard1-2/+2
2011-05-12Print newline after @prefix statements.David Robillard1-0/+5
2011-05-12Correctly abbreviate repeated inline blank node objects ("] , [").David Robillard1-6/+19
2011-05-11Fix crash when setting an identical namespace prefix.David Robillard2-2/+3
2011-05-11Create SerdNodeFlags typedef for flags.David Robillard3-48/+44
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard5-64/+100
2011-05-09Improve documentation and const-correctness.David Robillard1-3/+3
2011-05-06Make writer methods directly compatible with reader callbacks.David Robillard2-72/+35
2011-05-06Merge SerdEnv and SerdReadState.David Robillard3-121/+96
2011-05-05Tidy.David Robillard3-28/+28
2011-05-05Remove datatype and lang from internal Node struct (use less stack space).David Robillard1-58/+76
2011-05-05Replace strlen of string constants with sizeof.David Robillard1-3/+3
2011-05-05Fix comments mangled by search/replace.David Robillard1-3/+3
2011-05-05Make serd_read_state_get_base_uri return a pointer.David Robillard2-12/+14
2011-05-04Fix too-short buffer.David Robillard1-1/+1
2011-04-30Use descriptive return codes instead of boolDavid Robillard6-74/+63
2011-04-30Consistent error messagesDavid Robillard4-14/+14
2011-04-27Don't hide pointers in typedefs.David Robillard4-119/+118
2011-04-24Fix reader memory stack use and verify read_object fully clears its stack.David Robillard3-33/+66
2011-04-23Fix stack memory leak (unbounded memory increasing per read triple, oops).David Robillard1-3/+5
2011-04-23Improve node struct alignmentDavid Robillard2-5/+5
2011-04-23Fix parsing of language tags with several hyphens.David Robillard1-1/+1
2011-04-23Tidy.David Robillard7-7/+0
2011-04-23Fix crazy define name.David Robillard1-5/+5
2011-04-22Fix license header (awk oops).David Robillard7-7/+7
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard7-140/+84
2011-04-16Update copyright headersDavid Robillard3-3/+2
2011-03-28Fix serdi on Windows (support file:///C:/... URIs)David Robillard1-0/+5
2011-03-19Fix references to old license.David Robillard1-2/+1
2011-03-02Shrink.David Robillard1-2/+0
2011-03-02Fix parsing several files/strings with the same parser.David Robillard1-0/+26
2011-02-25Abstract common read state tracking code (SerdReadState) to make user code le...David Robillard2-73/+118
2011-02-25Switch to 2-clause BSD license.David Robillard7-120/+168
2011-02-16Make serd_writer_set_prefix return bool so it is compatible with SerdPrefixSi...David Robillard2-11/+20
2011-02-16Add SERD_STYLE_RESOLVED option for resolving (expanding) relative URIs in out...David Robillard2-0/+38
2011-02-16Fix serd_node_new_uri_from_string with empty string.David Robillard1-5/+8
2011-02-16Turtle rdf:type, xsd:decimal, xsd:integer, and xsd:float abbreviation.David Robillard1-1/+21
2011-02-10Add serd_node_new_uri_from_string.David Robillard1-1/+10
2011-02-10Add base parameter to serd_node_new_uri and add serd_node_new_uri_from_node.David Robillard2-28/+50