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
/
uri.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-08
Fix parsing of hex escapes in file URIs
Johannes Mueller
1
-1
/
+1
2017-06-30
Fix various clang-tidy issues
David Robillard
1
-14
/
+14
2017-06-29
Fix strict parsing of abolute URI schemes
David Robillard
1
-8
/
+4
2017-02-18
Fix invalid doc comment
David Robillard
1
-1
/
+1
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-1
/
+1
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-3
/
+3
2014-08-08
Update copyright dates.
David Robillard
1
-1
/
+1
2014-04-11
Minor hardening.
David Robillard
1
-1
/
+1
2013-03-30
Improve branch coverage.
David Robillard
1
-1
/
+1
2012-12-20
Fix crash when resolving against non-standard base URIs.
David Robillard
1
-4
/
+1
2012-08-08
Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...
David Robillard
1
-3
/
+3
2012-03-29
Don't break relative URIs with up-references when parsing a document with no ...
David Robillard
1
-6
/
+8
2012-03-10
Add serd_writer_set_root_uri(), root parameter to
David Robillard
1
-76
/
+74
2012-03-10
Trim redundant case.
David Robillard
1
-3
/
+1
2012-03-08
Add serd_writer_get_env().
David Robillard
1
-57
/
+178
2012-02-20
Fix collection parsing code to not leak stack space.
David Robillard
1
-1
/
+0
2012-02-05
Update to r65/autowaf and waf-1.6.10.
David Robillard
1
-2
/
+4
2012-01-18
Make serd_node_new_integer take int64_t instead of long.
David Robillard
1
-1
/
+1
2012-01-16
Support compilation as C++ under MSVC++
David Robillard
1
-6
/
+12
2012-01-16
Update copyright dates.
David Robillard
1
-1
/
+1
2012-01-14
Lint.
David Robillard
1
-1
/
+1
2011-12-25
Near 100% branch coverage.
David Robillard
1
-23
/
+12
2011-12-24
Support file://localhost/foo URIs in serd_uri_to_path().
David Robillard
1
-14
/
+12
2011-12-24
Clean up path writing logic in serd_uri_serialise.
David Robillard
1
-30
/
+26
2011-12-24
Separate remove_dot_segments from serd_uri_resolve.
David Robillard
1
-62
/
+73
2011-12-24
Improve URI resolution to cover most of the abnormal cases from RFC3986.
David Robillard
1
-9
/
+32
2011-12-11
Move all #ifdef gunk to serd_internal.h.
David Robillard
1
-3
/
+1
2011-09-29
Tidy.
David Robillard
1
-43
/
+42
2011-05-24
More picky URI to path conversion
David Robillard
1
-1
/
+4
2011-05-24
Add serd_uri_to_path to API.
David Robillard
1
-0
/
+26
2011-05-15
Remove dead code found by clang static analyser.
David Robillard
1
-7
/
+7
2011-04-30
Use descriptive return codes instead of bool
David Robillard
1
-2
/
+2
2011-04-23
Tidy.
David Robillard
1
-1
/
+0
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
-19
/
+11
2011-02-25
Switch to 2-clause BSD license.
David Robillard
1
-16
/
+24
2011-02-10
Make serd_uri_resolve return void, since it has no error case anyway.
David Robillard
1
-4
/
+3
2011-02-03
Write "//" for URIs with empty authorities (e.g. the correct file:///foo/bar ...
David Robillard
1
-1
/
+4
2011-01-25
Add `amalgamate' waf target for building single source file distribution.
David Robillard
1
-0
/
+2
2011-01-25
Change source header tag line.
David Robillard
1
-1
/
+1
2011-01-25
Fix URI resolution of absolute URIs.
David Robillard
1
-6
/
+1
2011-01-24
Remove SerdString from public API in favour of more expressive (and not neces...
David Robillard
1
-54
/
+2
2011-01-23
Faster serd_uri_serialise.
David Robillard
1
-19
/
+32
2011-01-23
Rearrange code, put common internal stuff in serd_internal.h.
David Robillard
1
-22
/
+1
2011-01-23
Code cleanup (appease cpplint).
David Robillard
1
-1
/
+1
2011-01-21
Make writer write to any sink passed in by the user.
David Robillard
1
-1
/
+1
2011-01-20
Support passing no base URI on command line (use filename as base URI).
David Robillard
1
-8
/
+6
2011-01-20
Flesh out documentation.
David Robillard
1
-1
/
+1
2011-01-20
Fix memory errors (full test suite passes with zero errors or leaks reported ...
David Robillard
1
-3
/
+2
2011-01-20
Run, and pass all, bad tests.
David Robillard
1
-37
/
+31
[next]