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
/
n3.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-02
Be precise about the meaning of node "length" and "size"
David Robillard
1
-2
/
+3
2023-12-02
Handle read errors more precisely
David Robillard
1
-19
/
+20
2023-12-02
Split up serd_internal.h
David Robillard
1
-1
/
+1
2023-12-02
Reduce complexity of blank node reading functions
David Robillard
1
-18
/
+28
2023-12-02
Simplify statement flags
David Robillard
1
-21
/
+13
2023-12-02
Improve reader error handling
David Robillard
1
-129
/
+152
2023-12-02
Set flags directly when reading literal nodes
David Robillard
1
-64
/
+43
2023-12-02
Zero node padding before passing to reader sinks
David Robillard
1
-1
/
+4
2023-12-02
Remove datatype and language from reader context
David Robillard
1
-38
/
+32
2023-12-02
Simplify stack management by popping in bulk at higher levels
David Robillard
1
-74
/
+37
2023-12-02
Use a fixed-size reader stack
David Robillard
1
-116
/
+145
2023-12-02
Add SerdSink interface and hide implementations
David Robillard
1
-11
/
+5
2023-12-02
Merge datatype/language into node
David Robillard
1
-14
/
+19
2023-12-02
Make nodes opaque
David Robillard
1
-16
/
+19
2023-12-02
Use more human-readable status codes
David Robillard
1
-81
/
+73
2023-12-02
Split up public API header
David Robillard
1
-1
/
+5
2023-12-02
Rename function types for consistency
David Robillard
1
-6
/
+6
2023-12-02
Use char* for strings in public API
David Robillard
1
-7
/
+5
2023-12-02
Remove support for reading Turtle named inline nodes extension
David Robillard
1
-20
/
+0
2023-09-22
Remove unused include
David Robillard
1
-1
/
+0
2023-05-08
Avoid use of strtoul()
David Robillard
1
-7
/
+7
2023-05-03
Make serd_reader_read_chunk() work with NQuads
David Robillard
1
-1
/
+1
2023-05-03
Factor out read_nquads_statement()
David Robillard
1
-42
/
+54
2023-04-16
Gracefully handle errors when writing text
David Robillard
1
-15
/
+14
2023-04-06
Clean up error handling and use TRY macros more broadly
David Robillard
1
-29
/
+35
2023-04-06
Improve pretty-printing of lists and inline subjects
David Robillard
1
-9
/
+14
2023-04-06
Gracefully handle boolean subject and predicate errors
David Robillard
1
-0
/
+3
2023-04-05
Improve writer error handling
David Robillard
1
-7
/
+1
2023-04-05
Use conventional status variable name
David Robillard
1
-17
/
+17
2023-03-31
Fix incorrect parsing of strange quote escape patterns
David Robillard
1
-3
/
+9
2023-03-31
Factor out read_string_escape()
David Robillard
1
-11
/
+20
2022-12-20
Avoid using ASCII grave as a quote
David Robillard
1
-15
/
+15
2022-12-09
Add serd_reader_skip_until_byte() to public API
David Robillard
1
-4
/
+9
2022-11-25
Always handle the return value of eat_byte_safe()
David Robillard
1
-54
/
+40
2022-11-24
Gracefully handle bad characters in Turtle blank node syntax
David Robillard
1
-1
/
+3
2022-11-24
Gracefully handle bad characters in Turtle datatype syntax
David Robillard
1
-2
/
+5
2022-11-24
Avoid redundant comparison
David Robillard
1
-1
/
+1
2022-11-24
Simplify error handling logic
David Robillard
1
-6
/
+5
2022-10-23
Fix hang when skipping an error at EOF when lax parsing
David Robillard
1
-1
/
+1
2022-10-23
Use uppercase integer literal suffixes
David Robillard
1
-3
/
+3
2022-08-31
Adopt REUSE machine-readable licensing standard
David Robillard
1
-15
/
+2
2022-06-10
Fix memory consumption when reading documents
David Robillard
1
-1
/
+13
2021-05-31
Make most function parameters const
David Robillard
1
-69
/
+102
2021-05-31
Remove "static inline" for functions in implementation files
David Robillard
1
-12
/
+12
2021-05-31
Fix unannotated switch fallthroughs
David Robillard
1
-4
/
+19
2021-05-31
Fix some conversion warnings
David Robillard
1
-2
/
+2
2021-05-16
Avoid else after break
David Robillard
1
-3
/
+3
2021-04-09
Write statements with invalid URI characters in lax mode
David Robillard
1
-9
/
+9
2021-01-02
Use email address instead of website for attribution
David Robillard
1
-1
/
+1
2020-12-31
Format all code with clang-format
David Robillard
1
-1295
/
+1373
[next]