The frontend tells if a request is a feed or not
[cascardo/atompub.git] / src /
2008-10-12 Thadeu Lima de Sou... Register CGI frontend in main context
2008-10-12 Thadeu Lima de Sou... Moved core implementation to the library
2008-10-12 Thadeu Lima de Sou... Fixed memory leak when enumerating entries
2008-10-12 Thadeu Lima de Sou... Added map from atom:IDs to backend requests
2008-10-12 Thadeu Lima de Sou... Use local variables when calling backend enumerate...
2008-10-12 Thadeu Lima de Sou... When enumerating entries, return the requests backend...
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... Convert GIOError too when converting from GError to...
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... Library includes every module and sample main program...
2008-08-10 Thadeu Lima de Sou... GIO is the default backend for sample main program
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... Copies error message from GError
2008-08-09 Thadeu Lima de Sou... Unused old Atom type variable in main
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-09 Thadeu Lima de Sou... Moving atom entry implementation to merge it with atompub
2008-08-09 Thadeu Lima de Sou... AtomEntry is now an opaque structure and may be read...
2008-08-07 Thadeu Lima de Sou... Interface to retrieve data in a buffer and its size
2008-08-07 Thadeu Lima de Sou... Added function to create an atom entry with a namespace...
2008-08-07 Thadeu Lima de Sou... Atom namespace is now a macro
2008-08-07 Thadeu Lima de Sou... First commit of an atom format library
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... Use new backend interface in main program
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-08-02 Thadeu Lima de Sou... Initialize GObject in main program
2008-08-02 Thadeu Lima de Sou... Link main binary to gio module
2008-07-31 Thadeu Lima de Sou... Added very basic GIO support for local files.
2008-01-27 Thadeu Lima de Sou... Test CGI frontend with main funcion.
2008-01-27 Thadeu Lima de Sou... Add library instead of redefining LDADD.
2008-01-27 Thadeu Lima de Sou... Added initial CGI frontend.
2008-01-27 Thadeu Lima de Sou... Added backend interface.
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... Added support for initialization of configuration,...
2008-01-26 Thadeu Lima de Sou... Added basic glue code for configuration support.
2008-01-26 Thadeu Lima de Sou... Implement first context functions.