summaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAgeFilesLines
* platform: add support for kernel IPv6LL address generation modesDan Williams2014-09-043-1/+172
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-048-18/+15
* platform: (trivial) don't shadow link(3) in NMLinuxPlatformJiří Klimeš2014-08-211-6/+6
* trivial: don't shadown link(3) in NMFakePlatformDan Williams2014-08-201-2/+2
* all: fix up multiple-include-guard definesDan Winship2014-08-167-21/+21
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-072-2/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-079-13/+13
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-1/+1
* platform/tests: disable platform root test 'test-link-linux' for nowThomas Haller2014-08-041-1/+1
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-0/+1
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-013-3/+3
* all: port everything to libnmDan Winship2014-08-012-3/+3
* platform/test: fix warning about uninitialized valueThomas Haller2014-08-011-0/+3
* platform/test: fix warnings in testThomas Haller2014-08-011-4/+5
* platform: fix warning initializing static array freq_policyThomas Haller2014-08-011-0/+9
* platform: fix warning warning about unused variableThomas Haller2014-08-011-7/+10
* core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-301-1/+0
* core: fix checks for default routes by comparing the prefix lengthThomas Haller2014-07-292-2/+5
* platform: assert against the maximum length of link_get_address()Thomas Haller2014-07-231-5/+15
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-10/+11
* platform: fix uninitialized variable usage after fdf78b3dDan Williams2014-07-211-1/+3
* platform: use gs_free (instead of own define auto_g_free)Thomas Haller2014-07-154-21/+15
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* platform: ignore RTM_F_CLONED (eg, cache) routesDan Williams2014-07-111-1/+2
* platform: fix invalid address lifetimes on startupThomas Haller2014-06-301-0/+4
* platform: don't announce routes/addresses that are not returned from get_all()Thomas Haller2014-06-241-4/+24
* wifi: fix WoWLAN detectionDan Winship2014-06-201-6/+15
* platform: extend nm_platform_ip_address_cmp_expiry() to handle addresses with...Thomas Haller2014-06-191-5/+6
* platform: modify address to_string() to show raw lifetime valuesThomas Haller2014-06-191-6/+0
* platform: handle unset address timestamp as *now* in to_string()Thomas Haller2014-06-192-10/+39
* platform: set timestamp in platform addresses to last_update_time()Thomas Haller2014-06-192-11/+79
* platform: fix off-by-two error converting lifetimes in _init_ip_address_lifet...Thomas Haller2014-06-191-9/+28
* platform/test: use proper to_string() functions when printing NMPlaformIP[46]...Thomas Haller2014-06-191-5/+2
* misc: remove some dead codeDan Winship2014-06-122-2/+0
* platform: pass optional padding to _rebase_relative_time_on_now()Thomas Haller2014-06-071-10/+12
* platform: fix setting preferred time off-by-one in _init_ip_address_lifetime()Thomas Haller2014-06-071-1/+1
* platform: fix compiler warning about uninitialized usageThomas Haller2014-06-061-1/+1
* platform: fix format specifyer in _lifetime_to_string() for unsignedThomas Haller2014-06-061-1/+1
* platform: raise address changed signals for lifetime updateThomas Haller2014-06-061-4/+39
* platform: refactor setting the source of platform addresses to NM_PLATFORM_SO...Thomas Haller2014-06-061-6/+4
* platform: change address_to_string functions to show remaining lifetime/prefe...Thomas Haller2014-06-061-7/+57
* platform: refactor calculating valid/preferred times when adding addressThomas Haller2014-06-061-25/+48
* platform: fix setting preferred time for addressThomas Haller2014-06-061-2/+2
* core/platform: limit the preferred time to address lifetimeThomas Haller2014-06-061-0/+6
* platform: fix preferred and valid lifetimes for addresses from netlink/kernelThomas Haller2014-06-062-9/+115
* platform/test: fix route tests after reworking source propertyThomas Haller2014-06-061-6/+6
* platform: improve tracking of route sourcesDan Winship2014-06-067-42/+88
* trivial: route-related whitespace/indentation fixesDan Winship2014-06-065-32/+60
* nmtst: add new mode where tests assert against logged messages (assert_messages)Thomas Haller2014-06-051-1/+1
* platform/test: allow running root tests as sudoThomas Haller2014-06-051-0/+3