cascardo/atompub.git
2008-08-09 Thadeu Lima... AtomEntry requires AtomPerson
2008-08-09 Thadeu Lima... AtomEntry has some of the interesting nodes as properties
2008-08-09 Thadeu Lima... Reading AtomPerson from a XML node
2008-08-09 Thadeu Lima... URI property is of IRI type, not string
2008-08-09 Thadeu Lima... Create a XML node from an AtomPerson
2008-08-09 Thadeu Lima... Copy IRI when setting AtomPerson uri
2008-08-09 Thadeu Lima... Added more interface for IRI
2008-08-09 Thadeu Lima... Include IRI header into AtomPerson header and this...
2008-08-09 Thadeu Lima... Added AtomPerson structure
2008-08-09 Thadeu Lima... Distribute headers in pkgincludedir instead of includedir
2008-08-09 Thadeu Lima... Copies error message from GError
2008-08-09 Thadeu Lima... Recover from errors when reading XML
2008-08-09 Thadeu Lima... Unused old Atom type variable in main
2008-08-09 Thadeu Lima... Fixes build with missing comma
2008-08-09 Thadeu Lima... Finished chaging some Atom into AtomEntry types
2008-08-09 Thadeu Lima... Registered implementation of enumerate_entries for...
2008-08-09 Thadeu Lima... Implement enumeration of entries for GIO backend
2008-08-09 Thadeu Lima... Does not unref a GFile when creating an Atom, do it...
2008-08-09 Thadeu Lima... Given a GFile, return an Atom, so we can use it for...
2008-08-09 Thadeu Lima... Added backend interface to enumerate entries
2008-08-09 Thadeu Lima... Changed from Atom to AtomEntry and atom_ to atom_entry_
2008-08-09 Thadeu Lima... Merge branch 'master' into entry
2008-08-09 Thadeu Lima... Moving atom entry implementation to merge it with atompub
2008-08-09 Thadeu Lima... AtomEntry is now an opaque structure and may be read...
2008-08-08 Thadeu Lima... Description of requirements for IRIs
2008-08-07 Thadeu Lima... Some comments about what need to be done for text const...
2008-08-07 Thadeu Lima... Interface to retrieve data in a buffer and its size
2008-08-07 Thadeu Lima... Added function to create an atom entry with a namespace...
2008-08-07 Thadeu Lima... Atom namespace is now a macro
2008-08-07 Thadeu Lima... First commit of an atom format library
2008-08-03 Thadeu Lima... New error interface: migrated core, backends and fronte...
2008-08-02 Thadeu Lima... Fixed leak in Atom entry
2008-08-02 Thadeu Lima... Does not leak memory with ctx and backend
2008-08-02 Thadeu Lima... Use new backend interface in main program
2008-08-02 Thadeu Lima... Functions to create new backend and usage of it in...
2008-08-02 Thadeu Lima... Added a backend per context
2008-08-02 Thadeu Lima... Initialize GObject in main program
2008-08-02 Thadeu Lima... Link main binary to gio module
2008-08-02 Thadeu Lima... Added gio configuration to sample config file
2008-08-02 Thadeu Lima... Print error messages as plain content in http body too
2008-08-01 Thadeu Lima... Including the license file
2008-08-01 Thadeu Lima... Added some information files requested by automake
2008-07-31 Thadeu Lima... Unref a GFile in GIO, not a GIOChannel.
2008-07-31 Thadeu Lima... Make configure output the GIO Makefile.
2008-07-31 Thadeu Lima... Added very basic GIO support for local files.
2008-05-12 Gabriel Falcao@frontent/cgi/cgi.c: Fixing some typos about variable...
2008-02-05 Thadeu Lima... Changed root directory in example configuration file.
2008-02-05 Thadeu Lima... Added example configuration file.
2008-01-27 Thadeu Lima... Returns HTTP error if some error has been found while...
2008-01-27 Thadeu Lima... Test CGI frontend with main funcion.
2008-01-27 Thadeu Lima... Does not release path got from IRI.
2008-01-27 Thadeu Lima... Added headers for I/O.
2008-01-27 Thadeu Lima... Add library instead of redefining LDADD.
2008-01-27 Thadeu Lima... Do not mix buffered output and unbuffured output (print...
2008-01-27 Thadeu Lima... Added initial CGI frontend.
2008-01-27 Thadeu Lima... Added backend interface.
2008-01-27 Thadeu Lima... Added function to release IRI memory.
2008-01-27 Thadeu Lima... Added new functions for atom entry.
2008-01-27 Thadeu Lima... Autoconf and automake building support.
2008-01-26 Thadeu Lima... Support namespace in the config interface.
2008-01-26 Thadeu Lima... Get context error support.
2008-01-26 Thadeu Lima... Added function to allocate a new context.
2008-01-26 Thadeu Lima... General config initialization interface.
2008-01-26 Thadeu Lima... More functions for IRI manipulation.
2008-01-26 Thadeu Lima... Added support for initialization of configuration,...
2008-01-26 Thadeu Lima... Added initial IRI structure.
2008-01-26 Thadeu Lima... Added basic glue code for configuration support.
2008-01-26 Thadeu Lima... Added structure for atom entry.
2008-01-26 Thadeu Lima... Implement first context functions.
2008-01-26 Thadeu Lima... Fixed leak bug of GIOChannel.
2008-01-23 Thadeu Lima... Added config implementation using GKeyFile.
2008-01-23 Thadeu Lima... Started a file backend and first prototype interface.