index
:
serd.git
1.x
absolute-base-uri
jsonld
main
master
model
python
remove-message
serd1
serd1-meson
serd1-warnings
serd1-world-log
test-performance
windows
Serd RDF serialisation library
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
serdi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-31
Move syntax name/extension utilities to public API
David Robillard
1
-48
/
+5
2018-12-31
Clean up reader error handling
David Robillard
1
-1
/
+3
2018-12-31
Use fixed size stack
David Robillard
1
-3
/
+18
2018-12-30
Clean up node construction API
David Robillard
1
-7
/
+4
2018-12-30
Clean up includes and improve source file separation
David Robillard
1
-8
/
+7
2018-12-30
Move system utilities to separate source files
David Robillard
1
-0
/
+1
2018-12-30
Hide fopen wrapper and use reader interface consistently
David Robillard
1
-56
/
+22
2018-12-30
Add SerdWorld for shared library state
David Robillard
1
-6
/
+8
2018-12-30
Add SerdSink interface and hide individual function implementations
David Robillard
1
-6
/
+2
2018-12-30
Bring read/write interface closer to C standard
David Robillard
1
-4
/
+7
2018-12-30
Clean up and separate internal headers
David Robillard
1
-0
/
+2
2018-12-30
Simplify reader interface
David Robillard
1
-8
/
+28
2018-12-30
Remove serd_uri_to_path()
David Robillard
1
-2
/
+7
2018-12-30
Make nodes opaque
David Robillard
1
-6
/
+7
2018-12-30
Use char* for strings in public API
David Robillard
1
-13
/
+13
2018-12-30
Fix unused parameter warnings
David Robillard
1
-0
/
+2
2018-01-04
Open files in binary mode to preserve line endings on Windows
David Robillard
1
-1
/
+1
2017-12-29
Don't force ASCII for NQuads
David Robillard
1
-2
/
+1
2017-12-29
Add serdi option to write ASCII output
David Robillard
1
-1
/
+6
2017-09-24
Make serdi guess input syntax from extension if unspecified
David Robillard
1
-2
/
+27
2017-09-24
Make serdi syntax options case-insensitive
David Robillard
1
-20
/
+28
2017-02-07
Remove comment fragment cruft
David Robillard
1
-6
/
+1
2017-01-06
Add support for reading TriG
David Robillard
1
-5
/
+8
2017-01-05
Add support for NQuads
David Robillard
1
-4
/
+6
2017-01-03
Always escape file URIs
David Robillard
1
-1
/
+1
2016-09-18
Update copyright dates
David Robillard
1
-2
/
+2
2016-05-29
Fix handling of file I/O errors
David Robillard
1
-4
/
+8
2015-10-08
Update copyright dates
David Robillard
1
-1
/
+1
2015-10-07
Update copyright dates
David Robillard
1
-1
/
+1
2015-10-03
Show serdi errors in standard format
David Robillard
1
-13
/
+21
2014-12-10
Configurable strict parsing to tolerate invalid URIs.
David Robillard
1
-0
/
+5
2014-08-08
Update copyright dates.
David Robillard
1
-2
/
+2
2013-03-30
Add more tests from the new W3C Turtle test suite.
David Robillard
1
-3
/
+3
2012-08-08
Fix incorrect prototype.
David Robillard
1
-1
/
+1
2012-07-05
Add error callback to reader and writer for custom error reporting.
David Robillard
1
-0
/
+15
2012-05-08
Add incremental read interface suitable for reading from infinite streams.
David Robillard
1
-3
/
+16
2012-03-29
Don't break relative URIs with up-references when parsing a document with no ...
David Robillard
1
-1
/
+1
2012-03-10
Add serd_writer_set_root_uri(), root parameter to
David Robillard
1
-18
/
+23
2012-03-08
Add serd_writer_get_env().
David Robillard
1
-1
/
+2
2012-03-03
Fix reading of empty files (e.g. /dev/null) test case.
David Robillard
1
-1
/
+1
2012-02-21
Print command name in serdi error messages.
David Robillard
1
-35
/
+25
2012-01-16
Support compilation as C++ under MSVC++
David Robillard
1
-2
/
+3
2012-01-16
Update copyright dates.
David Robillard
1
-2
/
+2
2012-01-08
Update man page.
David Robillard
1
-4
/
+4
2011-12-25
100% test coverage.
David Robillard
1
-1
/
+1
2011-12-24
Remove pointless check.
David Robillard
1
-5
/
+0
2011-12-23
Add serd_file_sink for the common case of writing to a FILE* stream.
David Robillard
1
-8
/
+1
2011-12-21
Remove trailing whitespace.
David Robillard
1
-1
/
+1
2011-12-12
Make bulk writer internal and inlinable to avoid function call overhead in th...
David Robillard
1
-8
/
+2
2011-12-12
Remove branch for EOF detection in eat_byte.
David Robillard
1
-1
/
+1
[next]