Age | Commit message (Expand) | Author | Files | Lines |
2011-12-16 | Remove debug print. | David Robillard | 1 | -1/+0 |
2011-12-15 | Remove peek_string, use exactly 1 page as a read buffer. | David Robillard | 1 | -107/+83 |
2011-12-12 | More parser micro-optimization. | David Robillard | 1 | -47/+48 |
2011-12-12 | Remove eat_byte correctness checks for known-correct bytes in optimized builds. | David Robillard | 1 | -70/+77 |
2011-12-12 | Remove branch for EOF detection in eat_byte. | David Robillard | 1 | -9/+4 |
2011-12-12 | Fix memory error introduced a few commits ago. | David Robillard | 1 | -2/+5 |
2011-12-11 | Fix debug build without --stack-check. | David Robillard | 1 | -0/+2 |
2011-12-11 | Move all #ifdef gunk to serd_internal.h. | David Robillard | 1 | -18/+3 |
2011-12-11 | Use posix_fadvise to advise about sequential file access. | David Robillard | 1 | -1/+8 |
2011-12-11 | Add SerdBulkSink for writing bulk output and corresponding serdi -B option. | David Robillard | 1 | -13/+10 |
2011-12-11 | Fix string length calculation. | David Robillard | 1 | -3/+2 |
2011-12-11 | Align read buffer to page boundary if posix_memalign is available. | David Robillard | 1 | -1/+8 |
2011-12-11 | Shrink code. | David Robillard | 1 | -5/+2 |
2011-12-11 | Simply reader by using a stack of SerdNode rather than weird internal types. | David Robillard | 1 | -250/+204 |
2011-12-11 | Better invalid string character handling. | David Robillard | 1 | -10/+40 |
2011-12-10 | Tolerate invalid characters in string literals by replacing with the | David Robillard | 1 | -5/+28 |
2011-09-29 | Tidy. | David Robillard | 1 | -3/+6 |
2011-08-21 | Gracefully handle NULL reader sinks. | David Robillard | 1 | -11/+18 |
2011-08-20 | Avoid writing illegal Turtle names as a result of URI qualifying (fix #734). | David Robillard | 1 | -3/+2 |
2011-06-19 | Fix abbreviation flags for blank nodes within lists (fix ticket #719). | David Robillard | 1 | -2/+2 |
2011-05-24 | Add serd_uri_to_path to API. | David Robillard | 1 | -26/+1 |
2011-05-24 | Don't call serd_strlen for append_string (which is only used on internal ASCI... | David Robillard | 1 | -10/+7 |
2011-05-19 | Express inlining information via statement flags rather than node types. | David Robillard | 1 | -39/+51 |
2011-05-18 | Add test to ensure blank node IDs don't clash with generated IDs. | David Robillard | 1 | -29/+130 |
2011-05-12 | Fix out of bounds array indexing. | David Robillard | 1 | -1/+1 |
2011-05-12 | Use conventional string lengths not including NULL terminator | David Robillard | 1 | -29/+29 |
2011-05-11 | Create SerdNodeFlags typedef for flags. | David Robillard | 1 | -11/+11 |
2011-05-11 | Record whether strings contains quotes or newlines for smart selection of lon... | David Robillard | 1 | -36/+47 |
2011-05-06 | Merge SerdEnv and SerdReadState. | David Robillard | 1 | -106/+0 |
2011-05-05 | Tidy. | David Robillard | 1 | -24/+25 |
2011-05-05 | Remove datatype and lang from internal Node struct (use less stack space). | David Robillard | 1 | -58/+76 |
2011-05-05 | Replace strlen of string constants with sizeof. | David Robillard | 1 | -3/+3 |
2011-05-05 | Fix comments mangled by search/replace. | David Robillard | 1 | -3/+3 |
2011-05-05 | Make serd_read_state_get_base_uri return a pointer. | David Robillard | 1 | -2/+2 |
2011-04-30 | Use descriptive return codes instead of bool | David Robillard | 1 | -36/+27 |
2011-04-30 | Consistent error messages | David Robillard | 1 | -3/+3 |
2011-04-27 | Don't hide pointers in typedefs. | David Robillard | 1 | -87/+86 |
2011-04-24 | Fix reader memory stack use and verify read_object fully clears its stack. | David Robillard | 1 | -12/+10 |
2011-04-23 | Fix stack memory leak (unbounded memory increasing per read triple, oops). | David Robillard | 1 | -3/+5 |
2011-04-23 | Improve node struct alignment | David Robillard | 1 | -3/+3 |
2011-04-23 | Fix parsing of language tags with several hyphens. | David Robillard | 1 | -1/+1 |
2011-04-23 | Tidy. | David Robillard | 1 | -1/+0 |
2011-04-23 | Fix crazy define name. | David Robillard | 1 | -5/+5 |
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 | -20/+12 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+0 |
2011-03-02 | Fix parsing several files/strings with the same parser. | David Robillard | 1 | -0/+26 |
2011-02-25 | Abstract common read state tracking code (SerdReadState) to make user code le... | David Robillard | 1 | -10/+92 |
2011-02-25 | Switch to 2-clause BSD license. | David Robillard | 1 | -18/+24 |
2011-02-04 | Fix parsing double with signs in their exponents (e.g. 1.234e+56). | David Robillard | 1 | -0/+5 |