CIA.vc
Redland
Redland RDF API and triplestore
Stats » Projects » Redland
informationsyndicateUTC clock
13:25 on May 28, 2012
event counters
The last message was received 1.67 years ago at 01:39 on Sep 27, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
1125 messages since the first one, 3.21 years ago, for an average of 1.04 days between messages
recent messages
dateReversed sort columnprojectcontentlink
01:39 on Sep 27, 2010redland
Commit by dajobe :: r8c491d3 /000-README-GIT.txt: (link)
Moved to GitHub at http://github.com/dajobe/librdf
#
23:43 on Aug 20, 2010redland
Commit by dajobe :: rbffb905 /src/rdf_query_rasqal.c: (link)
 Try to construct a set of data graphs that make rasqal queries with graphs work.

(rasqal_redland_new_triples_source): After deleteing any existing
graphs in the query string, add all the graph context uris as data
graphs into the query model.  This allows rasqal to iterate over them
and bind variables to graph names correctly.  This is a workaround,
as really rasqal + redland should work together to allow abstracting
this out of the triples-focused API.

Intended to address Issue#000382 http://bugs.librdf.org/mantis/view.php?id=382
#
04:25 on Aug 10, 2010redland
Commit by dajobe :: rf557503 /configure.ac: (link)
SUBST HAVE_RAPTOR2_API with define and conditional
#
04:25 on Aug 10, 2010redland
Commit by dajobe :: r1be02b3 /redland.pc.in: (link)
Set have_raptor2_api var
#
04:25 on Aug 10, 2010redland
Commit by dajobe :: rd877a7d /configure.ac: (link)
AC_SUBST(HAVE_RAPTOR2_API)
#
04:25 on Aug 10, 2010redland
Commit by dajobe :: r56adbab /configure.ac: (link)
 Check if rasqal was built with raptor2 API and force raptor2 if it was.

This prevents trying to build librdf with raptor1 if rasqal was built
with raptor2.
#
10:43 on Aug 09, 2010redland
Commit by laalto :: r1936fcd /src/rdf_init.c: (link)
 Keep the minimal rdf_init.c librdf_new_world()..librdf_free_world() test minimal
by not using the librdf_world object for anything.
Create a separate rdf_world object for other tests.
#
18:50 on Aug 06, 2010redland
Commit by njh :: r604a739 /src/rdf_node.c: (link)
Added test for librdf_new_node()
#
18:38 on Aug 06, 2010redland
Commit by njh :: r7788237 /src/rdf_parser_raptor.c: (link)
Update librdf_parser_raptor_generate_id_handler() to handle new raptor generate nodeid API
#
18:38 on Aug 06, 2010redland
Commit by njh :: rc8ab849 / (5 files in 2 dirs): (link)
Merge branch 'master' of git.librdf.org:/repositories/librdf
#
18:38 on Aug 06, 2010redland
Commit by njh :: r30b0641 /src/rdf_init.c: (link)
Wrote test for librdf_world_get_genid().
#
03:59 on Aug 04, 2010redland
Commit by dajobe :: r5d793af /src/rdf_node.c: (link)
(librdf_new_node_from_counted_uri_string): Define correctly
#
03:59 on Aug 04, 2010redland
Commit by dajobe :: r12eece2 /src/rdf_query.c: (link)
(main): use hash-type memory if BDB hash is not present.
#
03:59 on Aug 04, 2010redland
Commit by dajobe :: r7934795 /src/rdf_model.c: (link)
(main): use hash-type memory if BDB hash is not present.
#
03:59 on Aug 04, 2010redland
Commit by dajobe :: rf5f51a8 /src/rdf_storage.c: (link)
(main): use hash-type memory if BDB hash is not present.
#
02:18 on Aug 04, 2010redland
Commit by dajobe :: rbc74979 /src/rdf_model.c: (link)
(main): Only try BDB hash if it's present.
#
02:18 on Aug 04, 2010redland
Commit by dajobe :: r21c49ff /configure.ac: (link)
move have_libdb=no earlier
#
06:39 on Aug 03, 2010redland
Commit by dajobe :: r529ec91 /src/ (rdf_node.c rdf_node.h): (link)
 Added librdf_new_node_from_counted_uri_string() to build URI node

(librdf_new_node_from_counted_uri_string): Added

(librdf_new_node_from_uri_string_or_uri): Adjust to add len
parameter needed when passing in string.

(librdf_new_node_from_uri_string): Pass in strlen(uri_string).
#
06:39 on Aug 03, 2010redland
Commit by dajobe :: rd4e8a2f /src/ (rdf_uri.c rdf_uri.h): (link)
 Added librdf_new_uri2() for building URIs from a counted string.

(librdf_new_uri2): Added, using raptor_new_uri_from_counted_string()
when built with raptor2.  Clarify returns NULL if length is 0 too.

(librdf_new_uri): Wrapper to above, calling strlen.
#
05:20 on Aug 03, 2010redland
Commit by dajobe :: r61daea2 /src/Makefile.am: (link)
adjust sqlite CPPFLAGS to ensure general includes are first.
#