summaryrefslogtreecommitdiff
path: root/src/raptor_uri.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (raptor_uri_compare): Update to match librdf_uri_compare when both NULL.Dave Beckett2010-05-181-5/+5
* code style: replace strncpy with memcpy - never need strncpy zero-checking/fi...Dave Beckett2010-05-141-3/+2
* Renamed typedefs ending in _function to _handler.Dave Beckett2010-05-021-1/+1
* Make all raptor object destructors handle NULL object pointer.Dave Beckett2010-04-241-1/+2
* Make all constructors check for non-NULL args/world and call raptor_world_open()Dave Beckett2010-04-171-7/+27
* fix docbook escapes for % in commentsDave Beckett2010-03-071-2/+1
* autodocs and docbook for uri-hex literalsDave Beckett2010-03-071-2/+3
* Give raptor_world a flags mechanism for pre-open configurationDave Beckett2010-03-071-1/+1