Age | Commit message (Expand) | Author | Files | Lines |
2011-08-21 | Gracefully handle NULL reader sinks. | David Robillard | 2 | -11/+51 |
2011-08-20 | Avoid writing illegal Turtle names as a result of URI qualifying (fix #734). | David Robillard | 2 | -3/+40 |
2011-07-26 | Fix pretty printing of successive blank descriptions, i.e. "] , [". | David Robillard | 1 | -3/+9 |
2011-06-19 | Fix abbreviation flags for blank nodes within lists (fix ticket #719). | David Robillard | 1 | -2/+2 |
2011-06-19 | Fix abbreviation of repeated predicates with blank objects, and abbreviation ... | David Robillard | 1 | -2/+4 |
2011-05-24 | More picky URI to path conversion | David Robillard | 1 | -1/+4 |
2011-05-24 | Remove unused object component of write context. | David Robillard | 1 | -9/+2 |
2011-05-24 | Add serd_uri_to_path to API. | David Robillard | 2 | -26/+27 |
2011-05-24 | Fix crash when input is not given. | David Robillard | 1 | -1/+6 |
2011-05-24 | Add string measuring sanity check. | David Robillard | 1 | -0/+1 |
2011-05-24 | Don't call serd_strlen for append_string (which is only used on internal ASCI... | David Robillard | 1 | -10/+7 |
2011-05-19 | Express inlining information via statement flags rather than node types. | David Robillard | 2 | -105/+122 |
2011-05-18 | Add test to ensure blank node IDs don't clash with generated IDs. | David Robillard | 4 | -69/+241 |
2011-05-16 | Mention - for stdin in help message. | David Robillard | 1 | -1/+2 |
2011-05-15 | Remove dead code found by clang static analyser. | David Robillard | 2 | -8/+8 |
2011-05-15 | Print (stdin) as file in error messages when reading stdin | David Robillard | 1 | -1/+1 |
2011-05-12 | Fix out of bounds array indexing. | David Robillard | 1 | -1/+1 |
2011-05-12 | Fix URI resolution off-by-one. | David Robillard | 1 | -1/+1 |
2011-05-12 | Abort when given an invalid base URI. | David Robillard | 1 | -0/+1 |
2011-05-12 | Use conventional string lengths not including NULL terminator | David Robillard | 4 | -55/+55 |
2011-05-12 | Only abbreviate rdf:type to "a" in predicate position. | David Robillard | 1 | -12/+13 |
2011-05-12 | Tidy. | David Robillard | 1 | -2/+2 |
2011-05-12 | Print newline after @prefix statements. | David Robillard | 1 | -0/+5 |
2011-05-12 | Correctly abbreviate repeated inline blank node objects ("] , ["). | David Robillard | 1 | -6/+19 |
2011-05-11 | Fix crash when setting an identical namespace prefix. | David Robillard | 2 | -2/+3 |
2011-05-11 | Create SerdNodeFlags typedef for flags. | David Robillard | 3 | -48/+44 |
2011-05-11 | Record whether strings contains quotes or newlines for smart selection of lon... | David Robillard | 5 | -64/+100 |
2011-05-09 | Improve documentation and const-correctness. | David Robillard | 1 | -3/+3 |
2011-05-06 | Make writer methods directly compatible with reader callbacks. | David Robillard | 2 | -72/+35 |
2011-05-06 | Merge SerdEnv and SerdReadState. | David Robillard | 3 | -121/+96 |
2011-05-05 | Tidy. | David Robillard | 3 | -28/+28 |
2011-05-05 | Remove datatype and lang from internal Node struct (use less stack space). | David Robillard | 1 | -58/+76 |
2011-05-05 | Replace strlen of string constants with sizeof. | David Robillard | 1 | -3/+3 |
2011-05-05 | Fix comments mangled by search/replace. | David Robillard | 1 | -3/+3 |
2011-05-05 | Make serd_read_state_get_base_uri return a pointer. | David Robillard | 2 | -12/+14 |
2011-05-04 | Fix too-short buffer. | David Robillard | 1 | -1/+1 |
2011-04-30 | Use descriptive return codes instead of bool | David Robillard | 6 | -74/+63 |
2011-04-30 | Consistent error messages | David Robillard | 4 | -14/+14 |
2011-04-27 | Don't hide pointers in typedefs. | David Robillard | 4 | -119/+118 |
2011-04-24 | Fix reader memory stack use and verify read_object fully clears its stack. | David Robillard | 3 | -33/+66 |
2011-04-23 | Fix stack memory leak (unbounded memory increasing per read triple, oops). | David Robillard | 1 | -3/+5 |
2011-04-23 | Improve node struct alignment | David Robillard | 2 | -5/+5 |
2011-04-23 | Fix parsing of language tags with several hyphens. | David Robillard | 1 | -1/+1 |
2011-04-23 | Tidy. | David Robillard | 7 | -7/+0 |
2011-04-23 | Fix crazy define name. | David Robillard | 1 | -5/+5 |
2011-04-22 | Fix license header (awk oops). | David Robillard | 7 | -7/+7 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 7 | -140/+84 |
2011-04-16 | Update copyright headers | David Robillard | 3 | -3/+2 |
2011-03-28 | Fix serdi on Windows (support file:///C:/... URIs) | David Robillard | 1 | -0/+5 |
2011-03-19 | Fix references to old license. | David Robillard | 1 | -2/+1 |