aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Remove unused parameter.David Robillard1-7/+7
2011-12-27Warn on invalid unicode character and replace (fix #796).David Robillard1-7/+13
2011-12-25Near 100% branch coverage.David Robillard1-20/+18
2011-12-25100% test coverage.David Robillard1-64/+32
2011-12-16Remove debug print.David Robillard1-1/+0
2011-12-15Remove peek_string, use exactly 1 page as a read buffer.David Robillard1-107/+83
2011-12-12More parser micro-optimization.David Robillard1-47/+48
2011-12-12Remove eat_byte correctness checks for known-correct bytes in optimized builds.David Robillard1-70/+77
2011-12-12Remove branch for EOF detection in eat_byte.David Robillard1-9/+4
2011-12-12Fix memory error introduced a few commits ago.David Robillard1-2/+5
2011-12-11Fix debug build without --stack-check.David Robillard1-0/+2
2011-12-11Move all #ifdef gunk to serd_internal.h.David Robillard1-18/+3
2011-12-11Use posix_fadvise to advise about sequential file access.David Robillard1-1/+8
2011-12-11Add SerdBulkSink for writing bulk output and corresponding serdi -B option.David Robillard1-13/+10
2011-12-11Fix string length calculation.David Robillard1-3/+2
2011-12-11Align read buffer to page boundary if posix_memalign is available.David Robillard1-1/+8
2011-12-11Shrink code.David Robillard1-5/+2
2011-12-11Simply reader by using a stack of SerdNode rather than weird internal types.David Robillard1-250/+204
2011-12-11Better invalid string character handling.David Robillard1-10/+40
2011-12-10Tolerate invalid characters in string literals by replacing with theDavid Robillard1-5/+28
2011-09-29Tidy.David Robillard1-3/+6
2011-08-21Gracefully handle NULL reader sinks.David Robillard1-11/+18
2011-08-20Avoid writing illegal Turtle names as a result of URI qualifying (fix #734).David Robillard1-3/+2
2011-06-19Fix abbreviation flags for blank nodes within lists (fix ticket #719).David Robillard1-2/+2
2011-05-24Add serd_uri_to_path to API.David Robillard1-26/+1
2011-05-24Don't call serd_strlen for append_string (which is only used on internal ASCI...David Robillard1-10/+7
2011-05-19Express inlining information via statement flags rather than node types.David Robillard1-39/+51
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard1-29/+130
2011-05-12Fix out of bounds array indexing.David Robillard1-1/+1
2011-05-12Use conventional string lengths not including NULL terminatorDavid Robillard1-29/+29
2011-05-11Create SerdNodeFlags typedef for flags.David Robillard1-11/+11
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard1-36/+47
2011-05-06Merge SerdEnv and SerdReadState.David Robillard1-106/+0
2011-05-05Tidy.David Robillard1-24/+25
2011-05-05Remove datatype and lang from internal Node struct (use less stack space).David Robillard1-58/+76
2011-05-05Replace strlen of string constants with sizeof.David Robillard1-3/+3
2011-05-05Fix comments mangled by search/replace.David Robillard1-3/+3
2011-05-05Make serd_read_state_get_base_uri return a pointer.David Robillard1-2/+2
2011-04-30Use descriptive return codes instead of boolDavid Robillard1-36/+27
2011-04-30Consistent error messagesDavid Robillard1-3/+3
2011-04-27Don't hide pointers in typedefs.David Robillard1-87/+86
2011-04-24Fix reader memory stack use and verify read_object fully clears its stack.David Robillard1-12/+10
2011-04-23Fix stack memory leak (unbounded memory increasing per read triple, oops).David Robillard1-3/+5
2011-04-23Improve node struct alignmentDavid Robillard1-3/+3
2011-04-23Fix parsing of language tags with several hyphens.David Robillard1-1/+1
2011-04-23Tidy.David Robillard1-1/+0
2011-04-23Fix crazy define name.David Robillard1-5/+5
2011-04-22Fix license header (awk oops).David Robillard1-1/+1
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+12
2011-04-16Update copyright headersDavid Robillard1-1/+0