aboutsummaryrefslogtreecommitdiffstats
path: root/src/dmon.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* Update copyright rangesLukas Fleischer2016-01-301-1/+1
* Support SIGUSR1 in daemon modeLukas Fleischer2016-01-261-0/+12
* Update copyright rangesLukas Fleischer2015-02-071-1/+1
* Add item filtersLukas Fleischer2014-08-061-1/+1
* Initialize linked list for recurrent itemsLukas Fleischer2014-07-161-0/+1
* Rename io_file_exist{,s}()Lukas Fleischer2013-07-171-2/+2
* Use tabs instead of spaces for indentationLukas Fleischer2013-04-141-113/+120
* Update copyright rangesLukas Fleischer2013-02-041-1/+1
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-97/+82
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Extract config file handlers into a separate fileLukas Fleischer2011-12-091-1/+1
* Use a global configuration variableLukas Fleischer2011-11-141-3/+1
* Do not cast unused return values to voidLukas Fleischer2011-11-021-6/+6
* Use gettext plural featuresLukas Fleischer2011-07-241-2/+3
* Declare foreground and background variables globalLukas Fleischer2011-07-211-1/+1
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Ignore daemon lock file if the daemon process died.Lukas Fleischer2011-04-221-1/+1
* Use generic lists for todo items.Lukas Fleischer2011-04-191-0/+1
* Use generic lists for events.Lukas Fleischer2011-04-191-0/+1
* Overall indentation fixes.Lukas Fleischer2011-03-141-8/+8
* 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
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* 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 dae...Frederic Culot2009-07-271-2/+5
* 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