cascardo/atompub.git
2009-02-07 Thadeu Lima... Insert key and value in the group table, not the main...
2009-01-07 Thadeu Lima... Forgot to add new Makefiles that should be generated
2009-01-07 Thadeu Lima... Added configuration backend using hash tables
2009-01-06 Thadeu Lima... GKeyFile config implementation did not return the confi...
2009-01-06 Thadeu Lima... Moved config current only implementation to subdirectory
2009-01-06 Thadeu Lima... Fix updating entry XML with category element
2009-01-06 Thadeu Lima... Added support for category element, which is required
2008-12-23 Thadeu Lima... Require atom entries to have ID, title and authors
2008-12-23 Thadeu Lima... Category element in atom entry
2008-12-17 Thadeu Lima... Added support for category element
2008-12-10 Thadeu Lima... Use AtomID instead of string consistently in entry
2008-12-10 Thadeu Lima... Remove unused IRI variable in main sample code
2008-12-10 Thadeu Lima... Let the frontend deal with bad requests for posting...
2008-12-10 Thadeu Lima... Let configuration mechanism be extensible
2008-11-27 Thadeu Lima... When sending a POST operation in the soup backend,...
2008-11-27 Thadeu Lima... When parsing an entry, create a new ID object and copy...
2008-11-27 Thadeu Lima... Let frontend handle error in example program instead...
2008-11-27 Thadeu Lima... Fix some building and linking problems with the soup...
2008-10-27 Thadeu Lima... Add initial support for libsoup backend
2008-10-26 Thadeu Lima... Add Slug header support to CGI frontend
2008-10-26 Thadeu Lima... Implement publish handler in CGI frontend
2008-10-26 Thadeu Lima... Get Base URL from HTTP Headers
2008-10-26 Thadeu Lima... Implement publish_entry function in GIO backend
2008-10-26 Thadeu Lima... Handle POST requests in the core
2008-10-26 Thadeu Lima... Added publish handler to frontend
2008-10-26 Thadeu Lima... Initialize all frontend functions when creating a new...
2008-10-26 Thadeu Lima... Implement backend interface to publish entries
2008-10-13 Thadeu Lima... Implemented POST request in CGI frontend
2008-10-13 Thadeu Lima... Added content data to request
2008-10-13 Thadeu Lima... Fix building including request header into frontend...
2008-10-13 Thadeu Lima... Implement new frontend functions for CGI frontend
2008-10-13 Thadeu Lima... Added function to serve requests from any frontend
2008-10-13 Thadeu Lima... Added functions to handle errors, entries or feeds...
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
next