aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Use conventional string lengths not including NULL terminatorDavid Robillard1-5/+5
2011-05-12Tidy.David Robillard1-2/+2
2011-05-11Create SerdNodeFlags typedef for flags.David Robillard1-5/+33
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard1-4/+5
2011-05-05Tidy.David Robillard1-2/+1
2011-04-30Use descriptive return codes instead of boolDavid Robillard1-2/+2
2011-04-30Consistent error messagesDavid Robillard1-1/+1
2011-04-24Fix reader memory stack use and verify read_object fully clears its stack.David Robillard1-3/+17
2011-04-23Improve node struct alignmentDavid Robillard1-2/+2
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-20/+12
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-02-25Switch to 2-clause BSD license.David Robillard1-18/+24
2011-02-16Fix serd_node_new_uri_from_string with empty string.David Robillard1-5/+8
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 Robillard1-3/+22
2011-02-03Fix memory error caused by r89.David Robillard1-1/+2
2011-02-03Add serd_node_from_string.David Robillard1-0/+10
2011-01-25Add `amalgamate' waf target for building single source file distribution.David Robillard1-0/+2
2011-01-25Move node functions into API.David Robillard1-0/+90