summaryrefslogtreecommitdiff
path: root/src/io.c
AgeCommit message (Expand)Author
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
2011-07-15Skip indentation and comments in io_extract_data()Lukas Fleischer
2011-07-14Remove artificial delay when saving dataLukas Fleischer
2011-07-10Merge branch 'maint'Lukas Fleischer
2011-07-09Honor "TMPDIR" environment variableLukas Fleischer
2011-07-02Refactor out todo item serializationLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-22Return -1 in io_file_is_empty() if file cannot be accessed.Lukas Fleischer
2011-04-22Use generic lists for recurring item exceptions.Lukas Fleischer
2011-04-19Use generic lists for recurring apointments and events.Lukas Fleischer
2011-04-19Use generic lists for todo items.Lukas Fleischer
2011-04-19Use generic lists for events.Lukas Fleischer
2011-04-19Use generic lists for appointments.Lukas Fleischer
2011-04-12Fix io_file_is_empty() behaviour when file starts with a newline.Lukas Fleischer
2011-04-12Drop empty notes after editing.Lukas Fleischer
2011-04-05Compare pointers to "NULL" instead of "0".Lukas Fleischer
2011-03-29ignore the lock file if the pointed process is dead.Erik Saule
2011-03-14Overall indentation fixes.Lukas Fleischer