summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TEST: not to committh/bgo735512_route_metric-2Thomas Haller2014-10-291-3/+32
* fixup! core: add manager for default route and support multiple default routesThomas Haller2014-10-291-56/+65
* fixup! core: add manager for default route and support multiple default routesThomas Haller2014-10-292-16/+20
* core: add manager for default route and support multiple default routesThomas Haller2014-10-299-83/+927
* libnm: allow zero length prefix in NMIP4Route and NMIP6RouteThomas Haller2014-10-294-4/+8
* core: commiting ip config should not skip over default-routeThomas Haller2014-10-292-14/+0
* device: expose function nm_device_uses_generated_assumed_connection()Thomas Haller2014-10-292-1/+3
* platform: extend nm_platform_ipX_route_get_all() to return default-routes onlyThomas Haller2014-10-2910-36/+73
* core: add nm_ipX_config_get_default_route() functionsThomas Haller2014-10-294-0/+55
* core: add nm_ipX_config_get_direct_route_for_host() functionsThomas Haller2014-10-296-5/+76
* core: fix comparing metric for IPv6 routesThomas Haller2014-10-291-1/+3
* core: add nm_utils_ip6_route_metric_normalize() functionThomas Haller2014-10-292-0/+17
* core: support overriding the default route priority per device via connection...Thomas Haller2014-10-291-2/+22
* core: modify the values/route metric returned by nm_device_get_priority()Thomas Haller2014-10-291-13/+13
* core: add explicit functions for the device route priority/metricThomas Haller2014-10-293-16/+56
* fixup! core: cleanup type of route metric to ensure guint32Thomas Haller2014-10-291-2/+0
* core: cleanup type of route metric to ensure guint32Thomas Haller2014-10-2913-64/+61
* fixup! cli: support new properties NM_SETTING_IP4_CONFIG_ROUTE_METRIC and NM_...Thomas Haller2014-10-291-40/+40
* cli: support new properties NM_SETTING_IP4_CONFIG_ROUTE_METRIC and NM_SETTING...Thomas Haller2014-10-291-8/+30
* cli: add utility methods for gint64 typesThomas Haller2014-10-291-0/+41
* fixup! libnm: add NMSettingIP4Config:route-metric and NMSettingIP6Config:rout...Thomas Haller2014-10-296-40/+32
* libnm: add NMSettingIP4Config:route-metric and NMSettingIP6Config:route-metri...Thomas Haller2014-10-2913-1/+225
* keyfile: add support for G_INT64 propertiesThomas Haller2014-10-292-0/+20
* fixup! core: move definition of NMLinkType to nm-types.hThomas Haller2014-10-291-0/+1
* core: move definition of NMLinkType to nm-types.hThomas Haller2014-10-296-44/+47
* platform: don't include gsystem-local-alloc.h in nm-platform.hThomas Haller2014-10-298-1/+7
* core: fix leak of lookup_addr in NMPolicyThomas Haller2014-10-291-2/+5
* core/trivial: remove semicolon from macroThomas Haller2014-10-291-1/+1
* libnm-core, libnm: introspection annotation fixesDan Winship2014-10-293-4/+4
* settings: merge branch 'th/bgo738611_load_setting_plugins' (bgo #738611)Thomas Haller2014-10-297-21/+85
|\
| * settings: check file permissions when loading settings pluginsThomas Haller2014-10-291-8/+26
| * settings: accept missing settings pluginsThomas Haller2014-10-291-12/+22
| * config: set a compile time default for the main.plugins configuration optionThomas Haller2014-10-294-3/+18
| * build: add configure option for ibft pluginThomas Haller2014-10-292-1/+10
| * man: add description for ibft settings plugin to NetworkManager.confThomas Haller2014-10-291-0/+12
|/
* utils: fix printf format for pid_t in nm_utils_get_start_time_for_pid()Thomas Haller2014-10-291-1/+3
* platform: deal with default route being passed to route_sync() (bgo 735325)Dan Winship2014-10-291-0/+12
* rdisc: properly handle RDNSS/DNSSL forced expirationDan Winship2014-10-291-12/+18
* build: renable -Wstrict-prototypes compiler warningThomas Haller2014-10-296-3/+14
* build: refactor compiler_warnings.m4 macroThomas Haller2014-10-291-16/+12
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-2917-40/+40
* libnm-core: Don't warn on missing propertiesLubomir Rintel2014-10-292-4/+2
* po: update Swedish (sv) translation (bgo #739304)Josef Andersson2014-10-291-1495/+1528
* callouts: Mark nmdbus-dispatcher.[ch] as BUILT_SOURCESColin Walters2014-10-281-0/+2
* libnm-core, libnm: remove GSLists in APIs (bgo #739023)Dan Winship2014-10-28123-758/+681
|\
| * libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-2823-255/+207
| * libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-2833-246/+216
| * libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-2879-253/+225
| * libnm-core: #include all nm-core headers from nm-core-internal.hDan Winship2014-10-281-4/+33
|/
* libnm-core: hwaddr-related fixes (bgo 739023)Dan Winship2014-10-2815-126/+252
|\