The frontend tells if a request is a feed or not
[cascardo/atompub.git] / backend /
2008-10-13 Thadeu Lima de Sou... The frontend tells if a request is a feed or not
2008-10-12 Thadeu Lima de Sou... Fixed the use of a dangling reference
2008-10-12 Thadeu Lima de Sou... When enumerating entries, return the requests backend...
2008-09-30 Thadeu Lima de Sou... Ignore if an entry cannot be read when enumerating...
2008-08-31 Thadeu Lima de Sou... If GIO cannot enumerate directory, set error and return
2008-08-31 Thadeu Lima de Sou... Introducing AtomID, which is used in core, instead...
2008-08-09 Thadeu Lima de Sou... Renamed retrieve_resource to retrieve_entry
2008-08-09 Thadeu Lima de Sou... Finished chaging some Atom into AtomEntry types
2008-08-09 Thadeu Lima de Sou... Registered implementation of enumerate_entries for...
2008-08-09 Thadeu Lima de Sou... Implement enumeration of entries for GIO backend
2008-08-09 Thadeu Lima de Sou... Does not unref a GFile when creating an Atom, do it...
2008-08-09 Thadeu Lima de Sou... Given a GFile, return an Atom, so we can use it for...
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... Functions to create new backend and usage of it in...
2008-07-31 Thadeu Lima de Sou... Unref a GFile in GIO, not a GIOChannel.
2008-07-31 Thadeu Lima de Sou... Added very basic GIO support for local files.
2008-01-27 Thadeu Lima de Sou... Does not release path got from IRI.
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... Fixed leak bug of GIOChannel.
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.