summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: declare nm_agent_manager_get() using NM_DEFINE_SINGLETON_GETTER()jk/wpa_supplicant-start-rh1286576Thomas Haller2015-12-014-45/+48
* core: declare nm_supplicant_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-014-22/+4
* core: declare nm_firewall_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-012-18/+1
* core: declare nm_inotify_helper_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-011-23/+20
* core: declare nm_vpn_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-19/+2
* core: declare nm_dhcp_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-21/+2
* core: declare nm_dns_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-19/+3
* core: declare nm_sleep_monitor_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-26/+10
* wifi: only try adding supplicant interface 5 times on errors (bgo #753971)Jiří Klimeš2015-11-301-1/+36
* cli: fix an error in setting s390-options in nmcli editorJiří Klimeš2015-11-281-1/+12
* cli: fix an error in nmcli editor when setting vpn.data/vpn.secretsJiří Klimeš2015-11-281-2/+15
* platform/tests: drop "platform" test binaryThomas Haller2015-11-272-906/+0
* platform/tests: remove "dump" test-programThomas Haller2015-11-272-143/+0
* nmtst: refactor NMTST_BUSY_WAIT() and rename to NMTST_WAIT*()Thomas Haller2015-11-271-5/+15
* test: add NMTST_BUSY_WAIT() utilThomas Haller2015-11-271-0/+12
* nmtst: support shorthand "NMTST_DEBUG=TRACE" to set logging levelThomas Haller2015-11-271-0/+5
* clients: (trivial) remove unused commented code in nm-vpn-helpersJiří Klimeš2015-11-262-236/+0
* clients: move clients/tui/vpn-helpers.c to clients/common/nm-vpn-helpers.cJiří Klimeš2015-11-264-77/+107
* ip4-config: properly handle gateway in nm_ip4_config_replace()Beniamino Galvani2015-11-261-3/+6
* platform/tests: use "nm-test-utils.h" in "monitor.c"Thomas Haller2015-11-251-9/+13
* clients: check errors of polkit_unix_session_new_for_process_sync()Jiří Klimeš2015-11-251-3/+5
* core: don't handle SIGUSR1 and SIGUSR2 signals for pre 2.36.0 glibThomas Haller2015-11-251-2/+5
* nm-glib: add nm_glib_check_version() utilThomas Haller2015-11-251-0/+11
* dhcp-helper: call g_type_init() to support pre 2.36.0 glibGlenn Washburn2015-11-251-0/+4
* po: updated Galician (gl) translation (bgo #758631)Fran Diéguez2015-11-251-1361/+7223
* device: use nm_utils_find_helper() to find out ping/ping6 binary (bgo #758566)Jiří Klimeš2015-11-241-2/+2
* tests: merge branch 'th/test-run-valgrind'Thomas Haller2015-11-243-21/+184
|\
| * nmtst/valgrind: allow calling 'run-test-valgrind.sh' script directlyThomas Haller2015-11-242-10/+85
| * nmtst: support -p and -s arguments from gtestutils via $NMTST_DEBUGThomas Haller2015-11-241-1/+49
| * nmtst: pass -m=quick when specifying quick test in $NMTST_DEBUGThomas Haller2015-11-241-1/+38
| * nmtst: detect whether the test runs as tap testThomas Haller2015-11-241-0/+3
| * nmtst: initialize g_test_init() after parsing NMTST_DEBUGThomas Haller2015-11-241-11/+11
|/
* release: bump version to 1.0.9 (development)1.0.9-devLubomir Rintel2015-11-231-1/+1
* release: bump version to 1.0.81.0.8Lubomir Rintel2015-11-234-3/+16
* main: add argument --print-config to NetworkManagerThomas Haller2015-11-226-11/+65
* release: update NEWSLubomir Rintel2015-11-201-0/+70
* default-route: fix deleting default-route when disconnecting device (bgo #757...Thomas Haller2015-11-201-4/+11
* default-route: introduce _LOG2*() logging macros to log entry-messagesThomas Haller2015-11-201-36/+58
* logging: introduce an alternative set of logging macrosThomas Haller2015-11-201-1/+33
* macros: add nm_sprintf_buf() helper macroThomas Haller2015-11-201-0/+13
* po: update Swedish (sv) translation (bgo #758366)Anders Jonsson2015-11-201-2069/+3258
* wifi: do update BSSID cache in activation_success_handler() (rh #1094298)Jiří Klimeš2015-11-191-1/+1
* valgrind: add suppression for glib's g_thread_return()Thomas Haller2015-11-181-0/+27
* valgrind: update suppression file for glib's thread poolThomas Haller2015-11-181-1/+2
* ifcfg: fix a possible double-free error on invalid WEP key (rh #1281324)Jiří Klimeš2015-11-181-9/+13
* nm-online: do not put \r to a translatable string (bgo #758102)Jiří Klimeš2015-11-1633-65/+65
* all: fix typos in the code and update translations for that (bgo #758102)Jiří Klimeš2015-11-1631-116/+8
* po: update Italian (it) translation (bgo #758103)Milo Casagrande2015-11-161-1569/+1988
* po: update Polish (pl) translation (bgo #758067)Piotr Drąg2015-11-161-564/+623
* libnm-core/tests: fix bit shiftBeniamino Galvani2015-11-151-1/+1