Age | Commit message (Expand) | Author | Files | Lines |
2011-05-05 | Tidy. | David Robillard | 1 | -24/+25 |
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 | 1 | -2/+2 |
2011-04-30 | Use descriptive return codes instead of bool | David Robillard | 1 | -36/+27 |
2011-04-30 | Consistent error messages | David Robillard | 1 | -3/+3 |
2011-04-27 | Don't hide pointers in typedefs. | David Robillard | 1 | -87/+86 |
2011-04-24 | Fix reader memory stack use and verify read_object fully clears its stack. | David Robillard | 1 | -12/+10 |
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 | 1 | -3/+3 |
2011-04-23 | Fix parsing of language tags with several hyphens. | David Robillard | 1 | -1/+1 |
2011-04-23 | Tidy. | David Robillard | 1 | -1/+0 |
2011-04-23 | Fix crazy define name. | David Robillard | 1 | -5/+5 |
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 | -20/+12 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+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 | 1 | -10/+92 |
2011-02-25 | Switch to 2-clause BSD license. | David Robillard | 1 | -18/+24 |
2011-02-04 | Fix parsing double with signs in their exponents (e.g. 1.234e+56). | David Robillard | 1 | -0/+5 |
2011-02-03 | Add ability to set blank node prefix for parsing several files without conflict. | David Robillard | 1 | -2/+16 |
2011-01-25 | Add `amalgamate' waf target for building single source file distribution. | David Robillard | 1 | -0/+2 |
2011-01-25 | Change source header tag line. | David Robillard | 1 | -1/+1 |
2011-01-25 | Fix/test reading empty files. | David Robillard | 1 | -2/+1 |
2011-01-25 | Add serd_reader_read_string. | David Robillard | 1 | -16/+36 |
2011-01-25 | Fix memory leaks. | David Robillard | 1 | -35/+36 |
2011-01-25 | Fix handling of EOF in collections. | David Robillard | 1 | -2/+2 |
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 |
2011-01-25 | Fix crash when parsing malformed numbers. | David Robillard | 1 | -8/+9 |
2011-01-25 | Remove unused character escape code. | David Robillard | 1 | -8/+1 |
2011-01-25 | Fix parsing of numbers that begin with a `.'. | David Robillard | 1 | -1/+1 |
2011-01-24 | Remove support for 5 and 6 byte UTF-8 characters. | David Robillard | 1 | -16/+0 |
2011-01-24 | Remove SerdString cruft. | David Robillard | 1 | -0/+7 |
2011-01-24 | Remove SerdString from public API in favour of more expressive (and not neces... | David Robillard | 1 | -21/+47 |
2011-01-23 | Gracefully handle failure to emit statement. | David Robillard | 1 | -14/+15 |
2011-01-23 | Shrink code. | David Robillard | 1 | -1/+1 |
2011-01-23 | Rearrange code, put common internal stuff in serd_internal.h. | David Robillard | 1 | -15/+7 |
2011-01-23 | Code cleanup (appease cpplint). | David Robillard | 1 | -44/+57 |
2011-01-23 | SerdNodeType => SerdType. | David Robillard | 1 | -5/+5 |
2011-01-23 | Test language tags with hyphens. | David Robillard | 1 | -8/+2 |
2011-01-23 | Streaming abbreviation. | David Robillard | 1 | -70/+59 |
2011-01-22 | Emit triples in the correct order for streaming abbreviation. | David Robillard | 1 | -8/+23 |
2011-01-22 | Pass context (current graph, subject, predicate) as a struct to functions tha... | David Robillard | 1 | -49/+59 |
2011-01-22 | Cleanup. | David Robillard | 1 | -452/+450 |
2011-01-22 | Remove unnecessary case. | David Robillard | 1 | -1/+0 |
2011-01-21 | Full rount-trip test coverage for Turtle reading and writing. | David Robillard | 1 | -8/+28 |