summaryrefslogtreecommitdiff
path: root/src/raptor_uri.c
Commit message (Expand)AuthorAgeFilesLines
* Add _POSIX_C_SOURCE for lstat() in test codeDave Beckett2017-04-021-0/+7
* Portability fixes for C11 and newer clangDave Beckett2017-01-081-0/+3
* -fsanitize=nonnull-attributeStephan Bergmann2016-08-291-2/+3
* remove another sprintf()Dave Beckett2015-05-021-2/+3
* fix, do fputs() properlySebastian Freundt2014-12-171-1/+1
* raptor_uri_counted_filename_to_uri_string handles a counted stringDave Beckett2014-08-041-9/+13
* Do not assume NUL terminated string in raptor_new_uri_from_counted_stringDave Beckett2014-08-041-6/+3
* fix autodocDave Beckett2014-05-051-1/+1
* (raptor_uri_counted_filename_to_uri_string): Error path cannot use NULL buffe...Dave Beckett2014-04-171-2/+3
* Added raptor_uri_counted_filename_to_uri_stringDave Beckett2014-04-161-5/+48
* (raptor_uri_uri_string_is_absolute): Make a much cheaper test.Dave Beckett2013-12-031-10/+16
* Normalize file URIsDave Beckett2013-11-241-3/+8
* Renamed raptor_uri_string_is_absolute to raptor_uri_uri_string_is_absoluteDave Beckett2013-11-241-2/+2
* (raptor_uri_string_is_absolute): AddedDave Beckett2013-09-121-0/+27
* (raptor_uri_escaped_write): AddedDave Beckett2013-03-021-0/+47
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-4/+0
* URI test build fixesDave Beckett2012-05-211-6/+5
* (raptor_new_uri_relative_to_base_counted): AddedDave Beckett2012-04-131-6/+33
* ; considered goodDave Beckett2012-03-291-1/+1
* castsDave Beckett2012-02-011-4/+4
* (raptor_new_uri_from_uri_or_file_string): Never free uri_or_file_stringDave Beckett2012-02-011-1/+2
* Make raptor_new_uri_from_uri_or_file_string check for files first.Dave Beckett2012-02-011-9/+18
* (raptor_uri_filename_exists): AddedDave Beckett2012-02-011-14/+30
* More file URI updatesDave Beckett2012-02-011-51/+61
* code cleanupDave Beckett2012-01-281-17/+23
* Rename file uri string to match conventionDave Beckett2012-01-281-15/+69
* raptor_uri_uri_string_as_filenameDave Beckett2012-01-281-0/+57
* set errno to 0Dave Beckett2011-10-021-0/+1
* Bugfix raptor_uri_string_to_relative_uri_stringJoe Presbrey2011-09-261-1/+2
* Make raptor_format_integer handle hex tooDave Beckett2011-09-081-1/+2
* (raptor_new_uri_from_rdf_ordinal): Use raptor_format_integer()Dave Beckett2011-08-311-5/+10
* Code style for comparing a possibly undefined macro to a valueDave Beckett2011-08-271-1/+1
* code style - casts for lengthsDave Beckett2011-08-121-22/+31
* Code style change and cleanup for alloc/free macrosDave Beckett2011-07-311-32/+31
* Fixes [CLANG]Dave Beckett2011-05-221-2/+5
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* Replace all RAPTOR_FATAL with error log messages in user buildsDave Beckett2011-01-211-2/+9
* #autodocsDave Beckett2010-11-291-1/+1
* Check world object is valid for Raptor V2 in every constructorDave Beckett2010-11-211-12/+12
* Remove use of strncmp when strings are same lengthDave Beckett2010-09-281-3/+14
* raptor_uri_equals(): small optimisation - URI lengths are now compared before...Nicholas J Humfrey2010-09-281-0/+2
* raptor_uri_compare(): URI comparison now takes into account the stored string...Nicholas J Humfrey2010-09-281-2/+5
* (raptor_uri_filename_to_uri_string): memcpy replacing strcpyDave Beckett2010-08-051-1/+1
* (raptor_new_uri_for_rdf_concept): memcpy replacing strcpyDave Beckett2010-08-051-4/+6
* (raptor_new_uri_from_id): memcpy replacing strcpyDave Beckett2010-08-051-3/+5
* (raptor_uri_print): Correct error check and simplify code.Dave Beckett2010-08-051-11/+6
* (raptor_new_uri_from_counted_string): autodoc to note counted string need not...Dave Beckett2010-06-281-0/+3
* Modified raptor_new_*_from_counted_* to handle non-NULL terminated strings.Nicholas J Humfrey2010-06-281-2/+3
* (raptor_uri_compare): code tidierDave Beckett2010-05-181-6/+3
* (raptor_uri_compare): Make both NULL be equal.Dave Beckett2010-05-181-7/+7