Release version 999 generated by do-release.sh
[citadel.git] / citadel / modules / rssclient / rss_atom_parser.c
2017-02-26 Art CancroParser fix
2017-02-26 Art CancroMove back to single threaded structure for rss feed...
2015-01-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-01-07 Art CancroMinor cleanup of rss parser in preparation for some...
2014-10-21 Wilfried Goesgensadd whether we're in which eventloop / a worker thread...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-05-14 Wilfried GoesgensTDAP: add facility to protect usetable entries from...
2012-08-05 Wilfried GoesgensRSS-Client: check whether this message is new to us...
2012-08-05 Wilfried GoesgensRSS-CLIENT: remember checksum for whole feed, so we...
2012-05-25 Wilfried GoesgensRSSClient: actualy use the precalculated length for...
2012-05-20 Wilfried GoesgensRSSClient: fix possible buffer underrun
2012-04-29 Wilfried GoesgensLogging: add commands to runtime view/enable/disable...
2012-04-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-28 Wilfried GoesgensRSSClient: make debug log runtime configurable
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2011-12-30 Wilfried GoesgensStyle cleanup
2011-12-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-29 Wilfried GoesgensCleanup of shutdown of event contexts
2011-12-25 Wilfried GoesgensStraightn http client generation
2011-12-22 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-21 Wilfried GoesgensFollow ctdllprintf change for debug printfs too.
2011-11-03 Wilfried GoesgensWork on evented RSS client & libev+libcurl integration
2011-11-02 Wilfried GoesgensWork on RSS Feed
2011-10-24 Wilfried Goesgensfinalize RSS/curlev implementation
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-07-10 Wilfried Goesgensfinalize allocation & freeing of rss stuff
2011-07-07 Wilfried Goesgenswork on making RSS aggregator instances and roomlists...
2011-07-03 Wilfried Goesgensfix conditions where several rooms read the same RSS...
2011-07-03 Wilfried Goesgensfirst working RSS collection with async DB-Saves
2011-06-05 Wilfried Goesgensfix pointer indirections so we now can successfully...
2011-06-05 Wilfried GoesgensSplit RSS Parser...