index
:
delta/raptor.git
appveyor
master
raptor1
streaming-parser
github.com: dajobe/raptor.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
raptor_qname.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(raptor_new_qname_from_namespace_local_name): move strlen after local_name NU...
Dave Beckett
2014-04-16
1
-1
/
+3
*
autodocs
Dave Beckett
2013-11-24
1
-1
/
+1
*
Fix pointer as integer issue
Dave Beckett
2013-11-24
1
-1
/
+1
*
(raptor_qname_format_as_xml): Added
Dave Beckett
2013-11-24
1
-0
/
+65
*
(raptor_qname_string_to_uri): Handle qnames with two :s
Dave Beckett
2013-02-24
1
-3
/
+4
*
Add sparql name check module
Dave Beckett
2013-02-21
1
-196
/
+0
*
(raptor_sparql_name_check): Added to check sparql / turtle names
Dave Beckett
2013-02-21
1
-0
/
+196
*
Remove all traces of win32_raptor_config.h
Daniel Richard G
2012-08-30
1
-5
/
+0
*
(raptor_qname_copy): Free new_qname on OOM [clang]
Dave Beckett
2012-06-17
1
-1
/
+1
*
doc
Dave Beckett
2012-05-15
1
-1
/
+1
*
Add more RAPTOR_GOOD_CAST and RAPTOR_BAD_CAST and fix some.
Dave Beckett
2011-08-31
1
-2
/
+3
*
Code style for comparing a possibly undefined macro to a value
Dave Beckett
2011-08-27
1
-4
/
+4
*
Use size_t for qname value length and unsigned int for name lengths.
Dave Beckett
2011-08-12
1
-14
/
+14
*
Code style change and cleanup for alloc/free macros
Dave Beckett
2011-07-31
1
-13
/
+13
*
docs
Dave Beckett
2011-05-19
1
-2
/
+2
*
Switch to raptor2.h as main header. raptor.h includes it
Dave Beckett
2011-04-26
1
-1
/
+1
*
Check world object is valid for Raptor V2 in every constructor
Dave Beckett
2010-11-21
1
-2
/
+2
*
memcpy replacing more strcpy for known length strings. Check NUL copying.
Dave Beckett
2010-08-05
1
-17
/
+28
*
code style: replace strncpy with memcpy - never need strncpy zero-checking/fi...
Dave Beckett
2010-05-14
1
-3
/
+2
*
Make all raptor object destructors handle NULL object pointer.
Dave Beckett
2010-04-24
1
-1
/
+2
*
Make all constructors check for non-NULL args/world and call raptor_world_open()
Dave Beckett
2010-04-17
1
-0
/
+4
*
(raptor_qname_copy): Handle NULL qname arg.
Dave Beckett
2010-03-27
1
-1
/
+4
*
Rename raptor_iostream write bytes/string method to raptor_iostream_TYPE_writ...
Dave Beckett
2010-02-18
1
-5
/
+7
*
Rename write to iostream methods of class to follow raptor_CLASS_write() form
Dave Beckett
2010-02-17
1
-3
/
+3
*
Remove _v2 from raptor_new_qname_from_namespace_local_name_v2
Dave Beckett
2010-01-17
1
-5
/
+5
*
Code style: use TYPE* var_name = RAPTOR_CALLOC(TYPE, 1, sizeof(*var_name))
Dave Beckett
2010-01-17
1
-3
/
+3
*
New raptor_uri implementation - reference counted uris with interning.
Dave Beckett
2010-01-10
1
-4
/
+4
*
Remove _v2 suffix from raptor_uri constructors
Dave Beckett
2010-01-09
1
-4
/
+4
*
raptor_qname_string_to_uri loses error_handler/error_data args.
Dave Beckett
2010-01-08
1
-7
/
+4
*
raptor_new_qname loses error_handler / error_data args
Dave Beckett
2010-01-08
1
-7
/
+3
*
Remove all raptor v1 APIs with v2 replacements.
Dave Beckett
2010-01-05
1
-30
/
+0
*
Code style - whitespace around assignment and comparison ops
Dave Beckett
2010-01-05
1
-70
/
+70
*
Added API flag RAPTOR_V2_AVAILABLE.
Lauri Aalto
2008-10-06
1
-0
/
+2
*
Debug prints to use v2 APIs.
Lauri Aalto
2008-10-03
1
-2
/
+2
*
(raptor_new_qname_from_namespace_local_name_v2): New API function that takes ...
Lauri Aalto
2008-09-19
1
-1
/
+32
*
(raptor_free_qname,raptor_qname_copy,raptor_new_qname,raptor_new_qname_from_n...
Lauri Aalto
2008-09-03
1
-5
/
+6
*
Refactored raptor_qname internals to use v2 raptor_world functions.
Lauri Aalto
2008-09-03
1
-7
/
+7
*
(raptor_qname_to_counted_name): Added.
Dave Beckett
2008-05-26
1
-0
/
+40
*
(raptor_new_qname_from_namespace_local_name): Accept NULL namespace
Dave Beckett
2008-05-01
1
-5
/
+7
*
Use RAPTOR_ASSERT_OBJECT_POINTER_RETURN on destructor object arg. 2008
Dave Beckett
2008-04-26
1
-1
/
+3
*
Added raptor_qname_get_counted_value
Dave Beckett
2008-01-04
1
-0
/
+17
*
Added raptor_qname_get_local_name and raptor_qname_get_value
Dave Beckett
2007-12-29
1
-0
/
+30
*
docs
Dave Beckett
2006-03-18
1
-0
/
+2
*
Return const namespace from raptor_qname_get_namespace
Dave Beckett
2006-03-18
1
-1
/
+1
*
(raptor_qname_get_namespace): Added.
Dave Beckett
2006-03-06
1
-0
/
+12
*
Remove RCS ID. Copyright 2006
Dave Beckett
2006-01-08
1
-5
/
+2
*
autodocs
Dave Beckett
2005-09-09
1
-4
/
+19
*
autodocs
Dave Beckett
2005-08-19
1
-0
/
+9
*
autodocs reformatted for gtk-doc
Dave Beckett
2005-08-19
1
-9
/
+17
*
(raptor_qname_copy): Added.
Dave Beckett
2004-12-21
1
-0
/
+48
[next]