Age | Commit message (Expand) | Author | Files | Lines |
2011-12-24 | Remove pointless check. | David Robillard | 2 | -6/+1 |
2011-12-24 | Allow digit as first character of prefixed name suffix (match latest Turtle s... | David Robillard | 3 | -20/+20 |
2011-12-24 | Move serd_test.c to tests/ so it doesn't show up in test coverage output. | David Robillard | 2 | -1/+1 |
2011-12-24 | Support file://localhost/foo URIs in serd_uri_to_path(). | David Robillard | 3 | -15/+39 |
2011-12-24 | Clean up path writing logic in serd_uri_serialise. | David Robillard | 1 | -30/+26 |
2011-12-24 | Separate remove_dot_segments from serd_uri_resolve. | David Robillard | 1 | -62/+73 |
2011-12-24 | Improve URI resolution to cover most of the abnormal cases from RFC3986. | David Robillard | 4 | -10/+70 |
2011-12-24 | Test serd_strlen and serd_strerror. | David Robillard | 2 | -0/+28 |
2011-12-24 | Make test suite cover bulk writer. | David Robillard | 1 | -2/+4 |
2011-12-23 | Escape ASCII control characters in output (e.g. fix problems with string | David Robillard | 4 | -8/+13 |
2011-12-23 | Add serd_file_sink for the common case of writing to a FILE* stream. | David Robillard | 5 | -9/+22 |
2011-12-21 | Remove trailing whitespace. | David Robillard | 2 | -2/+2 |
2011-12-19 | Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() for | David Robillard | 7 | -3/+333 |
2011-12-16 | Remove debug print. | David Robillard | 1 | -1/+0 |
2011-12-15 | Update ChangeLog. | David Robillard | 1 | -0/+3 |
2011-12-15 | Update ChangeLog. | David Robillard | 1 | -0/+2 |
2011-12-15 | Remove peek_string, use exactly 1 page as a read buffer. | David Robillard | 2 | -108/+86 |
2011-12-12 | Use memcmp instead of strcmp for serd_node_equals. | David Robillard | 1 | -2/+3 |
2011-12-12 | Make bulk writer internal and inlinable to avoid function call overhead in th... | David Robillard | 6 | -199/+162 |
2011-12-12 | More parser micro-optimization. | David Robillard | 1 | -47/+48 |
2011-12-12 | Remove eat_byte correctness checks for known-correct bytes in optimized builds. | David Robillard | 1 | -70/+77 |
2011-12-12 | Remove branch for EOF detection in eat_byte. | David Robillard | 7 | -11/+17 |
2011-12-12 | Update ChangeLog. | David Robillard | 1 | -0/+1 |
2011-12-12 | Use common uri_to_path code. | David Robillard | 1 | -16/+1 |
2011-12-12 | Reuse write context node memory where possible. | David Robillard | 2 | -34/+55 |
2011-12-12 | Fix memory error introduced a few commits ago. | David Robillard | 1 | -2/+5 |
2011-12-12 | Add serdi -f option to avoid qualifying URIs. | David Robillard | 1 | -4/+15 |
2011-12-11 | Fix debug build without --stack-check. | David Robillard | 1 | -0/+2 |
2011-12-11 | Move all #ifdef gunk to serd_internal.h. | David Robillard | 8 | -53/+50 |
2011-12-11 | Use posix_fadvise to advise about sequential file access. | David Robillard | 3 | -1/+31 |
2011-12-11 | Add SerdBulkSink for writing bulk output and corresponding serdi -B option. | David Robillard | 7 | -21/+168 |
2011-12-11 | Fix string length calculation. | David Robillard | 1 | -3/+2 |
2011-12-11 | Align read buffer to page boundary if posix_memalign is available. | David Robillard | 2 | -1/+15 |
2011-12-11 | Shrink code. | David Robillard | 1 | -5/+2 |
2011-12-11 | Improve write performance by doing bulk writes for unescaped substrings. | David Robillard | 2 | -0/+17 |
2011-12-11 | Simply reader by using a stack of SerdNode rather than weird internal types. | David Robillard | 1 | -250/+204 |
2011-12-11 | Better invalid string character handling. | David Robillard | 1 | -10/+40 |
2011-12-11 | Add --largefile configure option for large files on 32-bit systems. Disabled... | David Robillard | 1 | -0/+5 |
2011-12-11 | Fix Python 2.4 compatibility (autowaf r61). | David Robillard | 1 | -0/+0 |
2011-12-11 | Report reason for failure to open file in serdi. | David Robillard | 2 | -1/+4 |
2011-12-10 | Tolerate invalid characters in string literals by replacing with the | David Robillard | 2 | -5/+30 |
2011-11-26 | Use the more portable/correct lib instead of linkflags. | David Robillard | 1 | -1/+1 |
2011-11-24 | Update waf. | David Robillard | 1 | -0/+0 |
2011-11-04 | Move serd_strlen and serd_strerror to string.c and document both in "String U... | David Robillard | 4 | -32/+40 |
2011-10-22 | Upgrade to r58/autowaf (Fix building against local libraries) | David Robillard | 1 | -0/+0 |
2011-10-19 | Upgrade to r57/autowaf | David Robillard | 1 | -0/+0 |
2011-10-15 | Fix man page installation directory (#781) | David Robillard | 2 | -0/+1 |
2011-10-15 | Use path variables in pkgconfig files (#782). | David Robillard | 2 | -0/+6 |
2011-09-29 | Serd 0.5.0 | David Robillard | 1 | -2/+2 |
2011-09-29 | Update documentation style | David Robillard | 1 | -1/+17 |