Age | Commit message (Expand) | Author | Files | Lines |
2012-01-16 | Support compilation as C++ under MSVC++ | David Robillard | 1 | -5/+6 |
2012-01-16 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2011-12-30 | Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary | David Robillard | 1 | -1/+34 |
2011-12-27 | Warn on invalid unicode character and replace (fix #796). | David Robillard | 4 | -2/+3 |
2011-12-26 | Escape non-printable ASCII characters in ASCII output (fix #795). | David Robillard | 2 | -0/+8 |
2011-12-25 | Near 100% branch coverage. | David Robillard | 37 | -24/+291 |
2011-12-25 | 100% test coverage. | David Robillard | 14 | -2/+193 |
2011-12-24 | Cover serd_node_from_string. | David Robillard | 1 | -0/+11 |
2011-12-24 | Add tests for malformed UTF-8 input. | David Robillard | 3 | -0/+5 |
2011-12-24 | Allow digit as first character of prefixed name suffix (match latest Turtle s... | David Robillard | 2 | -0/+6 |
2011-12-24 | Move serd_test.c to tests/ so it doesn't show up in test coverage output. | David Robillard | 1 | -0/+181 |
2011-12-24 | Improve URI resolution to cover most of the abnormal cases from RFC3986. | David Robillard | 2 | -1/+37 |
2011-12-23 | Escape ASCII control characters in output (e.g. fix problems with string | David Robillard | 2 | -0/+2 |
2011-12-12 | Remove branch for EOF detection in eat_byte. | David Robillard | 4 | -0/+12 |
2011-06-19 | Fix abbreviation of repeated predicates with blank objects, and abbreviation ... | David Robillard | 2 | -0/+8 |
2011-05-18 | Add test to ensure blank node IDs don't clash with generated IDs. | David Robillard | 2 | -0/+6 |
2011-04-23 | Fix parsing of language tags with several hyphens. | David Robillard | 2 | -1/+3 |
2011-02-04 | Fix parsing double with signs in their exponents (e.g. 1.234e+56). | David Robillard | 2 | -1/+6 |
2011-01-25 | Fix UTF-8 test file. | David Robillard | 1 | -1/+1 |
2011-01-25 | Fix handling of EOF in collections. | David Robillard | 1 | -0/+1 |
2011-01-25 | Fix URI resolution of absolute URIs. | David Robillard | 2 | -0/+10 |
2011-01-25 | Fix crash when parsing malformed numbers. | David Robillard | 3 | -0/+3 |
2011-01-25 | Remove unused character escape code. | David Robillard | 1 | -1/+0 |
2011-01-25 | Add URI test cases. | David Robillard | 2 | -0/+11 |
2011-01-25 | Fix parsing of numbers that begin with a `.'. | David Robillard | 2 | -0/+15 |
2011-01-24 | Remove support for 5 and 6 byte UTF-8 characters. | David Robillard | 1 | -3/+2 |
2011-01-23 | Gracefully handle failure to emit statement. | David Robillard | 2 | -1/+7 |
2011-01-23 | Test language tags with hyphens. | David Robillard | 2 | -0/+2 |
2011-01-22 | Emit triples in the correct order for streaming abbreviation. | David Robillard | 1 | -1/+1 |
2011-01-22 | Add output for language test (oops). | David Robillard | 1 | -0/+2 |
2011-01-22 | Add language tag test. | David Robillard | 1 | -0/+4 |
2011-01-21 | More extensive test coverage. | David Robillard | 1 | -0/+215 |
2011-01-20 | Rearrange triples and change IDs (but graph is equivalent). | David Robillard | 1 | -5/+5 |
2011-01-19 | Initial import. | David Robillard | 86 | -0/+51303 |