Retrieve an entry if backend can tell it's not a feed
[cascardo/atompub.git] / src / backend.c
2008-09-30 Thadeu Lima de Sou... Retrieve an entry if backend can tell it's not a feed
2008-08-31 Thadeu Lima de Sou... Return error if backend is not able to tell a feed...
2008-08-31 Thadeu Lima de Sou... Return NULL instead of an empty feed in case of a backe...
2008-08-31 Thadeu Lima de Sou... Fix typo for AtomCtx type
2008-08-31 Thadeu Lima de Sou... Introducing AtomID, which is used in core, instead...
2008-08-10 Thadeu Lima de Sou... If backend cannot enumerate entries, return 0 entries...
2008-08-10 Thadeu Lima de Sou... If entry or feed is NULL, so should be the resource
2008-08-10 Thadeu Lima de Sou... Retrieve resource returns either an entry or a feed
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... 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... 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.