summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16core: dump fatal initialization errors to stderrAleksander Morgado1-1/+1
2021-05-26base-manager: add quick suspend/resume baseDylan Van Assche1-1/+13
2021-05-22libmm-glib: setup common helper to register DBus errorsAleksander Morgado1-17/+8
2021-02-23charsets: detect iconv() support in runtimeAleksander Morgado1-0/+3
2021-02-14context: add test-no-suspend-resume cli parameterDylan Van Assche1-3/+7
2020-04-09log: force using the object logging APIAleksander Morgado1-1/+2
2020-04-08core: consolidate logging format in main daemon logicAleksander Morgado1-16/+14
2019-10-11daemon: register G_IO_ERROR_CANCELLED as "Cancelled" in DBusAleksander Morgado1-0/+25
2017-12-05filter: allow selection of filter policy on startupAleksander Morgado1-0/+1
2017-06-22build: rename --with-suspend-resume to --with-systemd-suspend-resumeAleksander Morgado1-3/+3
2017-06-21log: Add support for journal loggingTorsten Hilbrich1-0/+1
2017-05-29log: remove func loc info unless MM_LOG_FUNC_LOC is definedAleksander Morgado1-1/+0
2017-05-29context: rework application options and help outputAleksander Morgado1-2/+2
2017-02-03glib: remove invocations of g_type_init()Ben Chan1-2/+0
2016-09-29core: allow disabling auto-scan and notifying ports one by one via APIAleksander Morgado1-1/+2
2015-02-07suspend: invalidate and remove modems on suspend, reprobe on resumeAleksander Morgado1-1/+32
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