summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: avoid unaligned access to link stats on 64bit architecturesbg/platform-unaligned-stats64-bgo772605Beniamino Galvani2016-10-101-6/+13
* shared: add unaligned.hBeniamino Galvani2016-10-102-0/+130
* wifi: clean up clearing a pending scanDan Williams2016-10-081-8/+4
* gitignore: ignore test-wifi-ap-utilsThomas Haller2016-10-081-1/+1
* wwan/ppp: send explicit port speed to pppd when port speed is zero (rh #1281731)Dan Williams2016-10-075-4/+37
* core: remove unnecessary includes to netlink/route libraryThomas Haller2016-10-075-10/+3
* po: fix POTFILES.in after renaming "nm-wifi-ap-utils.c"Thomas Haller2016-10-061-1/+1
* keyfile: merge branch 'th/keyfile-rename-bgo772463'Thomas Haller2016-10-0632-445/+423
|\
| * keyfile: add logging macros to keyfile pluginThomas Haller2016-10-061-18/+28
| * keyfile: fix calling parent implementation in NMSKeyfilePlugin:constructed()Thomas Haller2016-10-061-1/+3
| * keyfile/build: don't build keyfile settings plugin as libraryThomas Haller2016-10-062-52/+2
| * keyfile: refactor GObject type creationThomas Haller2016-10-068-63/+73
| * keyfile: rename public keyfile functions and namesThomas Haller2016-10-0612-211/+210
| * keyfile: rename filesThomas Haller2016-10-0615-40/+47
| * build: use NetworkManager logging domain for device and settings pluginsThomas Haller2016-10-0616-17/+17
|/
* wifi: merge branch 'th/wifi-rename'Thomas Haller2016-10-069-583/+574
|\
| * wifi: move code in nm-wifi-ap.c around and minor cleanupThomas Haller2016-10-061-226/+218
| * wifi: rename NMAccessPoint to NMWifiAPThomas Haller2016-10-069-387/+386
|/
* iface-helper: merge branch 'th/iface-helper-logging-bgo772456'Thomas Haller2016-10-064-52/+189
|\
| * iface-helper: use different syslog-identfier for nm-iface-helperThomas Haller2016-10-061-0/+1
| * logging: allow setting the syslog-identifier not to use G_LOG_DOMAINThomas Haller2016-10-062-9/+84
| * iface-helper: pass on the logging level to nm-iface-helperThomas Haller2016-10-061-0/+6
| * iface-helper: set logging prefixThomas Haller2016-10-061-4/+6
| * logging: support system-wide prefixThomas Haller2016-10-052-4/+35
| * iface-helper: use logging macrosThomas Haller2016-10-051-10/+21
| * iface-helper: free main_loop instance at end of main()Thomas Haller2016-10-051-0/+1
| * iface-helper: return from main() instead of calling exit()Thomas Haller2016-10-051-10/+12
| * iface-helper: namespace global variablesThomas Haller2016-10-051-19/+27
|/
* proxy: merge branch 'th/proxy-cleanup'Thomas Haller2016-10-0512-699/+333
|\
| * ifcfg-rh/proxy: fix memleak in make_proxy_setting()Thomas Haller2016-10-051-3/+2
| * libnm/proxy: add proxy setting for non-slave connection during normalizationThomas Haller2016-10-055-9/+60
| * libnm: cleanup error paths in _nm_connection_verify()Thomas Haller2016-10-051-16/+18
| * proxy: cleanup handling of proxy-methodThomas Haller2016-10-056-17/+27
| * keyfile/tests: refactor loading plain keyfile via glib APIThomas Haller2016-10-051-35/+24
| * keyfile/tests: refactor uuid creation in testThomas Haller2016-10-051-51/+18
| * keyfile/tests: refactor writing of test keyfileThomas Haller2016-10-051-210/+50
| * keyfile/tests: use cleanup attribute for keyfileThomas Haller2016-10-051-14/+5
| * keyfile/tests: refactor checking re-reading keyfile in testsThomas Haller2016-10-051-108/+44
| * keyfile/tests: refactor tests to use cleanup attributesThomas Haller2016-10-051-297/+142
| * shared: add NMTST_UUID_INIT() macroThomas Haller2016-10-051-0/+4
|/
* core: merge branch 'bg/config-show-default-bgo772144'Beniamino Galvani2016-10-045-20/+40
|\
| * config: add default values to 'NM --print-config' outputBeniamino Galvani2016-10-041-1/+21
| * config: pass default auth-polkit value as string instead of booleanBeniamino Galvani2016-10-043-8/+8
| * config: don't set default plugins in nm-config keyfileBeniamino Galvani2016-10-043-11/+11
|/
* cli: properly set multiple addresses in questionnaire modeBeniamino Galvani2016-10-041-2/+4
* proxy: merge branch 'th/proxy'Thomas Haller2016-10-0444-75/+1922
|\
| * proxy: rename NMPacRunnerManager to NMPacrunnerManagerThomas Haller2016-10-045-66/+66
| * proxy: reorder parts in nm-proxy-config.c and nm-pacrunner-manager.cThomas Haller2016-10-043-35/+21
| * cli: support qualifying proxy.pac-script with "file://" or "js://"Thomas Haller2016-10-042-16/+61
| * proxy: reject huge pac_script values in verify()Thomas Haller2016-10-041-0/+9