Age | Commit message (Expand) | Author | Files | Lines |
2016-06-13 | Fix use of uninitialized fields | David Robillard | 1 | -8/+1 |
2016-03-15 | Fix potential out of bounds read | David Robillard | 1 | -1/+2 |
2015-10-07 | Update copyright dates | David Robillard | 1 | -1/+1 |
2015-10-04 | Delete trailing whitespace | David Robillard | 1 | -2/+2 |
2014-12-17 | Add support for Turtle named inline nodes extension. | David Robillard | 1 | -15/+37 |
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-05-19 | Add TODO comment about future API break needed for better error reporting. | David Robillard | 1 | -0/+6 |
2013-12-24 | Update to latest Turtle test suite. | David Robillard | 1 | -14/+56 |
2013-03-31 | Write \uFFFF, not \U0000FFFF. | David Robillard | 1 | -1/+1 |
2013-03-30 | Don't escape backspace or form feed for ntriples. | David Robillard | 1 | -2/+6 |
2013-03-24 | Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quot... | David Robillard | 1 | -4/+14 |
2013-03-24 | Remove unused SERD_URI enum value. | David Robillard | 1 | -1/+0 |
2013-03-03 | Don't write xsd:decimal literals to Turtle bare if they would not be read back | David Robillard | 1 | -1/+9 |
2013-03-03 | Pass turtle-syntax-bad-prefix-01 (propagate errors in write_node). | David Robillard | 1 | -5/+8 |
2013-02-25 | Support most of the latest Turtle Editor's Draft. | David Robillard | 1 | -75/+135 |
2013-01-22 | Fix possible crash in serd_writer_end_anon() when writing invalid lists | David Robillard | 1 | -2/+1 |
2012-11-14 | Fix bug that caused "a" abbreviation in non-predicate position (#862). | David Robillard | 1 | -1/+1 |
2012-09-09 | Fix clashing symbol "error" in amalgamation build. | David Robillard | 1 | -4/+4 |
2012-08-08 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 1 | -3/+3 |
2012-07-05 | Add error callback to reader and writer for custom error reporting. | David Robillard | 1 | -38/+64 |
2012-05-13 | Fix dead assignment. | David Robillard | 1 | -1/+1 |
2012-05-10 | Reset indent when finishing a write. | David Robillard | 1 | -0/+1 |
2012-03-27 | Don't emit a ; at the end of anonymous descriptions. | David Robillard | 1 | -2/+1 |
2012-03-10 | Add serd_writer_set_root_uri(), root parameter to | David Robillard | 1 | -20/+39 |
2012-03-08 | Fix compilation in VC++. | David Robillard | 1 | -2/+3 |
2012-03-08 | Add serd_writer_get_env(). | David Robillard | 1 | -38/+64 |
2012-03-03 | Add serd_chunk_sink for easy writing to a string. | David Robillard | 1 | -0/+19 |
2012-02-21 | Trim code. | David Robillard | 1 | -4/+2 |
2012-02-21 | Remove dead code. | David Robillard | 1 | -8/+3 |
2012-02-21 | Trim code. | David Robillard | 1 | -16/+9 |
2012-02-21 | Further isolate collection writing stuff. | David Robillard | 1 | -34/+24 |
2012-02-21 | Avoid comparing against NS_XSD several times per node. | David Robillard | 1 | -6/+6 |
2012-02-21 | Tidy. | David Robillard | 1 | -7/+5 |
2012-02-21 | Print command name in serdi error messages. | David Robillard | 1 | -10/+6 |
2012-02-20 | Fix collection writing memory leaks. | David Robillard | 1 | -2/+2 |
2012-02-20 | Break collection writing out into a simple separate case to avoid confusing t... | David Robillard | 1 | -22/+24 |
2012-02-20 | Implement pretty-printing for collections. | David Robillard | 1 | -44/+157 |
2012-01-16 | Avoid non-portable %zu (offset is of dubious value in this case anyway). | David Robillard | 1 | -1/+1 |
2012-01-16 | Fix compilation on sane platforms. | David Robillard | 1 | -1/+3 |
2012-01-16 | Support compilation as C++ under MSVC++ | David Robillard | 1 | -6/+6 |
2012-01-16 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2012-01-14 | Lint. | David Robillard | 1 | -4/+4 |
2011-12-26 | Escape non-printable ASCII characters in ASCII output (fix #795). | David Robillard | 1 | -1/+2 |
2011-12-25 | Near 100% branch coverage. | David Robillard | 1 | -20/+15 |
2011-12-25 | 100% test coverage. | David Robillard | 1 | -9/+24 |
2011-12-23 | Escape ASCII control characters in output (e.g. fix problems with string | David Robillard | 1 | -8/+9 |
2011-12-23 | Add serd_file_sink for the common case of writing to a FILE* stream. | David Robillard | 1 | -0/+9 |
2011-12-15 | Remove peek_string, use exactly 1 page as a read buffer. | David Robillard | 1 | -1/+3 |
2011-12-12 | Make bulk writer internal and inlinable to avoid function call overhead in th... | David Robillard | 1 | -60/+79 |
2011-12-12 | Reuse write context node memory where possible. | David Robillard | 1 | -33/+51 |