summaryrefslogtreecommitdiff
path: root/src/dmon.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2016-01-26Support SIGUSR1 in daemon modeLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-08-06Add item filtersLukas Fleischer
2014-07-16Initialize linked list for recurrent itemsLukas Fleischer
2013-07-17Rename io_file_exist{,s}()Lukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2011-12-09Extract config file handlers into a separate fileLukas Fleischer
2011-11-14Use a global configuration variableLukas Fleischer
2011-11-02Do not cast unused return values to voidLukas Fleischer
2011-07-24Use gettext plural featuresLukas Fleischer
2011-07-21Declare foreground and background variables globalLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-22Ignore daemon lock file if the daemon process died.Lukas Fleischer
2011-04-19Use generic lists for todo items.Lukas Fleischer
2011-04-19Use generic lists for events.Lukas Fleischer
2011-03-14Overall indentation fixes.Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2009-08-01Improved how the daemon checks for appointments to remind.Frederic Culot
2009-08-01Start and log daemon activity only if requested.Frederic Culot
2009-08-01More work on implementing the daemon.Frederic Culot
2009-07-29Avoid multiple notifications of the same appointment when running in background.Frederic Culot
2009-07-27Better error checking and memory handling when in daemon mode.Frederic Culot
2009-07-27Work on allocating and freeing memory associated with user's data for the dae...Frederic Culot
2009-07-26Improved the way the daemon reports errors.Frederic Culot
2009-07-26Stop daemon when calcurse enters interactive mode.Frederic Culot
2009-07-26More work on implementing calcurse daemon.Frederic Culot
2009-07-23Functions added to implement a logging mechanism for calcurse daemon.Frederic Culot
2009-07-20New files to implement calcurse daemon.Frederic Culot