Moved core implementation to the library
[cascardo/atompub.git] / include /
2008-10-12 Thadeu Lima de Sou... Allow more than one author, as required by specification
2008-10-12 Thadeu Lima de Sou... Added map from atom:IDs to backend requests
2008-10-12 Thadeu Lima de Sou... When enumerating entries, return the requests backend...
2008-08-31 Thadeu Lima de Sou... Dummy IRI parsing. Needed to fix segfault bug, when...
2008-08-31 Thadeu Lima de Sou... Include AtomID header into main Atom header
2008-08-31 Thadeu Lima de Sou... Introducing AtomID, which is used in core, instead...
2008-08-10 Thadeu Lima de Sou... Retrieve resource returns either an entry or a feed
2008-08-10 Thadeu Lima de Sou... Added AtomResource as a generalization for entries...
2008-08-09 Thadeu Lima de Sou... Renamed retrieve_resource to retrieve_entry
2008-08-09 Thadeu Lima de Sou... Create feed using entries from backend
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... Distribute XML headers
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... AtomEntry requires AtomPerson
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... URI property is of IRI type, not string
2008-08-09 Thadeu Lima de Sou... Create a XML node from an AtomPerson
2008-08-09 Thadeu Lima de Sou... Added more interface for IRI
2008-08-09 Thadeu Lima de Sou... Include IRI header into AtomPerson header and this...
2008-08-09 Thadeu Lima de Sou... Added AtomPerson structure
2008-08-09 Thadeu Lima de Sou... Distribute headers in pkgincludedir instead of includedir
2008-08-09 Thadeu Lima de Sou... Finished chaging some Atom into AtomEntry types
2008-08-09 Thadeu Lima de Sou... Added backend interface to enumerate entries
2008-08-09 Thadeu Lima de Sou... Changed from Atom to AtomEntry and atom_ to atom_entry_
2008-08-09 Thadeu Lima de Sou... Merge branch 'master' into entry
2008-08-03 Thadeu Lima de Sou... New error interface: migrated core, backends and fronte...
2008-08-02 Thadeu Lima de Sou... Does not leak memory with ctx and backend
2008-08-02 Thadeu Lima de Sou... Functions to create new backend and usage of it in...
2008-08-02 Thadeu Lima de Sou... Added a backend per context
2008-01-27 Thadeu Lima de Sou... Added backend interface.
2008-01-27 Thadeu Lima de Sou... Added function to release IRI memory.
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... Support namespace in the config interface.
2008-01-26 Thadeu Lima de Sou... Get context error support.
2008-01-26 Thadeu Lima de Sou... Added function to allocate a new context.
2008-01-26 Thadeu Lima de Sou... General config initialization interface.
2008-01-26 Thadeu Lima de Sou... More functions for IRI manipulation.
2008-01-26 Thadeu Lima de Sou... Added support for initialization of configuration,...
2008-01-23 Thadeu Lima de Sou... Added config implementation using GKeyFile.
2008-01-23 Thadeu Lima de Sou... Started a file backend and first prototype interface.