index
:
~lkundrak/NetworkManager
lr/active-connection-state-changed
lr/auth-dialog
lr/completion-4
lr/guide
lr/ifla-flags-detection
lr/initrd
lr/nmcli-colors
lr/ovs-2
lr/ovs-3
lr/ovs-interface-plink
lr/rp-filter
lr/version-dir
lr/wifi-data
master
nm-1-0
nm-1-10
nm-1-14
nm-1-4
nm-1-6
nm-1-8
pan2
LR staging for NetworkManager
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-02
config: add write support to atomic-sections
Thomas Haller
1
-1
/
+1
2015-07-02
config: log configuration at startup and on reload
Thomas Haller
1
-0
/
+1
2015-07-02
config: change examples for command line arguments to system default
Thomas Haller
1
-2
/
+2
2015-06-25
config: pass signals to nm_config_reload()
Thomas Haller
1
-3
/
+3
2015-06-17
platform: signal missing firmware in nm_platform_set_up()
Thomas Haller
1
-1
/
+1
2015-06-10
all: fix a compiler warning about function declarations
Jiří Klimeš
1
-1
/
+1
2015-06-01
core: don't assume the loopback interface is called "lo"
Lubomir Rintel
1
-1
/
+1
2015-05-11
ipv4ll: use internal implementation
Beniamino Galvani
1
-1
/
+0
2015-04-21
platform: add self argument to platform functions
Thomas Haller
1
-1
/
+1
2015-04-18
core/logging: downgrade some <info> loggings to <debug>
Thomas Haller
1
-1
/
+1
2015-04-01
core: add "fatal-warnings" option to NM_DEBUG
Thomas Haller
1
-8
/
+17
2015-03-20
main: (order) early start D-Bus service
Thomas Haller
1
-15
/
+15
2015-03-20
main: (order) move run_from_build_dir check before setting up logging
Thomas Haller
1
-15
/
+15
2015-03-20
main: (order) earlier create rundir
Thomas Haller
1
-8
/
+8
2015-03-20
main: (order) log "is starting" message immediately after setting up logging
Thomas Haller
1
-4
/
+3
2015-03-20
main: (order) parse state file later and use nm-logging
Thomas Haller
1
-10
/
+10
2015-03-20
main: (order) check pidfile earlier for running NM
Thomas Haller
1
-2
/
+2
2015-03-20
main: (order) move root user check after help/version option
Thomas Haller
1
-0
/
+2
2015-03-20
main: (order) early call _init_nm_debug()
Thomas Haller
1
-2
/
+2
2015-03-20
main: (order) set g_log_set_always_fatal() early on
Thomas Haller
1
-8
/
+8
2015-03-20
main: (order) call g_type_init() very early in main()
Thomas Haller
1
-4
/
+4
2015-03-20
main: refactor nm_main_utils_check_pidfile() to exit directly on failure
Thomas Haller
1
-3
/
+1
2015-03-20
main: split out nm_main_utils_ensure_rundir ()
Thomas Haller
1
-0
/
+2
2015-03-20
main: refactor early setup in main()
Thomas Haller
1
-26
/
+32
2015-03-20
main: move option variables to static variable
Thomas Haller
1
-34
/
+41
2015-03-20
main: don't unref config instance at end of main()
Thomas Haller
1
-1
/
+1
2015-03-20
main/trivial: change order of arguments for nm_main_utils_early_setup()
Thomas Haller
1
-1
/
+1
2015-03-11
core: quit if manager startup completed before starting the mainloop
Dan Williams
1
-1
/
+4
2015-02-03
config: move main_file and description to NMConfigData
Thomas Haller
1
-1
/
+1
2015-02-03
config/trivial: rename variables for configuration file
Thomas Haller
1
-1
/
+1
2015-02-03
config: add support for reloading of configuration
Thomas Haller
1
-1
/
+8
2015-02-03
config: add handler for SIGHUP and a reload-configuration stub
Thomas Haller
1
-0
/
+6
2015-02-03
config: add nm_config_setup() to initialize config singleton
Thomas Haller
1
-2
/
+7
2015-01-19
core: use GUnixSignalWatchSource to simplify signal handling
Dan Winship
1
-7
/
+2
2015-01-12
dbus: destroy singleton instance of NMDBusManager on exit
Thomas Haller
1
-7
/
+2
2015-01-12
core: declare nm_supplicant_manager_get() using NM_DEFINE_SINGLETON_GETTER()
Thomas Haller
1
-6
/
+1
2015-01-12
core: declare nm_firewall_manager_get() using NM_DEFINE_SINGLETON_GETTER()
Thomas Haller
1
-6
/
+0
2015-01-12
core: declare nm_vpn_manager_get() using NM_DEFINE_SINGLETON_GETTER()
Thomas Haller
1
-5
/
+0
2015-01-12
core: declare nm_dhcp_manager_get() using NM_DEFINE_SINGLETON_GETTER()
Thomas Haller
1
-5
/
+0
2015-01-12
core: declare nm_dns_manager_get() using NM_DEFINE_SINGLETON_GETTER()
Thomas Haller
1
-5
/
+0
2015-01-05
main: don't initialize the session monitor
Pavel Šimerda
1
-5
/
+0
2014-11-15
libnm-core: add _nm_utils_is_manager_process
Dan Winship
1
-0
/
+3
2014-11-13
all: consistently include config.h
Dan Winship
1
-1
/
+2
2014-11-07
iface-helper: add nm-iface-helper for dynamic configure-then-quit support
Dan Williams
1
-17
/
+7
2014-11-07
core: add option to quit when startup is complete (rh #863515) (rh #1083683)
Dan Williams
1
-0
/
+19
2014-11-07
core: split signal/pidfile/option handling into separate source file
Dan Williams
1
-226
/
+12
2014-10-27
core: ignore SIGPIPE
Thomas Haller
1
-0
/
+4
2014-09-29
auth: rework polkit autorization to use DBUS interface directly
Thomas Haller
1
-0
/
+3
2014-08-01
libnm: rename NetworkManager.h and NetworkManagerVPN.h
Dan Winship
1
-1
/
+1
2014-08-01
libnm, core, cli, tui: fix the capitalization of various types
Dan Winship
1
-2
/
+2
[next]