summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 2023HEADmasterDave Beckett2023-04-071-0/+3
|
* Support constants in changes TSVDave Beckett2023-03-011-2/+2
|
* 2.0.16 API changesDave Beckett2023-03-011-0/+8
|
* Ignore raptor2.actionsDave Beckett2023-02-231-0/+1
|
* Updated doc templatesDave Beckett2023-02-223-0/+47
|
* Add raptor_avltree_trimDave Beckett2020-10-251-0/+1
|
* Add raptor_www setters with return value for errorsDave Beckett2020-10-231-0/+3
| | | | | | | | | Added raptor_www_set_user_agent2, raptor_www_set_proxy2, raptor_www_set_http_accept2 taking value string length and returning error code on failure. Deprecates raptor_www_set_user_agent, raptor_www_set_proxy raptor_www_set_http_accept respectively.
* 2020Dave Beckett2020-10-101-0/+3
|
* Add raptor_rdf_schema_namespace_uri_len to APIDave Beckett2020-09-131-0/+1
| | | | | Update raptor_namespace_test to define strings once to avoid ASAN odr-violation test failure.
* 2017Dave Beckett2017-01-081-0/+2
|
* 2015Dave Beckett2015-01-071-0/+1
|
* tmplsDave Beckett2014-12-231-0/+10
|
* Add raptor_generate_bnodeid_handlerDave Beckett2014-12-201-0/+1
|
* Rename scripts/fix-groff-xhtml to scripts/fix-groff-xhtml.plDave Beckett2014-11-211-2/+2
|
* Add $(EXEEXT) to build-formats exe nameDave Beckett2014-11-191-4/+4
|
* Add mKR serializer references to docsDave Beckett2014-11-141-0/+10
|
* Update tmplsDave Beckett2014-11-013-0/+51
|
* Added raptor_sort_r and raptor_sequence_sort_rDave Beckett2014-11-011-0/+2
|
* Add raptor_data_compare_arg_handlerDave Beckett2014-11-011-0/+1
|
* (raptor_world_get_parsers_count, raptor_world_get_serializers_count): AddedDave Beckett2014-10-282-0/+4
| | | | | Fixes Issue #0000581 http://bugs.librdf.org/mantis/view.php?id=581
* Rename changes file to raptor-changes.tsvDave Beckett2014-10-192-5/+5
| | | | Not just about v1 to v2
* raptor_data_compare_arg_handler renamed from raptor_sort_r_compareDave Beckett2014-06-291-2/+3
| | | | Added it to changelog too
* (raptor_sequence_sort_r): Added based on raptor_sort_r()Dave Beckett2014-06-291-0/+1
|
* (raptor_sort_r): Added based on public domain sort_r()Dave Beckett2014-06-291-0/+1
|
* 2014Dave Beckett2014-05-111-0/+3
|
* Update tmplsDave Beckett2014-05-051-0/+10
|
* Added raptor_uri_counted_filename_to_uri_stringDave Beckett2014-04-162-0/+2
| | | | | | | | | | | | (raptor_uri_counted_filename_to_uri_string): Added based on raptor_uri_filename_to_uri_string. Updated to properly check the length of the incoming filename and ensure (on unix) that the path buffer is big enough. Eliminate strcat() calls while here. For win32, properly calculate the length when there is a :\ in the filename. RAPTOR_FATAL4 added for debugging URI length failures
* Update tmplsDave Beckett2013-12-041-0/+11
|
* Added raptor_new_term_from_counted_string to write a term as N-TriplesDave Beckett2013-11-282-0/+2
| | | | | | | | | | (raptor_new_term_from_counted_string): Added (raptor_term_to_turtle_counted_string, raptor_term_to_turtle_string): Added references to new function and N-Triples versions below. (raptor_term_to_counted_string, raptor_term_to_string): Added reference to new function and Turtle versions above.
* fix 2.0.11 changesDave Beckett2013-11-281-2/+2
|
* Update tmplsDave Beckett2013-11-242-7/+26
|
* Add raptor_qname_format_as_xml to docsDave Beckett2013-11-242-0/+2
|
* -Dave Beckett2013-11-241-1/+1
|
* Renamed raptor_uri_string_is_absolute to raptor_uri_uri_string_is_absoluteDave Beckett2013-11-242-1/+3
|
* Update tmplsDave Beckett2013-04-051-1/+56
|
* Add escaped_write enum and functionsDave Beckett2013-03-261-0/+4
|
* 2.0.10 changesDave Beckett2013-03-261-0/+6
|
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-1/+0
| | | | | Remove the file itself, all #include uses of it, and all references to it, as this file is no longer needed.
* Added raptor-1-to-2-map.tsv to EXTRA_DISTDave Beckett2012-06-261-1/+2
|
* Updated uri tmplDave Beckett2012-06-081-0/+12
|
* Fixes for out of tree builds of docsDave Beckett2012-06-071-11/+13
| | | | | | | | | | | | | Removed $(builddir)/ from target files since that is where they already are. raptor2.h is a file generated by config.status, so it always lives in $(builddir), not $(srcdir) Replaced all instances of $(srcdir)/.. with $(top_srcdir) Added "dist-hook-local: docs" so that the docs are generated during a "make dist" if they haven't been generated already (otherwise "make dist" fails when they can't be found)
* (raptor_new_uri_relative_to_base_counted): AddedDave Beckett2012-04-132-0/+2
|
* Update api docs for turtle write fnsDave Beckett2012-03-304-0/+85
|
* Add raptor_www_set_ssl_verify_option to docs - missing 's' in sectionsDave Beckett2012-03-232-1/+12
|
* CVE-2012-0037Dave Beckett2012-03-151-0/+1
| | | | | | | | | | | Enforce entity loading policy in raptor_libxml_resolveEntity and raptor_libxml_getEntity by checking for file URIs and network URIs. Add RAPTOR_OPTION_LOAD_EXTERNAL_ENTITIES / loadExternalEntities for turning on loading of XML external entity loading, disabled by default. This affects all the parsers that use SAX2: rdfxml, rss-tag-soup (and aliases) and rdfa.
* Update tmplsDave Beckett2012-02-173-0/+55
|
* docsDave Beckett2012-02-041-0/+1
|
* Add options for controlling SSL certificate verifyingDave Beckett2012-02-041-0/+3
| | | | | | | | | | | | | | | | Add options RAPTOR_OPTION_WWW_SSL_VERIFY_PEER for controlling verifying an SSL peer. Takes an integer value: non-0 to verify peer SSL certificate (default 1) Add option RAPTOR_OPTION_WWW_SSL_VERIFY_HOST for controlling verifying an SSL host. Takes an integer value: 0 none, 1 CN match, 2 host match (default). Other values are ignored. (raptor_www_set_ssl_verify_options): Added to set the verify options on the raptor_www object. Fixes Issue #0000469 http://bugs.librdf.org/mantis/view.php?id=469
* (raptor_uri_filename_exists): AddedDave Beckett2012-02-012-0/+2
|
* More file URI updatesDave Beckett2012-02-012-4/+5
| | | | | | | | | | | | | (raptor_new_uri_from_uri_or_file_string): Added new constructor (raptor_uri_uri_string_to_counted_filename): Removed (raptor_sax2_check_load_uri_string): Use raptor_new_uri_from_uri_or_file_string() and just check for file: (raptor_uri_uri_string_is_file_uri): Just check for file: (raptor_uri_file_exists): Check if URI is a file URI and the file exists.