aboutsummaryrefslogtreecommitdiffstats
path: root/src/serdi.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard1-28/+66
2011-05-16Mention - for stdin in help message.David Robillard1-1/+2
2011-05-15Remove dead code found by clang static analyser.David Robillard1-1/+1
2011-05-15Print (stdin) as file in error messages when reading stdinDavid Robillard1-1/+1
2011-05-12Abort when given an invalid base URI.David Robillard1-0/+1
2011-05-06Make writer methods directly compatible with reader callbacks.David Robillard1-49/+5
2011-05-06Merge SerdEnv and SerdReadState.David Robillard1-11/+9
2011-04-30Use descriptive return codes instead of boolDavid Robillard1-16/+12
2011-04-30Consistent error messagesDavid Robillard1-7/+7
2011-04-27Don't hide pointers in typedefs.David Robillard1-8/+8
2011-04-23Tidy.David Robillard1-1/+0
2011-04-22Fix license header (awk oops).David Robillard1-1/+1
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-22/+14
2011-04-16Update copyright headersDavid Robillard1-1/+1
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-02-25Abstract common read state tracking code (SerdReadState) to make user code le...David Robillard1-63/+26
2011-02-25Switch to 2-clause BSD license.David Robillard1-16/+24
2011-02-16Add SERD_STYLE_RESOLVED option for resolving (expanding) relative URIs in out...David Robillard1-0/+2
2011-02-10Add base parameter to serd_node_new_uri and add serd_node_new_uri_from_node.David Robillard1-25/+28
2011-02-10Make serd_uri_resolve return void, since it has no error case anyway.David Robillard1-7/+2
2011-01-28Fix crashes when passed NULL nodes.David Robillard1-1/+1
2011-01-26Tolerate NULL base URI.David Robillard1-1/+2
2011-01-25Move node functions into API.David Robillard1-58/+0
2011-01-25Change source header tag line.David Robillard1-1/+1
2011-01-25Remove cruft.David Robillard1-8/+0
2011-01-25Add serd_reader_read_string.David Robillard1-33/+48
2011-01-25Add standard command line stuff (-h and -v).David Robillard1-2/+22
2011-01-25Fix memory leaks.David Robillard1-2/+13
2011-01-25Fix URI resolution of absolute URIs.David Robillard1-12/+6
2011-01-24Remove SerdString cruft.David Robillard1-18/+0
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard1-65/+144
2011-01-23Shrink code.David Robillard1-13/+10
2011-01-23SerdNodeType => SerdType.David Robillard1-3/+3
2011-01-23Streaming abbreviation.David Robillard1-1/+9
2011-01-22SerdNamespaces => SerdEnv.David Robillard1-10/+10
2011-01-21Full rount-trip test coverage for Turtle reading and writing.David Robillard1-2/+1
2011-01-21Fix command line argument handling when options are given.David Robillard1-3/+4
2011-01-21Gracefully stop parsing on error (i.e. report exactly one error for each bad ...David Robillard1-2/+2
2011-01-21Preliminary support for writing abbreviated Turtle.David Robillard1-7/+47
2011-01-21Make writer write to any sink passed in by the user.David Robillard1-4/+11
2011-01-21Fix language tag reading and writing.David Robillard1-1/+1
2011-01-20Support passing no base URI on command line (use filename as base URI).David Robillard1-13/+38
2011-01-20Add writer API.David Robillard1-15/+16
2011-01-20Add serd_string_free to API.David Robillard1-3/+3
2011-01-20Flesh out documentation.David Robillard1-1/+1
2011-01-20Run, and pass all, bad tests.David Robillard1-2/+1
2011-01-20Rework character reading functions to support reading multi-byte characters (...David Robillard1-76/+8
2011-01-19Initial import.David Robillard1-0/+234