Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-03-02 | Shrink. | David Robillard | 1 | -2/+0 |
2011-03-02 | Fix parsing several files/strings with the same parser. | David Robillard | 1 | -0/+26 |
2011-02-25 | Abstract common read state tracking code (SerdReadState) to make user code le... | David Robillard | 2 | -73/+118 |
2011-02-25 | Switch to 2-clause BSD license. | David Robillard | 7 | -120/+168 |
2011-02-16 | Make serd_writer_set_prefix return bool so it is compatible with SerdPrefixSi... | David Robillard | 2 | -11/+20 |
2011-02-16 | Add SERD_STYLE_RESOLVED option for resolving (expanding) relative URIs in out... | David Robillard | 2 | -0/+38 |
2011-02-16 | Fix serd_node_new_uri_from_string with empty string. | David Robillard | 1 | -5/+8 |
2011-02-16 | Turtle rdf:type, xsd:decimal, xsd:integer, and xsd:float abbreviation. | David Robillard | 1 | -1/+21 |
2011-02-10 | Add serd_node_new_uri_from_string. | David Robillard | 1 | -1/+10 |
2011-02-10 | Add base parameter to serd_node_new_uri and add serd_node_new_uri_from_node. | David Robillard | 2 | -28/+50 |
2011-02-10 | Make serd_uri_resolve return void, since it has no error case anyway. | David Robillard | 3 | -17/+10 |
2011-02-04 | Fix parsing double with signs in their exponents (e.g. 1.234e+56). | David Robillard | 1 | -0/+5 |
2011-02-03 | Fix memory error caused by r89. | David Robillard | 1 | -1/+2 |
2011-02-03 | Add ability to set blank node prefix for parsing several files without conflict. | David Robillard | 1 | -2/+16 |
2011-02-03 | Add serd_node_from_string. | David Robillard | 1 | -0/+10 |
2011-02-03 | Write "//" for URIs with empty authorities (e.g. the correct file:///foo/bar ... | David Robillard | 1 | -1/+4 |
2011-01-28 | Fix crashes when passed NULL nodes. | David Robillard | 2 | -4/+6 |
2011-01-26 | Tolerate NULL base URI. | David Robillard | 2 | -2/+3 |
2011-01-26 | Fix compilation in C++ (which won't implicitly cast 0 to an enum). | David Robillard | 1 | -0/+2 |
2011-01-25 | Add `amalgamate' waf target for building single source file distribution. | David Robillard | 5 | -0/+10 |
2011-01-25 | Move node functions into API. | David Robillard | 4 | -74/+90 |
2011-01-25 | Lint. | David Robillard | 1 | -1/+1 |
2011-01-25 | Change source header tag line. | David Robillard | 6 | -6/+6 |
2011-01-25 | Remove cruft. | David Robillard | 1 | -8/+0 |
2011-01-25 | Fix/test reading empty files. | David Robillard | 1 | -2/+1 |
2011-01-25 | Add serd_reader_read_string. | David Robillard | 2 | -49/+84 |
2011-01-25 | Add standard command line stuff (-h and -v). | David Robillard | 1 | -2/+22 |
2011-01-25 | Fix memory leaks. | David Robillard | 4 | -43/+55 |
2011-01-25 | Fix handling of EOF in collections. | David Robillard | 1 | -2/+2 |
2011-01-25 | Fix URI resolution of absolute URIs. | David Robillard | 2 | -18/+7 |
2011-01-25 | Localise use of fread. | David Robillard | 1 | -1/+1 |
2011-01-25 | fread returns size_t. | David Robillard | 1 | -1/+1 |
2011-01-25 | readahead => peek_string. | David Robillard | 1 | -6/+6 |
2011-01-25 | Remove odd/nonsensical/impossible else case. | David Robillard | 1 | -1/+1 |