Change lookup method to find if content is of XML type.
[cascardo/atompub.git] / atom /
2009-02-09 Thadeu Lima de Sou... Change lookup method to find if content is of XML type. master
2009-02-09 Thadeu Lima de Sou... Add support for content in the entry.
2009-02-09 Thadeu Lima de Sou... Rename the functions to set and retrieve the xml conten...
2009-02-09 Thadeu Lima de Sou... Added atom:content constructore from a xml node.
2009-02-09 Thadeu Lima de Sou... Don't forget to change length when setting text content.
2009-02-09 Thadeu Lima de Sou... Set alternative content to NULL after free.
2009-02-09 Thadeu Lima de Sou... More implementation of atom:content.
2009-02-08 Thadeu Lima de Sou... Started adding support for Entry Content.
2009-01-07 Thadeu Lima de Sou... Added configuration backend using hash tables
2009-01-06 Thadeu Lima de Sou... Moved config current only implementation to subdirectory
2009-01-06 Thadeu Lima de Sou... Fix updating entry XML with category element
2009-01-06 Thadeu Lima de Sou... Added support for category element, which is required
2008-12-23 Thadeu Lima de Sou... Require atom entries to have ID, title and authors
2008-12-23 Thadeu Lima de Sou... Category element in atom entry
2008-12-17 Thadeu Lima de Sou... Added support for category element
2008-12-10 Thadeu Lima de Sou... Use AtomID instead of string consistently in entry
2008-12-10 Thadeu Lima de Sou... Let the frontend deal with bad requests for posting...
2008-12-10 Thadeu Lima de Sou... Let configuration mechanism be extensible
2008-11-27 Thadeu Lima de Sou... When parsing an entry, create a new ID object and copy...
2008-11-27 Thadeu Lima de Sou... Fix some building and linking problems with the soup...
2008-10-26 Thadeu Lima de Sou... Handle POST requests in the core
2008-10-26 Thadeu Lima de Sou... Added publish handler to frontend
2008-10-26 Thadeu Lima de Sou... Initialize all frontend functions when creating a new...
2008-10-26 Thadeu Lima de Sou... Implement backend interface to publish entries
2008-10-13 Thadeu Lima de Sou... Added content data to request
2008-10-13 Thadeu Lima de Sou... Added function to serve requests from any frontend
2008-10-13 Thadeu Lima de Sou... Added functions to handle errors, entries or feeds...
2008-10-13 Thadeu Lima de Sou... Added get_request function to the frontend
2008-10-13 Thadeu Lima de Sou... Added request structure
2008-10-13 Thadeu Lima de Sou... Fixed memory leak when setting error message
2008-10-13 Thadeu Lima de Sou... Backend now retrieves a request, not an Atom ID
2008-10-13 Thadeu Lima de Sou... The frontend tells if a request is a feed or not
2008-10-13 Thadeu Lima de Sou... Remove Atom Resource
2008-10-13 Thadeu Lima de Sou... Added functions to convert AtomID from and to frontend...
2008-10-12 Thadeu Lima de Sou... Set up mappings when enumerating entries
2008-10-12 Thadeu Lima de Sou... Added frontend requests mapping
2008-10-12 Thadeu Lima de Sou... Create frontend structure with map_entries function
2008-10-12 Thadeu Lima de Sou... Initialize is_feed function for backends to NULL
2008-10-12 Thadeu Lima de Sou... Moved core implementation to the library
2008-10-12 Thadeu Lima de Sou... Update entry xml node before using it
2008-10-12 Thadeu Lima de Sou... Fixed setting an entry title
2008-10-12 Thadeu Lima de Sou... Use an array instead of a list for the entries in a...
2008-10-12 Thadeu Lima de Sou... When converting feed to xml node, set the atom namespace
2008-10-12 Thadeu Lima de Sou... Allow more than one author, as required by specification
2008-09-30 Thadeu Lima de Sou... Do not output error when trying to parse XML data
2008-08-31 Thadeu Lima de Sou... Dummy IRI parsing. Needed to fix segfault bug, when...
2008-08-31 Thadeu Lima de Sou... Introducing AtomID, which is used in core, instead...
2008-08-10 Thadeu Lima de Sou... Library includes every module and sample main program...
2008-08-10 Thadeu Lima de Sou... Return a copy of the internal node, caller is the owner
2008-08-10 Thadeu Lima de Sou... Added AtomResource as a generalization for entries...
2008-08-09 Thadeu Lima de Sou... Get string from AtomFeed
2008-08-09 Thadeu Lima de Sou... Atom namespace is in a common header now
2008-08-09 Thadeu Lima de Sou... Generate feed with many entries
2008-08-09 Thadeu Lima de Sou... Create a xml node from an AtomEntry
2008-08-09 Thadeu Lima de Sou... Modify interface to get string from entry
2008-08-09 Thadeu Lima de Sou... libxml2 may return document with null root node
2008-08-09 Thadeu Lima de Sou... If it is not possible to parse document, return NULL
2008-08-09 Thadeu Lima de Sou... AtomEntry has some of the interesting nodes as properties
2008-08-09 Thadeu Lima de Sou... Reading AtomPerson from a XML node
2008-08-09 Thadeu Lima de Sou... Create a XML node from an AtomPerson
2008-08-09 Thadeu Lima de Sou... Copy IRI when setting AtomPerson uri
2008-08-09 Thadeu Lima de Sou... Added AtomPerson structure
2008-08-09 Thadeu Lima de Sou... Recover from errors when reading XML
2008-08-09 Thadeu Lima de Sou... Fixes build with missing comma
2008-08-09 Thadeu Lima de Sou... Merge branch 'master' into entry
2008-08-09 Thadeu Lima de Sou... Moving atom entry implementation to merge it with atompub
2008-08-02 Thadeu Lima de Sou... Fixed leak in Atom entry
2008-01-27 Thadeu Lima de Sou... Does not release path got from IRI.
2008-01-27 Thadeu Lima de Sou... Added new functions for atom entry.
2008-01-27 Thadeu Lima de Sou... Autoconf and automake building support.
2008-01-26 Thadeu Lima de Sou... Added structure for atom entry.