cascardo/atompub.git
2008-10-13 Thadeu Lima... Added get_request function to the frontend
2008-10-13 Thadeu Lima... Added request structure
2008-10-13 Thadeu Lima... Fixed memory leak when setting error message
2008-10-13 Thadeu Lima... Removed parameter name from header
2008-10-13 Thadeu Lima... Enumerate entries at the start of the program
2008-10-13 Thadeu Lima... CGI frontend now requests a feed or an entry depending...
2008-10-13 Thadeu Lima... Frontend maps request to Atom ID before retrieving...
2008-10-13 Thadeu Lima... Backend now retrieves a request, not an Atom ID
2008-10-13 Thadeu Lima... The frontend tells if a request is a feed or not
2008-10-13 Thadeu Lima... Remove Atom Resource
2008-10-13 Thadeu Lima... Added functions to convert AtomID from and to frontend...
2008-10-12 Thadeu Lima... Set up mappings when enumerating entries
2008-10-12 Thadeu Lima... Register CGI frontend in main context
2008-10-12 Thadeu Lima... Added CGI frontend structure implementation
2008-10-12 Thadeu Lima... Added frontend requests mapping
2008-10-12 Thadeu Lima... Create frontend structure with map_entries function
2008-10-12 Thadeu Lima... Initialize is_feed function for backends to NULL
2008-10-12 Thadeu Lima... Moved core implementation to the library
2008-10-12 Thadeu Lima... Update entry xml node before using it
2008-10-12 Thadeu Lima... Fixed setting an entry title
2008-10-12 Thadeu Lima... Use an array instead of a list for the entries in a...
2008-10-12 Thadeu Lima... When converting feed to xml node, set the atom namespace
2008-10-12 Thadeu Lima... Allow more than one author, as required by specification
2008-10-12 Thadeu Lima... Fixed the use of a dangling reference
2008-10-12 Thadeu Lima... Fixed memory leak when enumerating entries
2008-10-12 Thadeu Lima... Added map from atom:IDs to backend requests
2008-10-12 Thadeu Lima... Use local variables when calling backend enumerate...
2008-10-12 Thadeu Lima... When enumerating entries, return the requests backend...
2008-09-30 Thadeu Lima... Do not output error when trying to parse XML data
2008-09-30 Thadeu Lima... Ignore if an entry cannot be read when enumerating...
2008-09-30 Thadeu Lima... Retrieve an entry if backend can tell it's not a feed
2008-08-31 Thadeu Lima... Return error if backend is not able to tell a feed...
2008-08-31 Thadeu Lima... Added a .gitignore file to ignore building and built...
2008-08-31 Thadeu Lima... Return after returning an error
2008-08-31 Thadeu Lima... Convert GIOError too when converting from GError to...
2008-08-31 Thadeu Lima... If GIO cannot enumerate directory, set error and return
2008-08-31 Thadeu Lima... Return NULL instead of an empty feed in case of a backe...
2008-08-31 Thadeu Lima... Avoid a crash if there is no index configured
2008-08-31 Thadeu Lima... Dummy IRI parsing. Needed to fix segfault bug, when...
2008-08-31 Thadeu Lima... Fix typo for AtomCtx type
2008-08-31 Thadeu Lima... Include AtomID header into main Atom header
2008-08-31 Thadeu Lima... Introducing AtomID, which is used in core, instead...
2008-08-31 Thadeu Lima... Build iri directory before other directories
2008-08-10 Thadeu Lima... Library includes every module and sample main program...
2008-08-10 Thadeu Lima... GIO is the default backend for sample main program
2008-08-10 Thadeu Lima... Return a copy of the internal node, caller is the owner
2008-08-10 Thadeu Lima... If backend cannot enumerate entries, return 0 entries...
2008-08-10 Thadeu Lima... If entry or feed is NULL, so should be the resource
2008-08-10 Thadeu Lima... CGI frontend uses AtomResource instead of AtomEntry
2008-08-10 Thadeu Lima... Retrieve resource returns either an entry or a feed
2008-08-10 Thadeu Lima... Added AtomResource as a generalization for entries...
2008-08-09 Thadeu Lima... Renamed retrieve_resource to retrieve_entry
2008-08-09 Thadeu Lima... Create feed using entries from backend
2008-08-09 Thadeu Lima... Get string from AtomFeed
2008-08-09 Thadeu Lima... Atom namespace is in a common header now
2008-08-09 Thadeu Lima... Generate feed with many entries
2008-08-09 Thadeu Lima... Distribute XML headers
2008-08-09 Thadeu Lima... Create a xml node from an AtomEntry
2008-08-09 Thadeu Lima... Modify interface to get string from entry
2008-08-09 Thadeu Lima... libxml2 may return document with null root node
2008-08-09 Thadeu Lima... If it is not possible to parse document, return NULL
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
next