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
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
2011-12-12
Use common uri_to_path code.
David Robillard
1
-16
/
+1
2011-12-12
Add serdi -f option to avoid qualifying URIs.
David Robillard
1
-4
/
+15
2011-12-11
Move all #ifdef gunk to serd_internal.h.
David Robillard
1
-17
/
+2
2011-12-11
Use posix_fadvise to advise about sequential file access.
David Robillard
1
-0
/
+9
2011-12-11
Add SerdBulkSink for writing bulk output and corresponding serdi -B option.
David Robillard
1
-1
/
+17
2011-12-11
Report reason for failure to open file in serdi.
David Robillard
1
-1
/
+3
2011-09-29
Tidy.
David Robillard
1
-3
/
+3
2011-05-24
Fix crash when input is not given.
David Robillard
1
-1
/
+6
2011-05-18
Add test to ensure blank node IDs don't clash with generated IDs.
David Robillard
1
-28
/
+66
2011-05-16
Mention - for stdin in help message.
David Robillard
1
-1
/
+2
2011-05-15
Remove dead code found by clang static analyser.
David Robillard
1
-1
/
+1
2011-05-15
Print (stdin) as file in error messages when reading stdin
David Robillard
1
-1
/
+1
2011-05-12
Abort when given an invalid base URI.
David Robillard
1
-0
/
+1
2011-05-06
Make writer methods directly compatible with reader callbacks.
David Robillard
1
-49
/
+5
2011-05-06
Merge SerdEnv and SerdReadState.
David Robillard
1
-11
/
+9
2011-04-30
Use descriptive return codes instead of bool
David Robillard
1
-16
/
+12
2011-04-30
Consistent error messages
David Robillard
1
-7
/
+7
2011-04-27
Don't hide pointers in typedefs.
David Robillard
1
-8
/
+8
2011-04-23
Tidy.
David Robillard
1
-1
/
+0
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
-22
/
+14
2011-04-16
Update copyright headers
David Robillard
1
-1
/
+1
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-02-25
Abstract common read state tracking code (SerdReadState) to make user code le...
David Robillard
1
-63
/
+26
2011-02-25
Switch to 2-clause BSD license.
David Robillard
1
-16
/
+24
2011-02-16
Add SERD_STYLE_RESOLVED option for resolving (expanding) relative URIs in out...
David Robillard
1
-0
/
+2
2011-02-10
Add base parameter to serd_node_new_uri and add serd_node_new_uri_from_node.
David Robillard
1
-25
/
+28
2011-02-10
Make serd_uri_resolve return void, since it has no error case anyway.
David Robillard
1
-7
/
+2
2011-01-28
Fix crashes when passed NULL nodes.
David Robillard
1
-1
/
+1
2011-01-26
Tolerate NULL base URI.
David Robillard
1
-1
/
+2
2011-01-25
Move node functions into API.
David Robillard
1
-58
/
+0
2011-01-25
Change source header tag line.
David Robillard
1
-1
/
+1
[next]