summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-04-27Don't hide pointers behind typedefs.David Robillard5-179/+174
2011-04-27Remove unused API.David Robillard2-117/+0
2011-04-27Fix memory leaks.David Robillard3-6/+17
2011-04-27Update for new Serd API.David Robillard2-32/+32
2011-04-24Minor node comparison performance improvements (fast cases).David Robillard1-13/+10
2011-04-23Improve node struct alignmentDavid Robillard2-5/+5
2011-04-23Fix some memory leaks.David Robillard2-36/+58
2011-04-22Fix license header (awk oops).David Robillard5-5/+5
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard5-100/+55
2011-04-16Update copyright headersDavid Robillard4-13/+12
2011-03-28Fix sord_file_uri_to_path on Windows.David Robillard1-1/+8
2011-03-19Fix references to old license.David Robillard1-3/+2
2011-03-08Gracefully handle attempts to add broken quads (fix ticket #640).David Robillard1-1/+4
2011-03-07Remove node free that crashes SLV2. Kludge, probably a leak...David Robillard1-1/+1
2011-03-07Fix reference counting error.David Robillard1-1/+1
2011-03-07Sane reference counting semantics.David Robillard3-20/+66
2011-03-07Fix reference counting and memory leaks.David Robillard2-3/+8
2011-03-07Fix memory leak.David Robillard1-0/+2
2011-03-07Fix memory leak.David Robillard1-0/+2
2011-03-07Fix literal comparison and memory leaks.David Robillard2-44/+73
2011-02-25Use size_t for string lengths.David Robillard1-3/+3
2011-02-25Use new SerdReadState to simplify code.David Robillard1-53/+18
2011-02-25Update style and switch to 2-clause BSD license.David Robillard5-93/+124
2011-02-19String reading/writing.David Robillard1-30/+113
2011-02-16Sord::Resource => Sord::URI (consistency with C API).David Robillard1-1/+0
2011-02-16Make serd.h C++ safe.David Robillard1-39/+162
2011-02-16Sord => SordModel.David Robillard4-37/+48
2011-02-16Add world object (to intern nodes and sanely support several models per libra...David Robillard4-86/+130
2011-02-16Simpler and more typical node creation API.David Robillard3-59/+54
2011-02-16Consistent names for node accessors.David Robillard1-2/+2
2011-02-16Remove pointless SordID type.David Robillard4-84/+62
2011-02-16Tidy.David Robillard1-1/+1
2011-02-16Make SordCount private.David Robillard1-0/+2
2011-02-16Remove unused node user data.David Robillard2-30/+6
2011-02-10Update for new Serd API.David Robillard1-39/+30
2011-02-04Remove sord_set_option and sord_open, just pass options to sord_new instead.David Robillard3-76/+26
2011-02-04SordTuple => SordQuad.David Robillard5-107/+107
2011-02-04Use uint8_t for API char type for UTF-8 friendliness.David Robillard5-58/+65
2011-02-04Fix memory leaks.David Robillard2-40/+58
2011-02-04Fix iterating over ranges within a graph.David Robillard2-5/+13
2011-02-03Add ability to set blank node prefix for parsing multiple files without confl...David Robillard2-4/+11
2011-02-03Add SordTupleIndex enumeration for more readable Tuple code.David Robillard4-34/+116
2011-02-01Terser iteration API.David Robillard3-14/+14
2011-01-29Tidy.David Robillard1-8/+3
2011-01-29Proper marshaling of Serd nodes to Sord nodes.David Robillard1-14/+11
2011-01-28(More) proper marshaling between Serd and Sord nodes.David Robillard1-1/+32
2011-01-28Syntax support via Serd.David Robillard4-3/+352
2011-01-27`data' => `buf'.David Robillard1-5/+5
2011-01-27Unify node struct.David Robillard1-88/+44
2011-01-27Remove pointless sord_new_btree.David Robillard1-13/+7