summaryrefslogtreecommitdiff
path: root/src/raptor_uri.c
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* (raptor_uri_finish): Set world->uris_tree to NULL after freeingLauri Aalto2010-02-231-1/+3
* raptor_new_avltree() loses world arg.Dave Beckett2010-02-181-2/+1
* (raptor_uri_get_world): Added new API helper function.Lauri Aalto2010-02-161-0/+15
* indent + whitespaceLauri Aalto2010-02-091-2/+2
* (main): Make test code less verbose except when very debuggy.Dave Beckett2010-02-051-0/+2
* Make all print methods return an int status codeDave Beckett2010-01-261-2/+6
* Use raptor_uri_resolve_uri_reference length with raptor_new_uri_from_counted_...Dave Beckett2010-01-241-11/+43
* Ensure URI string field is always setDave Beckett2010-01-231-11/+12
* Added new uri constructor raptor_new_uri_from_counted_stringDave Beckett2010-01-231-5/+25
* (raptor_uri_print): Use world to report fwrite failure, remove FIXME.Dave Beckett2010-01-191-8/+11
* Update rdf namespace concepts to add PlainLiteral, share across parsersDave Beckett2010-01-181-3/+3
* New raptor_uri implementation - reference counted uris with interning.Dave Beckett2010-01-101-205/+256
* Add raptor_uri_finish stup for uri class cleanupDave Beckett2010-01-091-0/+6
* Remove _v2 suffix from raptor_uri constructorsDave Beckett2010-01-091-26/+26
* Removed raptor_uri_handler and made all URI functions work direct with defaul...Dave Beckett2010-01-091-201/+73
* Move raptor_uri_handler to internal and remove get/set functions.Dave Beckett2010-01-091-42/+3
* Removed all V1 deprecated functions and structures.Dave Beckett2010-01-051-18/+0
* Remove all raptor v1 APIs with v2 replacements.Dave Beckett2010-01-051-455/+0
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-154/+154
* (raptor_uri_print_v2): Silly games to prevent stupid gcc warning:Dave Beckett2009-07-181-3/+10
* Refactored raptor_uri_test to use raptor v2 functions.Lauri Aalto2008-10-061-50/+54
* (raptor_uri_to_relative_uri_string_v2): New v2 API function. raptor_uri_to_re...Lauri Aalto2008-10-061-3/+32
* Added API flag RAPTOR_V2_AVAILABLE.Lauri Aalto2008-10-061-0/+42
* Further refactored raptor_uri internals to use v2 raptor_world APIs.Lauri Aalto2008-09-191-10/+102
* (raptor_new_uri_for_xmlbase_v2,raptor_new_uri_for_retrieval_v2): Added new v2...Lauri Aalto2008-09-121-5/+48
* (raptor_new_uri_from_id_v2): Added new API function to replace raptor_new_uri...Lauri Aalto2008-09-121-1/+24
* (raptor_uri_init): Use raptor_world* as default uri handler context.Lauri Aalto2008-09-021-3/+4
* Moved uri_handler and uri_handler_context to raptor_world.Lauri Aalto2008-09-011-23/+276
* Added tests forDave Beckett2008-08-241-0/+4
* Use RAPTOR_DISABLE_DEPRECATED macro to wrap disabling deprecated functions an...Dave Beckett2008-06-201-2/+4
* (raptor_uri_to_relative_counted_uri_string): Add support for a baseDave Beckett2008-06-051-13/+33
* (assert_uri_to_relative): Free base_uri if not NULLDave Beckett2008-04-261-1/+2
* Use RAPTOR_ASSERT_OBJECT_POINTER_RETURN on destructor object arg. 2008Dave Beckett2008-04-261-1/+3
* (main): Remove C99 initializer for C++Dave Beckett2008-03-171-5/+4
* Changed raptor internal init functions to return error codes.Lauri Aalto2008-01-111-1/+2
* Portability: Use Windows-like path handling on Symbian.Lauri Aalto2007-12-131-0/+5
* Make raptor_uri_handlers const.Lauri Aalto2007-11-121-5/+4
* (raptor_uri_set_handler) Assert inputsLauri Aalto2007-11-121-1/+6
* (raptor_uri_set_handler) Treat uri handler as const although the API does not...Lauri Aalto2007-11-061-6/+0
* Remove writable static data. Make raptor_uri_handler constLauri Aalto2007-11-061-2/+3
* (raptor_uri_to_relative_counted_uri_string) Fix memory leak - free uri detail...Lauri Aalto2007-09-271-1/+1
* (raptor_default_new_uri, raptor_uri_path_make_relative_path, raptor_uri_to_re...Lauri Aalto2007-09-261-7/+21