summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-11core: perform clean-up when terminating due to a Unix signalJakub Sitnicki1-1/+1
2014-09-05core: add --version option to the ModemManager daemonAleksander Morgado1-4/+0
2014-07-06manager: rename 'MMManager' to 'MMBaseManager'Aleksander Morgado1-14/+14
2014-05-20core: minor coding style fixesBen Chan1-1/+1
2014-02-13manager: as soon as we know we're going to stop, clear DBus connectionAleksander Morgado1-0/+7
2014-02-13context: new '--test-plugin-dir' to allow specifying where the plugins areAleksander Morgado1-0/+1
2014-02-13context: new '--test-enable' to enable the Test interfaceAleksander Morgado1-0/+1
2014-02-13context: new '--test-no-auto-scan' to avoid automatic scanning for devicesAleksander Morgado1-1/+3
2014-02-13context: new '--test-session' allows launching the MM daemon in the session busAleksander Morgado1-2/+3
2013-03-05core: don't automatically probe ports of USB<->serial adaptersAleksander Morgado1-2/+2
2013-02-12core: use g_unix_signal_add() for more reliable Unix signal handlingDan Williams1-27/+11
2012-10-09core: second request to terminate does a hard exit()Aleksander Morgado1-1/+9
2012-10-08core: log successful shutdownAleksander Morgado1-0/+2
2012-10-08core: don't wait forever to get all modems disabled and removedAleksander Morgado1-2/+17
2012-09-28core: acquire DBus name only after having created the `MMManager'Aleksander Morgado1-24/+27
2012-03-16log: only include LOC and method name in debug logs if running with --debugAleksander Morgado1-0/+1
2012-03-16context: new source files to keep the daemon contextAleksander Morgado1-30/+8
2012-03-15core: implement the Manager1 DBus interface, based on GDBusAleksander Morgado1-82/+55
2011-01-23core: enable timestamps with legacy --debug optionDan Williams1-1/+4
2011-01-23core: rework loggingDan Williams1-71/+47
2010-08-11core: work around dbus-glib property access bug (CVE-2010-1172) (rh #585394)Dan Williams1-0/+11
2010-05-21build: print version on startup and add dist-versionDan Williams1-2/+7
2010-03-22core: cleanly disable modems on shutdownDan Williams1-0/+10
2010-03-09core: fix SIGTERM before mainloop has startedDan Williams1-2/+6
2009-06-18core: gracefully handle SIGTERM and SIGINT by shutting down cleanlyDan Williams1-5/+27
2009-06-18udev: move device probing and detection to udevDan Williams1-89/+4
2009-04-14Handle cases where HAL is not running/disappears/reappears.Tambet Ingo1-27/+129
2009-02-10add --enable-more-warnings=yes/no and fix up resulting errorsDan Williams1-0/+1
2009-02-04Fix a typo in error message when MM couldn't acquire it's DBus service name.Tambet Ingo1-2/+2
2008-10-30Enable/disable debugging on SIGUSR1.Tambet Ingo1-53/+75
2008-09-11Rewrite serial device communications.Tambet Ingo1-20/+3
2008-07-31Initial commit.Tambet Ingo1-0/+166