Age | Commit message (Expand) | Author | Files | Lines |
2011-04-30 | Consistent error messages | David Robillard | 1 | -7/+7 |
2011-04-27 | Don't hide pointers in typedefs. | David Robillard | 1 | -8/+8 |
2011-04-23 | Tidy. | David Robillard | 1 | -1/+0 |
2011-04-22 | Fix license header (awk oops). | David Robillard | 1 | -1/+1 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 1 | -22/+14 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
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 |
2011-03-02 | Shrink. | David Robillard | 1 | -2/+0 |
2011-02-25 | Abstract common read state tracking code (SerdReadState) to make user code le... | David Robillard | 1 | -63/+26 |
2011-02-25 | Switch to 2-clause BSD license. | David Robillard | 1 | -16/+24 |
2011-02-16 | Add SERD_STYLE_RESOLVED option for resolving (expanding) relative URIs in out... | David Robillard | 1 | -0/+2 |
2011-02-10 | Add base parameter to serd_node_new_uri and add serd_node_new_uri_from_node. | David Robillard | 1 | -25/+28 |
2011-02-10 | Make serd_uri_resolve return void, since it has no error case anyway. | David Robillard | 1 | -7/+2 |
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 |