summaryrefslogtreecommitdiff
path: root/src/raptor_rss_common.c
Commit message (Expand)AuthorAgeFilesLines
* Add RAPTOR_VOIDP macro for casting fprint %p object arguments.Dave Beckett2017-01-081-1/+1
* Replace type %d (for enums) with %u in error messages (-Wformat)Dave Beckett2014-11-241-2/+2
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-4/+0
* Code style change and cleanup for alloc/free macrosDave Beckett2011-07-311-12/+17
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* (raptor_new_rss_block): Copy block_term when needed, do not own it.Dave Beckett2010-09-191-3/+11
* Use raptor_term as arg to raptor_new_rss_blockDave Beckett2010-09-161-4/+4
* Renamed typedefs ending in _function to _handler.Dave Beckett2010-05-021-1/+1
* Rename sequence-specific handlers typedefs to be more raptor-generalDave Beckett2010-01-261-1/+1
* Turn two magic number offsets 0 into defines in raptor_rss.hDave Beckett2010-01-191-2/+2
* Update rdf namespace concepts to add PlainLiteral, share across parsersDave Beckett2010-01-181-2/+0
* Change raptor_new_term_from_blank calling semantics to copy id inside.Dave Beckett2010-01-181-3/+3
* Change raptor_new_term_from_uri calling semantics to take URI copy insideDave Beckett2010-01-181-5/+1
* Rename statement priting methods to raptor_statement_NAME() formDave Beckett2010-01-171-1/+1
* Code style: use TYPE* var_name = RAPTOR_CALLOC(TYPE, 1, sizeof(*var_name))Dave Beckett2010-01-171-6/+6
* Switch RSS parser and serializer internals from identfier to termDave Beckett2010-01-151-16/+7
* raptor_term and raptor_term get usages. statement is pointer to 3 termsDave Beckett2010-01-131-2/+2
* New raptor_uri implementation - reference counted uris with interning.Dave Beckett2010-01-101-13/+12
* Remove _v2 suffix from raptor_uri constructorsDave Beckett2010-01-091-6/+6
* Make a raptor_statement into a 3-tuple of raptor_term.Dave Beckett2010-01-061-2/+2
* Add raptor_world field to raptor_statement, remove raptor_statement_v2.Dave Beckett2010-01-051-1/+1
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-61/+61
* static data raptor_rss_fields_info: semantic data errors found byDave Beckett2009-07-191-3/+3
* (raptor_rss_item_set_uri): Added to set the item identifier fieldsDave Beckett2009-07-161-0/+20
* (raptor_rss_field_conversion_date_uplift): Added for converting fromDave Beckett2009-05-111-9/+26
* atom:author is a container, not a blockDave Beckett2009-05-101-13/+2
* raptor_rss_fields_info - restore rss:link value to string.Dave Beckett2009-03-281-2/+2
* Make itunes:owner container work again.Dave Beckett2009-02-271-2/+2
* fix enclosure class/predicate RDF namesDave Beckett2009-02-251-2/+2
* Added RAPTOR_RSS_RDF_ENCLOSURE for enclosure predicate in RDF as well as RAPT...Dave Beckett2009-02-251-1/+2
* Add RAPTOR_ATOM_LINK block typeDave Beckett2009-02-251-3/+29
* raptor_rss_items_info - add block predicate typesDave Beckett2009-02-221-18/+36
* raptor_rss_fields_info modify to make rss:link and rss:docs take URLsDave Beckett2009-02-221-2/+2
* Use RAPTOR_RSS_RDF_ENCLOSURE_CLASS for enclosure class and RAPTOR_RSS_FIELD_E...Dave Beckett2009-02-221-1/+1
* Add itunes: namespace and itunes:owner container with fields in namespace itu...Dave Beckett2009-02-221-0/+15
* raptor_rss_type loses RAPTOR_RSS_CATEGORY type. raptor_rss_block_fields_info...Dave Beckett2009-02-221-10/+1
* raptor_rss_type delete RAPTOR_RSS_UNKNOWN and replace with RAPTOR_RSS_NONE ev...Dave Beckett2009-02-221-1/+0
* raptor_rss_field_info renamed from raptor_rss_infoDave Beckett2009-02-211-1/+1
* raptor_rss_items_info renamed from raptor_rss_types_infoDave Beckett2009-02-211-20/+20
* (raptor_rss_start_element_handler, raptor_rss_insert_identifiers,Dave Beckett2009-02-211-4/+25
* Remove old enclosure core and switch to data-driven raptor_rss_blockDave Beckett2009-02-201-9/+6
* Add sentinel to end raptor_rss_blocks_info arrayDave Beckett2009-02-201-0/+3
* raptor_rss_info gains block flag and block_type to use when a blockDave Beckett2009-02-201-4/+4
* Add raptor_rss_block_info to record other metadata blocksDave Beckett2009-02-201-7/+61
* Add none raptor node typeDave Beckett2009-02-191-1/+2
* raptor_rss_block gains rss_type fieldDave Beckett2009-02-191-2/+6
* raptor_rss_item renamed field enclosure to blocks.Dave Beckett2009-02-191-5/+5
* Rename raptor_rss_enclosure to raptor_rss_block throughout andDave Beckett2009-02-191-27/+30
* Refactored raptor_statement internals to use v2 raptor_world APIs.Lauri Aalto2008-10-021-1/+1
* (raptor_new_rss_item): Init identifier.world as wellLauri Aalto2008-09-191-0/+1