cascardo/atompub.git
2009-02-09 Thadeu Lima de Sou... Change lookup method to find if content is of XML type. master
2009-02-09 Thadeu Lima de Sou... Add support for content in the entry.
2009-02-09 Thadeu Lima de Sou... Rename the functions to set and retrieve the xml conten...
2009-02-09 Thadeu Lima de Sou... Added atom:content constructore from a xml node.
2009-02-09 Thadeu Lima de Sou... Don't forget to change length when setting text content.
2009-02-09 Thadeu Lima de Sou... Set alternative content to NULL after free.
2009-02-09 Thadeu Lima de Sou... More implementation of atom:content.
2009-02-08 Thadeu Lima de Sou... Started adding support for Entry Content.
2009-02-08 Thadeu Lima de Sou... Category XML header was not distributed.
2009-02-07 Thadeu Lima de Sou... Return a copy of a string in ghashtable configuration...
2009-02-07 Thadeu Lima de Sou... Insert key and value in the group table, not the main...
2009-01-07 Thadeu Lima de Sou... Forgot to add new Makefiles that should be generated
2009-01-07 Thadeu Lima de Sou... Added configuration backend using hash tables
2009-01-06 Thadeu Lima de Sou... GKeyFile config implementation did not return the confi...
2009-01-06 Thadeu Lima de Sou... Moved config current only implementation to subdirectory
2009-01-06 Thadeu Lima de Sou... Fix updating entry XML with category element
2009-01-06 Thadeu Lima de Sou... Added support for category element, which is required
2008-12-23 Thadeu Lima de Sou... Require atom entries to have ID, title and authors
2008-12-23 Thadeu Lima de Sou... Category element in atom entry
2008-12-17 Thadeu Lima de Sou... Added support for category element
2008-12-10 Thadeu Lima de Sou... Use AtomID instead of string consistently in entry
2008-12-10 Thadeu Lima de Sou... Remove unused IRI variable in main sample code
2008-12-10 Thadeu Lima de Sou... Let the frontend deal with bad requests for posting...
2008-12-10 Thadeu Lima de Sou... Let configuration mechanism be extensible
2008-11-27 Thadeu Lima de Sou... When sending a POST operation in the soup backend,...
2008-11-27 Thadeu Lima de Sou... When parsing an entry, create a new ID object and copy...
2008-11-27 Thadeu Lima de Sou... Let frontend handle error in example program instead...
2008-11-27 Thadeu Lima de Sou... Fix some building and linking problems with the soup...
2008-10-27 Thadeu Lima de Sou... Add initial support for libsoup backend
2008-10-26 Thadeu Lima de Sou... Add Slug header support to CGI frontend
2008-10-26 Thadeu Lima de Sou... Implement publish handler in CGI frontend
2008-10-26 Thadeu Lima de Sou... Get Base URL from HTTP Headers
2008-10-26 Thadeu Lima de Sou... Implement publish_entry function in GIO backend
2008-10-26 Thadeu Lima de Sou... Handle POST requests in the core
2008-10-26 Thadeu Lima de Sou... Added publish handler to frontend
2008-10-26 Thadeu Lima de Sou... Initialize all frontend functions when creating a new...
2008-10-26 Thadeu Lima de Sou... Implement backend interface to publish entries
2008-10-13 Thadeu Lima de Sou... Implemented POST request in CGI frontend
2008-10-13 Thadeu Lima de Sou... Added content data to request
2008-10-13 Thadeu Lima de Sou... Fix building including request header into frontend...
2008-10-13 Thadeu Lima de Sou... Implement new frontend functions for CGI frontend
2008-10-13 Thadeu Lima de Sou... Added function to serve requests from any frontend
2008-10-13 Thadeu Lima de Sou... Added functions to handle errors, entries or feeds...
2008-10-13 Thadeu Lima de Sou... Added get_request function to the frontend
2008-10-13 Thadeu Lima de Sou... Added request structure
2008-10-13 Thadeu Lima de Sou... Fixed memory leak when setting error message
2008-10-13 Thadeu Lima de Sou... Removed parameter name from header
2008-10-13 Thadeu Lima de Sou... Enumerate entries at the start of the program
2008-10-13 Thadeu Lima de Sou... CGI frontend now requests a feed or an entry depending...
2008-10-13 Thadeu Lima de Sou... Frontend maps request to Atom ID before retrieving...
2008-10-13 Thadeu Lima de Sou... Backend now retrieves a request, not an Atom ID
2008-10-13 Thadeu Lima de Sou... The frontend tells if a request is a feed or not
2008-10-13 Thadeu Lima de Sou... Remove Atom Resource
2008-10-13 Thadeu Lima de Sou... Added functions to convert AtomID from and to frontend...
2008-10-12 Thadeu Lima de Sou... Set up mappings when enumerating entries
2008-10-12 Thadeu Lima de Sou... Register CGI frontend in main context
2008-10-12 Thadeu Lima de Sou... Added CGI frontend structure implementation
2008-10-12 Thadeu Lima de Sou... Added frontend requests mapping
2008-10-12 Thadeu Lima de Sou... Create frontend structure with map_entries function
2008-10-12 Thadeu Lima de Sou... Initialize is_feed function for backends to NULL
2008-10-12 Thadeu Lima de Sou... Moved core implementation to the library
2008-10-12 Thadeu Lima de Sou... Update entry xml node before using it
2008-10-12 Thadeu Lima de Sou... Fixed setting an entry title
2008-10-12 Thadeu Lima de Sou... Use an array instead of a list for the entries in a...
2008-10-12 Thadeu Lima de Sou... When converting feed to xml node, set the atom namespace
2008-10-12 Thadeu Lima de Sou... Allow more than one author, as required by specification
2008-10-12 Thadeu Lima de Sou... Fixed the use of a dangling reference
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... Do not output error when trying to parse XML data
2008-09-30 Thadeu Lima de Sou... Ignore if an entry cannot be read when enumerating...
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... Added a .gitignore file to ignore building and built...
2008-08-31 Thadeu Lima de Sou... Return after returning an error
2008-08-31 Thadeu Lima de Sou... Convert GIOError too when converting from GError to...
2008-08-31 Thadeu Lima de Sou... If GIO cannot enumerate directory, set error and return
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... Avoid a crash if there is no index configured
2008-08-31 Thadeu Lima de Sou... Dummy IRI parsing. Needed to fix segfault bug, when...
2008-08-31 Thadeu Lima de Sou... Fix typo for AtomCtx type
2008-08-31 Thadeu Lima de Sou... Include AtomID header into main Atom header
2008-08-31 Thadeu Lima de Sou... Introducing AtomID, which is used in core, instead...
2008-08-31 Thadeu Lima de Sou... Build iri directory before other directories
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... Return a copy of the internal node, caller is the owner
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... CGI frontend uses AtomResource instead of AtomEntry
2008-08-10 Thadeu Lima de Sou... Retrieve resource returns either an entry or a feed
2008-08-10 Thadeu Lima de Sou... Added AtomResource as a generalization for entries...
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... Get string from AtomFeed
2008-08-09 Thadeu Lima de Sou... Atom namespace is in a common header now
2008-08-09 Thadeu Lima de Sou... Generate feed with many entries
2008-08-09 Thadeu Lima de Sou... Distribute XML headers
next