summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: lie about NMActiveConnection:state in new connectionsdanw/bgo737993-objectcacheDan Winship2014-10-161-1/+10
* libnm: add an object-creation-failed testDan Winship2014-10-102-2/+58
* cli: fix 'nmcli connection up bond0' being stuckJiří Klimeš2014-10-101-0/+1
* libnm: add a virtual device creation-and-activation testDan Winship2014-10-101-1/+135
* tools: add a bit of support for VLANs to test-networkmanager-service.pyDan Winship2014-10-101-6/+40
* libnm: add an active-connection test to test-nm-clientDan Winship2014-10-101-0/+146
* tools: add a bit more activation support to test-networkmanager-service.pyDan Winship2014-10-102-10/+91
* libnm: abstract out duplicated device-creating code in testsDan Winship2014-10-104-200/+103
* libnm: postpone activation callback until all objects are readyDan Winship2014-10-101-48/+103
* libnm: add -added and -removed signals for ACs to NMManagerDan Winship2014-10-102-1/+22
* libnm: fix async property circular reference handlingDan Winship2014-10-101-15/+13
* libnm: further NULL-vs-empty-array fixesDan Winship2014-10-107-11/+28
* libnm: fix crash in nm_client_new_async(), add a test for itDan Winship2014-10-102-32/+28
* libnm: fix NMActiveConnection object-path-valued properties (bgo #738103)Dan Winship2014-10-1039-272/+265
|\
| * libnm: fix NMActiveConnection object-path-valued propertiesDan Winship2014-10-105-139/+115
| * libnm: add nm-types.h, to avoid include loopsDan Winship2014-10-1036-133/+150
|/
* libnm: merge NMRemoteSettings into NMClient (bgo #738103)Dan Winship2014-10-1029-2083/+3182
|\
| * libnm: merge NMRemoteSettings into NMClientDan Winship2014-10-1026-835/+887
| * cli: (trivial) rename NmCli.system_connections to connectionsDan Winship2014-10-104-28/+28
| * libnm: split "NMManager" out of NMClientDan Winship2014-10-105-870/+1910
| * libnm: clean up NMClient semantics when NM is not runningDan Winship2014-10-101-70/+58
| * libnm: (trivial) reorder NMClient function declarations/codeDan Winship2014-10-102-622/+641
|/
* core: merge branch 'th/bgo737731-kill-process'Thomas Haller2014-10-104-64/+217
|\
| * dhcp: relax check valid PID for dhcp processThomas Haller2014-10-101-1/+1
| * core/dhcp: kill external dhcp process using nm_utils_kill_process_sync()Thomas Haller2014-10-101-2/+6
| * core: add nm_utils_kill_process_sync() functionThomas Haller2014-10-102-2/+145
| * core: add nm_utils_get_start_time_for_pid() functionThomas Haller2014-10-103-59/+65
|/
* ifcfg-rh: fix build on 32-bitDan Williams2014-10-091-2/+2
* platform: fix format string for logging MTU in nm_platform_link_set_mtu()Thomas Haller2014-10-091-1/+1
* ifcfg-rh: read and write WiFi bands with BAND keywordDan Williams2014-10-087-5/+211
* supplicant: fix handling of 'freq_list' option and band locking (bgo #737795)Dan Williams2014-10-081-1/+1
* ifnet: fix parsing dhcp configurationThomas Haller2014-10-081-39/+61
* po: update Assamese (as) translation (bgo #738105)Nilamdyuti Goswami2014-10-081-1060/+1205
* tui: master/slave deletion fixes (rh #1131574)Dan Winship2014-10-081-12/+65
|\
| * tui: when deleting a bridge/bond/team, delete its slaves too (rh #1131574)Dan Winship2014-10-081-11/+40
| * tui: show orphaned slaves in the connection editor listDan Winship2014-10-081-1/+25
|/
* tui: fix multiple route editor bugs (rh #1149175)Dan Winship2014-10-081-9/+11
* tui: fix some valgrind warningsDan Winship2014-10-071-0/+3
* po: update Bengali bn_IN translation (rh #738055)sray2014-10-071-2482/+3883
* po: update Greek (el) translation (bgo #737972)Dimitris Spingos2014-10-071-1231/+6061
* cli: fix setting secrets flagsJiří Klimeš2014-10-061-19/+28
* test: fix check-local in Makefile to print newline after messageThomas Haller2014-10-061-1/+1
* cli: fix setting SSID property in the editorJiří Klimeš2014-10-061-5/+4
* tui: fix accessing NULL in g_bytes_get_data()Jiří Klimeš2014-10-061-4/+10
* logging: merge branch 'th/bgo737593_log_trace'Thomas Haller2014-10-0512-23/+31
|\
| * core/dbus: log messages in nm-dbus-manager.c with "TRACE" priorityThomas Haller2014-10-051-4/+2
| * logging: add new logging level "TRACE"Thomas Haller2014-10-0511-19/+29
|/
* libnm, libnm-glib: clarify nm_client_activate_connection() semanticsDan Winship2014-10-052-2/+14
* device: drop leftover bad assertLubomir Rintel2014-10-051-1/+1
* libnm: make use of GParamSpecFlags and GParamSpecEnum (bgo #737485)Dan Winship2014-10-0335-277/+619
|\