cascardo/atompub.git
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... libxml2 may return document with null root node
2008-08-09 Thadeu Lima de Sou... If it is not possible to parse document, return NULL
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... Copy IRI when setting AtomPerson uri
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... Copies error message from GError
2008-08-09 Thadeu Lima de Sou... Recover from errors when reading XML
2008-08-09 Thadeu Lima de Sou... Unused old Atom type variable in main
2008-08-09 Thadeu Lima de Sou... Fixes build with missing comma
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... 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-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-08 Thadeu Lima de Sou... Description of requirements for IRIs
2008-08-07 Thadeu Lima de Sou... Some comments about what need to be done for text const...
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... Fixed leak in Atom entry
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-08-02 Thadeu Lima de Sou... Added gio configuration to sample config file
2008-08-02 Thadeu Lima de Sou... Print error messages as plain content in http body too
2008-08-01 Thadeu Lima de Sou... Including the license file
2008-08-01 Thadeu Lima de Sou... Added some information files requested by automake
2008-07-31 Thadeu Lima de Sou... Unref a GFile in GIO, not a GIOChannel.
2008-07-31 Thadeu Lima de Sou... Make configure output the GIO Makefile.
2008-07-31 Thadeu Lima de Sou... 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 de Sou... Changed root directory in example configuration file.
2008-02-05 Thadeu Lima de Sou... Added example configuration file.
2008-01-27 Thadeu Lima de Sou... Returns HTTP error if some error has been found while...
2008-01-27 Thadeu Lima de Sou... Test CGI frontend with main funcion.
2008-01-27 Thadeu Lima de Sou... Does not release path got from IRI.
2008-01-27 Thadeu Lima de Sou... Added headers for I/O.
2008-01-27 Thadeu Lima de Sou... Add library instead of redefining LDADD.
2008-01-27 Thadeu Lima de Sou... Do not mix buffered output and unbuffured output (print...
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... 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-26 Thadeu Lima de Sou... Added initial IRI structure.
2008-01-26 Thadeu Lima de Sou... Added basic glue code for configuration support.
2008-01-26 Thadeu Lima de Sou... Added structure for atom entry.
2008-01-26 Thadeu Lima de Sou... Implement first context functions.
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.