summaryrefslogtreecommitdiff
path: root/src/io.c
AgeCommit message (Expand)Author
2012-11-23Do not display a mark when files are auto-savedLukas Fleischer
2012-11-22Replace localtime() with localtime_r()Lukas Fleischer
2012-05-31Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-14Factorize boolean user prompting.Baptiste Jonglez
2012-05-08Declare several parameters/variables constantLukas Fleischer
2012-04-21Add prototypes for hash table functionsLukas Fleischer
2012-04-20Mark several functions staticLukas Fleischer
2012-04-12Refactor startup screen branchLukas Fleischer
2012-04-06Miscellaneous small code cleanupsLukas Fleischer
2012-04-05Mark some more variables/parameters constantLukas Fleischer
2012-04-05Mark localized string literals constantLukas Fleischer
2012-03-29Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-02-24Add a read-only optionLukas Fleischer
2012-02-20src/io.c: Remove C89 incompatible commentLukas Fleischer
2012-02-19Fix up fscanf() format stringsLukas Fleischer
2012-02-19Fix hash table issues with ISO C99Lukas Fleischer
2012-02-19Remove all usages of bzero() and bcopy()Lukas Fleischer
2012-02-18src/io.c: Use fork_exec() instead of system()Lukas Fleischer
2012-02-18Add stricter syntax checking to io_load_*()Lukas Fleischer
2012-01-07Break out different import/export formatsLukas Fleischer
2011-12-16Merge branch 'maint'Lukas Fleischer
2011-12-16Format "DURATION" field properly on ical exportJérôme Pinot
2011-12-09Extract config file handlers into a separate fileLukas Fleischer
2011-11-15Merge branch 'maint'Lukas Fleischer
2011-11-14Use a global configuration variableLukas Fleischer
2011-11-11Merge branch 'maint'Lukas Fleischer
2011-11-11src/io.c: Avoid use of memcpy()Lukas Fleischer
2011-11-11src/io.c: Null-terminate the ical_readline() bufferLukas Fleischer
2011-11-02Remove parentheses from return statementsLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-11-02Avoid use of printf()/fprintf()Lukas Fleischer
2011-10-21Pass item durations to recur_item_inday()Lukas Fleischer
2011-10-05Add configuration option to run the GC on exitLukas Fleischer
2011-10-05Do not unlink() note files on note removalLukas Fleischer
2011-10-05Use hash-based file names in ical_read_note()Lukas Fleischer
2011-10-05Accept variable length note namesLukas Fleischer
2011-10-05Refactor out note deserializationLukas Fleischer
2011-10-05Add a copy file routineLukas Fleischer
2011-10-04Cleanup joinable threads on terminationLukas Fleischer
2011-10-04src/io.c: Update todo item count on iCal importLukas Fleischer
2011-09-06Merge branch 'maint'Lukas Fleischer
2011-08-26src/io.c: iCal content line folding correctnessLukas Fleischer
2011-07-31Add configuration option to notify all appointmentsLukas Fleischer
2011-07-28Merge branch 'maint'Lukas Fleischer
2011-07-28io.c: Accept resource parameters in iCal importLukas Fleischer
2011-07-24Use gettext plural featuresLukas Fleischer
2011-07-24Split stats messages in io_import_data()Lukas Fleischer
2011-07-15Use single-line configuration settings by defaultLukas Fleischer