aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-864/+709
* Factorize boolean user prompting.Baptiste Jonglez2012-05-141-10/+2
* Declare several parameters/variables constantLukas Fleischer2012-05-081-13/+14
* Add prototypes for hash table functionsLukas Fleischer2012-04-211-0/+1
* Mark several functions staticLukas Fleischer2012-04-201-1/+1
* Refactor startup screen branchLukas Fleischer2012-04-121-14/+8
* Miscellaneous small code cleanupsLukas Fleischer2012-04-061-3/+2
* Mark some more variables/parameters constantLukas Fleischer2012-04-051-2/+2
* Mark localized string literals constantLukas Fleischer2012-04-051-22/+22
* Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-291-6/+6
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Add a read-only optionLukas Fleischer2012-02-241-8/+24
* src/io.c: Remove C89 incompatible commentLukas Fleischer2012-02-201-1/+1
* Fix up fscanf() format stringsLukas Fleischer2012-02-191-3/+3
* Fix hash table issues with ISO C99Lukas Fleischer2012-02-191-7/+10
* Remove all usages of bzero() and bcopy()Lukas Fleischer2012-02-191-2/+2
* src/io.c: Use fork_exec() instead of system()Lukas Fleischer2012-02-181-3/+4
* Add stricter syntax checking to io_load_*()Lukas Fleischer2012-02-181-33/+41
* Break out different import/export formatsLukas Fleischer2012-01-071-1501/+8
* Merge branch 'maint'Lukas Fleischer2011-12-161-1/+5
|\
| * Format "DURATION" field properly on ical exportJérôme Pinot2011-12-161-1/+5
* | Extract config file handlers into a separate fileLukas Fleischer2011-12-091-142/+1
* | Merge branch 'maint'Lukas Fleischer2011-11-151-2/+5
|\|
| * src/io.c: Avoid use of memcpy()Lukas Fleischer2011-11-111-2/+4
| * src/io.c: Null-terminate the ical_readline() bufferLukas Fleischer2011-11-111-0/+1
* | Use a global configuration variableLukas Fleischer2011-11-141-28/+26
* | Merge branch 'maint'Lukas Fleischer2011-11-111-1/+7
|\|
| * Cleanup joinable threads on terminationLukas Fleischer2011-10-041-1/+4
| * src/io.c: Update todo item count on iCal importLukas Fleischer2011-10-041-0/+3
* | Remove parentheses from return statementsLukas Fleischer2011-11-021-2/+2
* | Do not cast unused return values to voidLukas Fleischer2011-11-021-268/+262
* | Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-115/+110
* | Pass item durations to recur_item_inday()Lukas Fleischer2011-10-211-2/+2
* | Add configuration option to run the GC on exitLukas Fleischer2011-10-051-0/+5
* | Do not unlink() note files on note removalLukas Fleischer2011-10-051-3/+3
* | Use hash-based file names in ical_read_note()Lukas Fleischer2011-10-051-14/+9
* | Accept variable length note namesLukas Fleischer2011-10-051-4/+4
* | Refactor out note deserializationLukas Fleischer2011-10-051-8/+2
* | Add a copy file routineLukas Fleischer2011-10-051-0/+33
* | Merge branch 'maint'Lukas Fleischer2011-09-061-112/+69
|\|
| * src/io.c: iCal content line folding correctnessLukas Fleischer2011-08-261-112/+69
* | Add configuration option to notify all appointmentsLukas Fleischer2011-07-311-0/+4
* | Merge branch 'maint'Lukas Fleischer2011-07-281-2/+2
|\|
| * io.c: Accept resource parameters in iCal importLukas Fleischer2011-07-281-2/+2
* | Use gettext plural featuresLukas Fleischer2011-07-241-6/+8
* | Split stats messages in io_import_data()Lukas Fleischer2011-07-241-10/+12
* | Use single-line configuration settings by defaultLukas Fleischer2011-07-151-22/+23
* | Skip indentation and comments in io_extract_data()Lukas Fleischer2011-07-151-1/+2
* | Remove artificial delay when saving dataLukas Fleischer2011-07-141-3/+0
* | Merge branch 'maint'Lukas Fleischer2011-07-101-2/+4
|\|