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
2021-03-08
Emit reader errors on stack overflows in string literals
David Robillard
1
-1
/
+9
2021-03-08
Split up serd_internal.h
David Robillard
1
-1
/
+1
2021-03-08
Support reading lone lists in lax mode
David Robillard
1
-1
/
+1
2021-03-08
Handle read errors more precisely
David Robillard
1
-26
/
+18
2021-03-08
Use simpler names for statement flags
David Robillard
1
-4
/
+4
2021-03-08
Simplify streaming API and improve pretty printing
David Robillard
1
-19
/
+27
2021-03-08
WIP: Leave statement cursor at the start of literals
David Robillard
1
-1
/
+11
2021-03-08
Improve reader error handling
David Robillard
1
-31
/
+40
2021-03-08
Remove unnecessary parameter from read_LANGTAG()
David Robillard
1
-8
/
+8
2021-03-08
Set flags directly when reading literal nodes
David Robillard
1
-57
/
+35
2021-03-08
Zero node padding before passing to reader sinks
David Robillard
1
-1
/
+4
2021-03-08
Remove datatype and language from reader context
David Robillard
1
-30
/
+25
2021-03-08
Simplify stack management by popping in bulk at higher levels
David Robillard
1
-62
/
+31
2021-03-08
Use a fixed-size reader stack
David Robillard
1
-128
/
+142
2021-03-07
Add SerdSink interface and hide implementations
David Robillard
1
-11
/
+4
2021-03-07
Use consistent naming for function types
David Robillard
1
-6
/
+6
2021-03-07
Simplify reader interface
David Robillard
1
-1
/
+2
2021-03-07
Merge datatype/language into node
David Robillard
1
-15
/
+19
2021-03-07
Make nodes opaque
David Robillard
1
-13
/
+16
2021-03-07
Use char* for strings in public API
David Robillard
1
-7
/
+5
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
2020-12-31
Avoid "else" after "break" and "return"
David Robillard
1
-13
/
+33
2020-11-13
Improve IRI reading performance
David Robillard
1
-10
/
+13
2020-11-13
Remove use of C character class functions that may use locale
David Robillard
1
-2
/
+1
2020-08-16
Fix handling of bad syntax that ends a collection
David Robillard
1
-1
/
+2
2020-08-16
Fix EOF and null byte handling
David Robillard
1
-3
/
+6
2020-08-15
Clean up reader error handling
David Robillard
1
-279
/
+319
2020-08-15
Make read_String() return a status
David Robillard
1
-42
/
+47
2020-08-15
Make read_IRIREF_scheme() return a status
David Robillard
1
-15
/
+11
2020-08-15
Make r_err() return a status
David Robillard
1
-52
/
+74
2020-08-15
Make read_PrefixedName() return a status
David Robillard
1
-12
/
+17
2020-08-15
Make read_PERCENT() return a status
David Robillard
1
-8
/
+4
2020-08-15
Make read_UCHAR() and read_ECHAR() return a status
David Robillard
1
-21
/
+21
2020-08-15
Exploit push_byte return status
David Robillard
1
-2
/
+1
2020-08-15
Harden prefixed name parsing
David Robillard
1
-9
/
+39
2020-08-14
Clean up and separate internal headers
David Robillard
1
-1
/
+5
2020-07-06
Fix spurious semicolon warnings
David Robillard
1
-2
/
+2
2020-07-06
Fix format conversion warnings
David Robillard
1
-3
/
+6
2020-07-05
Remove unreachable code
David Robillard
1
-3
/
+2
2020-06-21
Cleanup: Add missing default switch cases
David Robillard
1
-0
/
+7
2020-06-21
Cleanup: Fix uninitialised variables
David Robillard
1
-19
/
+19
2020-06-21
Cleanup: Remove unnecessary stores
David Robillard
1
-1
/
+1
2020-06-21
Clean up includes
David Robillard
1
-4
/
+5
2019-10-27
Fix EOF handling while reading in bulk or from strings
David Robillard
1
-15
/
+23
2019-10-27
Use int as internal character type so it can represent EOF
David Robillard
1
-62
/
+69
2019-10-27
Fix integer conversion warnings
David Robillard
1
-8
/
+9
2019-10-27
Fix lax handling of string errors and add separate lax test suite
David Robillard
1
-10
/
+13
2019-04-20
Fix incorrect print format arguments
David Robillard
1
-2
/
+4
2019-03-30
Fix parsing "a" abbreviation without padding whitespace
David Robillard
1
-13
/
+2
[next]