aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Honor "TMPDIR" environment variableLukas Fleischer2011-07-091-2/+4
* | Refactor out todo item serializationLukas Fleischer2011-07-021-4/+1
|/
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Return -1 in io_file_is_empty() if file cannot be accessed.Lukas Fleischer2011-04-221-1/+1
* Use generic lists for recurring item exceptions.Lukas Fleischer2011-04-221-53/+50
* Use generic lists for recurring apointments and events.Lukas Fleischer2011-04-191-58/+67
* Use generic lists for todo items.Lukas Fleischer2011-04-191-14/+17
* Use generic lists for events.Lukas Fleischer2011-04-191-10/+16
* Use generic lists for appointments.Lukas Fleischer2011-04-191-18/+25
* Fix io_file_is_empty() behaviour when file starts with a newline.Lukas Fleischer2011-04-121-1/+1
* Drop empty notes after editing.Lukas Fleischer2011-04-121-0/+25
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-25/+25
* ignore the lock file if the pointed process is dead.Erik Saule2011-03-291-8/+24
* Overall indentation fixes.Lukas Fleischer2011-03-141-274/+274
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Simplify str_toupper() in "utils.c".Lukas Fleischer2011-03-041-22/+21
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* Avoid concurrent screen refreshes.Frederic Culot2010-03-211-6/+6
* More work on sidebar customization.Frederic Culot2010-03-211-1/+6
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-93/+78
* Check for data directory availability added (thanks Brandon for reporting thi...Frederic Culot2009-11-011-6/+9
* Code to save the calendar default view in the configuration file.Frederic Culot2009-10-281-1/+5
* Memory leak fixed in ical_read_note.Frederic Culot2009-08-091-1/+2
* Save and restore daemon configuration options.Frederic Culot2009-08-011-2/+13
* bugfixesFrederic Culot2009-07-291-5/+6
* io_file_exist(): new functionFrederic Culot2009-07-271-5/+21
* --status flag addedFrederic Culot2009-07-261-1/+26
* More work on implementing calcurse daemon.Frederic Culot2009-07-261-17/+30
* Incorrect duration format when exporting to ical (thanks Chris for reporting ...Frederic Culot2009-07-231-3/+3
* Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot2009-07-231-2/+32
* Make use of erase_note() whenever possible.Frederic Culot2009-07-191-15/+19
* Fixed a bug related to memory management (a free on a null pointer causes an ...Frederic Culot2009-07-151-3/+5
* New wrappers around memory functions.Frederic Culot2009-07-121-2/+2
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-2/+2
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* Support for ical import of events which spans over several days added (thanks...Frederic Culot2009-07-051-6/+25
* Simplified the way data are loaded and saved.Frederic Culot2009-06-281-177/+200