summaryrefslogtreecommitdiff
path: root/src/ical.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-02-11Support format strings when dumping imported itemsLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-18Support todo items with an undefined priorityLukas Fleischer
2016-01-18Use a separate field for the completed statusLukas Fleischer
2016-01-15Export item UIDs upon requestLukas Fleischer
2016-01-13ical: Handle items without an end date gracefullyLukas Fleischer
2016-01-13ical: Refactor item date/time parserLukas Fleischer
2016-01-13Reimplement ical_unformat_line() using dynamic stringsLukas Fleischer
2016-01-13ical: Export completed todo items properlyLukas Fleischer
2016-01-13ical: Honor completed status of todo itemsLukas Fleischer
2016-01-13Add --list-imported command line optionLukas Fleischer
2015-02-25ical.c: Small refactoringLukas Fleischer
2015-02-24Use time_t instead of long in several placesLukas Fleischer
2015-02-24ical.c: Reduce nesting depthLukas Fleischer
2015-02-24Introduce starts_with() and starts_with_ci()Lukas Fleischer
2015-02-23Add support for UTC times in iCal importsLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-08-18Correctly parse all types of iCal durationsLukas Fleischer
2014-08-18Gracefully handle all day events in iCal importsLukas Fleischer
2014-08-18Handle CRLF line endings in iCal filesLukas Fleischer
2014-07-28ical.c: Parse multiple exception rules properlyLukas Fleischer
2014-07-28ical.c: Simplify and fix ical_durtime2long()Lukas Fleischer
2014-07-08ical.c: Remove newlines from item summariesLukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-17Fix braces in if-else statementsLukas Fleischer
2013-02-04Merge branch 'maint'Lukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2013-01-30Use strncasecmp() for case-insensitive comparisonLukas Fleischer
2012-12-06Fix two enumeration types in function signaturesLukas Fleischer
2012-07-10Use integers rather than floats everywhereLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-20Mark several functions staticLukas Fleischer
2012-03-30Revert a bunch of strncmp() conversionsLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-03-12Get rid of string structuresLukas Fleischer
2012-03-12Use strcmp() instead of strncmp()Lukas Fleischer
2012-02-19Remove all usages of bzero() and bcopy()Lukas Fleischer
2012-02-18Fix up strncat() usageLukas Fleischer
2012-02-18Don't chomp on error in ical_readline_init()Lukas Fleischer
2012-01-17Split note file generation into separate functionLukas Fleischer
2012-01-07Break out different import/export formatsLukas Fleischer