Age | Commit message (Expand) | Author | Files | Lines |
2011-01-28 | Fix crashes when passed NULL nodes. | David Robillard | 1 | -1/+1 |
2011-01-26 | Tolerate NULL base URI. | David Robillard | 1 | -1/+2 |
2011-01-25 | Move node functions into API. | David Robillard | 1 | -58/+0 |
2011-01-25 | Change source header tag line. | David Robillard | 1 | -1/+1 |
2011-01-25 | Remove cruft. | David Robillard | 1 | -8/+0 |
2011-01-25 | Add serd_reader_read_string. | David Robillard | 1 | -33/+48 |
2011-01-25 | Add standard command line stuff (-h and -v). | David Robillard | 1 | -2/+22 |
2011-01-25 | Fix memory leaks. | David Robillard | 1 | -2/+13 |
2011-01-25 | Fix URI resolution of absolute URIs. | David Robillard | 1 | -12/+6 |
2011-01-24 | Remove SerdString cruft. | David Robillard | 1 | -18/+0 |
2011-01-24 | Remove SerdString from public API in favour of more expressive (and not neces... | David Robillard | 1 | -65/+144 |
2011-01-23 | Shrink code. | David Robillard | 1 | -13/+10 |
2011-01-23 | SerdNodeType => SerdType. | David Robillard | 1 | -3/+3 |
2011-01-23 | Streaming abbreviation. | David Robillard | 1 | -1/+9 |
2011-01-22 | SerdNamespaces => SerdEnv. | David Robillard | 1 | -10/+10 |
2011-01-21 | Full rount-trip test coverage for Turtle reading and writing. | David Robillard | 1 | -2/+1 |
2011-01-21 | Fix command line argument handling when options are given. | David Robillard | 1 | -3/+4 |
2011-01-21 | Gracefully stop parsing on error (i.e. report exactly one error for each bad ... | David Robillard | 1 | -2/+2 |
2011-01-21 | Preliminary support for writing abbreviated Turtle. | David Robillard | 1 | -7/+47 |
2011-01-21 | Make writer write to any sink passed in by the user. | David Robillard | 1 | -4/+11 |
2011-01-21 | Fix language tag reading and writing. | David Robillard | 1 | -1/+1 |
2011-01-20 | Support passing no base URI on command line (use filename as base URI). | David Robillard | 1 | -13/+38 |
2011-01-20 | Add writer API. | David Robillard | 1 | -15/+16 |
2011-01-20 | Add serd_string_free to API. | David Robillard | 1 | -3/+3 |
2011-01-20 | Flesh out documentation. | David Robillard | 1 | -1/+1 |
2011-01-20 | Run, and pass all, bad tests. | David Robillard | 1 | -2/+1 |
2011-01-20 | Rework character reading functions to support reading multi-byte characters (... | David Robillard | 1 | -76/+8 |
2011-01-19 | Initial import. | David Robillard | 1 | -0/+234 |