summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm, libnm-utils: error out if mixed libnm/libnm-util symbols are detecteddanw/libnm-initialDan Winship2014-07-316-1/+107
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-07-31162-206/+394
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-07-3177-90/+89
* libnm: make the the use of GInitable mandatoryDan Winship2014-07-3144-540/+231
* libnm: add init_dbus() virtual method to NMObjectDan Winship2014-07-3125-370/+300
* libnm: remove _new functions from NMObject subclassesDan Winship2014-07-3145-572/+5
* libnm: fix up class struct reserved slotsDan Winship2014-07-3157-339/+137
* libnm-core, etc: move NMSecretAgentCapabilities to NetworkManager.hDan Winship2014-07-313-26/+19
* include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlagsDan Winship2014-07-3118-108/+74
* libnm: add NetworkManager.h and NetworkManagerVPN.h to enum-typesDan Winship2014-07-315-11/+30
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-07-3114-29/+29
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-07-3164-1037/+1037
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-07-3162-578/+0
* libnm: remove all deprecated functions and typesDan Winship2014-07-3119-471/+24
* libnm-util: remove NM_UTIL_PRIVATE_CALL, NMSettingIP4Config:address-labelsDan Winship2014-07-315-322/+17
* contrib: update NetworkManager.spec for libnmDan Winship2014-07-311-7/+55
* all: port everything to libnmDan Winship2014-07-3162-233/+179
* docs: add libnm documentationDan Winship2014-07-318-1/+1155
* libnm: add libnm/libnm-core (part 2)Dan Winship2014-07-3130-88/+1610
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-07-31148-0/+67449
* all: miscellaneous source-tree reorganization (bgo #733609)Dan Winship2014-07-30195-770/+206
|\
| * core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-3040-45/+13
| * tools: move libnm-glib's fake NM service implementations hereDan Winship2014-07-304-166/+125
| * test: drop this directoryDan Winship2014-07-308-508/+0
| * tools: move debug-helper.py from test/ to tools/Dan Winship2014-07-302-1/+2
| * tools: dist everythingDan Winship2014-07-301-1/+3
| * clients: reorganize source tree, put all the installed clients togetherDan Winship2014-07-30150-72/+86
|/
* contrib/rpm: fix up sub-package dependenciesDan Williams2014-07-301-4/+2
* contrib/rpm: set connectivity interval in 20-connectivity-fedora.conf (rh #11...Elad Alfassa2014-07-301-1/+1
* core: refactor nm_ip[46]_config_commit() not to make a copy of routeThomas Haller2014-07-292-12/+12
* core: fix checks for default routes by comparing the prefix lengthThomas Haller2014-07-294-6/+11
* core: fix setting next_hop in nm_ip6_config_create_setting()Thomas Haller2014-07-291-2/+1
* config: fix prototype of nm_config_get_connectivity_interval()Thomas Haller2014-07-292-2/+2
* libnm-glib: fix gtk-doc for NMClient:active-connectionsThomas Haller2014-07-271-1/+1
* libnm-glib: document some propertiesDan Winship2014-07-256-10/+65
* ifcfg-rh: fix a crash on setting hostname with SELinux disabled (rh #1122826)Jiří Klimeš2014-07-251-1/+1
* libnm-util: fix enum member names in a gtk-doc commentDan Winship2014-07-231-7/+7
* libnm-util: fix gtk-doc syntax in nm-version.h to avoid a warningDan Winship2014-07-231-1/+1
* wwan: allow using the default subscription APN (bgo #729665)Dan Williams2014-07-231-2/+2
* wwan: allow completing new GSM connections without an APN (bgo #729665)Simon Farnsworth2014-07-231-2/+2
* merge: add WWAN support for IPv6 (bgo #682623)Dan Williams2014-07-2315-135/+1043
|\
| * wwan: use a shorter DHCP timeoutdcbw/wwan-ipv6Dan Williams2014-07-231-0/+13
| * dhcp: DHCPv6 OtherConf failures should not be fatalDan Williams2014-07-231-4/+11
| * wwan: don't disconnect if nothing to disconnectDan Williams2014-07-231-1/+5
| * core: remove child devices when a parent's ip_iface becomes knownDan Williams2014-07-231-0/+28
| * wwan: move IP method handling into the modem objectDan Williams2014-07-232-22/+39
| * wwan: add IPv6 support for ModemManager1 (bgo #682623)Dan Williams2014-07-231-32/+178
| * wwan: add infrastructure for IPv6 config resultsDan Williams2014-07-237-27/+418
| * wwan: clean up and split IP method valuesDan Williams2014-07-233-37/+55
| * wwan: read supported IP types from ModemManagerDan Williams2014-07-233-0/+61