aboutsummaryrefslogtreecommitdiffstats
path: root/src/dmon.c
Commit message (Collapse)AuthorAgeFilesLines
* Use gettext plural featuresLukas Fleischer2011-07-241-2/+3
| | | | | | | | Make use of the plural features of gettext to handle plural forms correctly instead of using the plural form even if the singular form should be used. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Declare foreground and background variables globalLukas Fleischer2011-07-211-1/+1
| | | | | | Removes the need to pass the terminal's default background color round. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
| | | | | | | | | * Update copyright dates (use 2004-2011 as date range everywhere). * Change copyright holder from "Frederic Culot" to "calcurse Development Team". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Ignore daemon lock file if the daemon process died.Lukas Fleischer2011-04-221-1/+1
| | | | | | | Do this in a fashion similar to what was done in commit 6ff95238766656c5ea9d5c65c35d3aef93499f60. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Use generic lists for todo items.Lukas Fleischer2011-04-191-0/+1
| | | | | | | Use the new generic list implementation instead of "next" pointers in todo items. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Use generic lists for events.Lukas Fleischer2011-04-191-0/+1
| | | | | | | Use the new generic list implementation instead of those insane "next" pointers in events. Includes some cleanups. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Overall indentation fixes.Lukas Fleischer2011-03-141-8/+8
| | | | | | | Use spaces instead of tabs for source code indentation only, strip trailing whitespaces from lines. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
| | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-11/+5
|
* Improved how the daemon checks for appointments to remind.Frederic Culot2009-08-011-2/+3
|
* Start and log daemon activity only if requested.Frederic Culot2009-08-011-3/+5
|
* More work on implementing the daemon.Frederic Culot2009-08-011-20/+11
|
* Avoid multiple notifications of the same appointment when running in background.Frederic Culot2009-07-291-5/+10
|
* Better error checking and memory handling when in daemon mode.Frederic Culot2009-07-271-12/+25
|
* Work on allocating and freeing memory associated with user's data for the ↵Frederic Culot2009-07-271-2/+5
| | | | daemon.
* Improved the way the daemon reports errors.Frederic Culot2009-07-261-15/+26
|
* Stop daemon when calcurse enters interactive mode.Frederic Culot2009-07-261-1/+18
|
* More work on implementing calcurse daemon.Frederic Culot2009-07-261-1/+7
|
* Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot2009-07-231-2/+7
|
* New files to implement calcurse daemon.Frederic Culot2009-07-201-0/+171