aboutsummaryrefslogtreecommitdiffstats
path: root/src/n3.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Expand URIs in readerDavid Robillard1-13/+110
2022-01-14Move SerdEnv mutation from writer to readerDavid Robillard1-0/+6
2022-01-14Add extensible logging APIDavid Robillard1-58/+55
2022-01-13Add SERD_READ_EXACT_BLANKS flagDavid Robillard1-1/+1
2022-01-13Add support for parsing variablesDavid Robillard1-5/+76
2022-01-13Make Reader always read from a ByteSourceDavid Robillard1-2/+2
2022-01-13Support reading lone lists in lax modeDavid Robillard1-1/+1
2022-01-13Fix hang when skipping an error at EOF when lax parsingDavid Robillard1-1/+1
2022-01-13Be precise about the meaning of node "length" and "size"David Robillard1-2/+3
2022-01-13Handle read errors more preciselyDavid Robillard1-25/+23
2022-01-13Split up serd_internal.hDavid Robillard1-1/+1
2022-01-13Factor out TRY macroDavid Robillard1-7/+1
2022-01-13Simplify streaming API and improve pretty printingDavid Robillard1-22/+22
2022-01-13Improve reader error handlingDavid Robillard1-124/+170
2022-01-13Set flags directly when reading literal nodesDavid Robillard1-61/+43
2022-01-13Zero node padding before passing to reader sinksDavid Robillard1-1/+4
2022-01-13Remove datatype and language from reader contextDavid Robillard1-36/+31
2022-01-13Simplify stack management by popping in bulk at higher levelsDavid Robillard1-61/+31
2022-01-13Use a fixed-size reader stackDavid Robillard1-126/+147
2022-01-13Simplify reader interfaceDavid Robillard1-1/+2
2022-01-13Add SerdSink interface and hide implementationsDavid Robillard1-11/+4
2022-01-13Merge datatype/language into nodeDavid Robillard1-18/+19
2022-01-13Make nodes opaqueDavid Robillard1-16/+19
2022-01-13Rename function types for consistencyDavid Robillard1-6/+6
2022-01-13Use char* for strings in public APIDavid Robillard1-7/+5
2022-01-13Remove support for Turtle named inline nodes extensionDavid Robillard1-21/+0
2021-05-31Make most function parameters constDavid Robillard1-69/+102
2021-05-31Remove "static inline" for functions in implementation filesDavid Robillard1-12/+12
2021-05-31Fix unannotated switch fallthroughsDavid Robillard1-4/+19
2021-05-31Fix some conversion warningsDavid Robillard1-2/+2
2021-05-16Avoid else after breakDavid Robillard1-3/+3
2021-04-09Write statements with invalid URI characters in lax modeDavid Robillard1-9/+9
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-1295/+1373
2020-12-31Avoid "else" after "break" and "return"David Robillard1-13/+33
2020-11-13Improve IRI reading performanceDavid Robillard1-10/+13
2020-11-13Remove use of C character class functions that may use localeDavid Robillard1-2/+1
2020-08-16Fix handling of bad syntax that ends a collectionDavid Robillard1-1/+2
2020-08-16Fix EOF and null byte handlingDavid Robillard1-3/+6
2020-08-15Clean up reader error handlingDavid Robillard1-279/+319
2020-08-15Make read_String() return a statusDavid Robillard1-42/+47
2020-08-15Make read_IRIREF_scheme() return a statusDavid Robillard1-15/+11
2020-08-15Make r_err() return a statusDavid Robillard1-52/+74
2020-08-15Make read_PrefixedName() return a statusDavid Robillard1-12/+17
2020-08-15Make read_PERCENT() return a statusDavid Robillard1-8/+4
2020-08-15Make read_UCHAR() and read_ECHAR() return a statusDavid Robillard1-21/+21
2020-08-15Exploit push_byte return statusDavid Robillard1-2/+1
2020-08-15Harden prefixed name parsingDavid Robillard1-9/+39
2020-08-14Clean up and separate internal headersDavid Robillard1-1/+5
2020-07-06Fix spurious semicolon warningsDavid Robillard1-2/+2