summaryrefslogtreecommitdiff
path: root/src/raptor_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Create rdf and rdfs namespaces from counted string URIsDave Beckett2010-01-231-4/+7
* Remove _v2 from raptor_new_qname_from_namespace_local_name_v2Dave Beckett2010-01-171-2/+2
* Rename raptor_namespaces/stack functions to lose _v2 in nameDave Beckett2010-01-171-11/+12
* Code style: use TYPE* var_name = RAPTOR_CALLOC(TYPE, 1, sizeof(*var_name))Dave Beckett2010-01-171-2/+2
* New raptor_uri implementation - reference counted uris with interning.Dave Beckett2010-01-101-15/+15
* Remove _v2 suffix from raptor_uri constructorsDave Beckett2010-01-091-3/+3
* raptor_xml_any_escape_string and raptor_xml_any_escape_string use raptor_worl...Dave Beckett2010-01-081-5/+6
* raptor_new_namespaces_v2 loses error_handler / error_data args.Dave Beckett2010-01-081-5/+3
* raptor_namespaces_init_v2 loses error_handler / error_dataDave Beckett2010-01-081-14/+6
* Remove all raptor v1 APIs with v2 replacements.Dave Beckett2010-01-051-78/+0
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-46/+46
* (raptor_namespaces_init_v2, raptor_namespace_stack_to_array): CastsDave Beckett2009-07-191-5/+5
* (raptor_new_namespaces_v2): Lowmem fix. Use calloc instead of malloc to have ...Lauri Aalto2009-03-311-1/+1
* (raptor_namespaces_init_v2): Check for alloc failureLauri Aalto2009-02-181-0/+3
* (raptor_namespaces_qname_from_uri): Init ns to NULL to prevent use-before-ini...Lauri Aalto2009-02-181-1/+1
* (raptor_namespaces_get_default_namespace): Make this work again -Dave Beckett2009-02-181-1/+3
* Replace namespace storage from a linked list to a hash on prefixDave Beckett2009-02-171-82/+202
* Refactored raptor_namespace_test to use raptor v2 functions.Lauri Aalto2008-10-061-8/+6
* Added API flag RAPTOR_V2_AVAILABLE.Lauri Aalto2008-10-061-0/+4
* Debug prints to use v2 APIs.Lauri Aalto2008-10-031-1/+1
* Use raptor_new_qname_from_namespace_local_name_v2() instead of raptor_new_qna...Lauri Aalto2008-09-221-1/+1
* Refactored raptor_namespace internals to use v2 raptor_world functions.Lauri Aalto2008-09-031-31/+100
* Moved uri_handler and uri_handler_context to raptor_world.Lauri Aalto2008-09-011-1/+3
* Use RAPTOR_ASSERT_OBJECT_POINTER_RETURN on destructor object arg. 2008Dave Beckett2008-04-261-1/+6
* Make raptor_uri_handlers const.Lauri Aalto2007-11-121-4/+4
* raptor_namespace: Check for alloc failures and clean up on error. Changed rap...Lauri Aalto2007-09-211-22/+47
* raptor_namespace.c: Fix comment typoLauri Aalto2007-09-211-1/+1
* (raptor_namespaces_qname_from_uri): Added, to make a qname from theDave Beckett2006-02-221-0/+56
* (raptor_namespaces_format): NULL-terminate the namespace string.Dave Beckett2006-01-161-0/+1
* (raptor_namespace_get_counted_prefix): Added to return prefix andDave Beckett2006-01-151-0/+18
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-2/+0
* (main): Cast for stringDave Beckett2006-01-031-1/+1
* 2006 and urlsDave Beckett2006-01-021-3/+2
* (raptor_namespaces_find_namespace): Handle searching for defaultDave Beckett2006-01-011-3/+37
* (raptor_namespaces_format): XML escape the written namespace name URIDave Beckett2005-09-201-12/+27
* (raptor_namespaces_init): Remove un-necessary casts for constantDave Beckett2005-09-091-5/+5
* autodocsDave Beckett2005-08-191-1/+1
* autodocsDave Beckett2005-08-191-3/+125
* autodocsDave Beckett2005-08-191-0/+60
* autodocsDave Beckett2005-08-191-0/+9
* autodocs reformatted for gtk-docDave Beckett2005-08-191-4/+8
* (raptor_namespaces_find_namespace_by_uri): Return NULL if ns_uri isDave Beckett2005-06-071-0/+3
* #2005Dave Beckett2005-01-151-1/+1
* Turn namespace URI string constants into unsigned char* strings.Dave Beckett2005-01-031-5/+5
* (raptor_namespaces_find_namespace_by_uri): Added.Dave Beckett2005-01-011-0/+14
* #formattingDave Beckett2004-12-311-3/+4
* Casts for c++Dave Beckett2004-12-171-2/+2
* (raptor_iostream_write_namespace): Handle ns->uri is NULL and noDave Beckett2004-12-141-3/+4
* (raptor_namespaces_format): Handle ns->uri is NULL and no prefix,Dave Beckett2004-12-141-3/+7
* (raptor_new_namespace_parts_from_string): Added, to decode thingsDave Beckett2004-12-021-0/+77