Age | Commit message (Expand) | Author | Files | Lines |
2011-12-11 | Add SerdBulkSink for writing bulk output and corresponding serdi -B option. | David Robillard | 4 | -14/+119 |
2011-12-11 | Fix string length calculation. | David Robillard | 1 | -3/+2 |
2011-12-11 | Align read buffer to page boundary if posix_memalign is available. | David Robillard | 1 | -1/+8 |
2011-12-11 | Shrink code. | David Robillard | 1 | -5/+2 |
2011-12-11 | Improve write performance by doing bulk writes for unescaped substrings. | David Robillard | 1 | -0/+16 |
2011-12-11 | Simply reader by using a stack of SerdNode rather than weird internal types. | David Robillard | 1 | -250/+204 |
2011-12-11 | Better invalid string character handling. | David Robillard | 1 | -10/+40 |
2011-12-11 | Report reason for failure to open file in serdi. | David Robillard | 1 | -1/+3 |
2011-12-10 | Tolerate invalid characters in string literals by replacing with the | David Robillard | 1 | -5/+28 |
2011-11-04 | Move serd_strlen and serd_strerror to string.c and document both in "String U... | David Robillard | 2 | -26/+25 |
2011-09-29 | Tidy. | David Robillard | 5 | -54/+58 |
2011-09-27 | Add serd_env_set_prefix_from_strings for convenience. | David Robillard | 1 | -0/+14 |
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 |