summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* secret-agent: rework handling of asynchronous request and cancellingth/secret-agent-rh1063036Thomas Haller2015-08-143-99/+211
* merge: 'ssids' RequestScan() option, nmcli connecting hidden SSID (rh #752173)Jiří Klimeš2015-08-148-68/+338
|\
| * cli: fix connecting to a hidden SSID with 'nmcli dev wifi connect' (bgo #752173)Jiří Klimeš2015-08-143-15/+73
| * cli: add 'ssid' parameter for 'nmcli device wifi rescan'Jiří Klimeš2015-08-143-15/+66
| * libnm: add new functions allowing passing options to RequestScan() D-Bus callJiří Klimeš2015-08-143-25/+143
| * core: accept 'ssids':aay option in RequestScan() dictionary parameterJiří Klimeš2015-08-142-13/+56
|/
* settings: fix format string for GVariant (rh #1253320)Jiří Klimeš2015-08-131-1/+1
* build: create xz compressed by defaultLubomir Rintel2015-08-132-2/+3
* core: avoid assertion "signal_id != 0" on unexported objectThomas Haller2015-08-131-0/+7
* ifcfg-rh: take reference to nm_inotifiy_helper_get() singleton in NMIfcfgConn...Thomas Haller2015-08-131-2/+16
* device: don't assert the platform device's not there upon creation attemptLubomir Rintel2015-08-134-4/+0
* core: merge branch 'th/singleton-cleanup-bgo753519'Thomas Haller2015-08-1320-168/+215
|\
| * device: log message when constructing NMDevice instanceThomas Haller2015-08-131-1/+3
| * active-connection: log lifetime of NMActiveConenctionThomas Haller2015-08-131-0/+6
| * active-connection: make use of logging macro _LOGD()Thomas Haller2015-08-131-10/+10
| * active-connection: add logging macros _LOG*()Thomas Haller2015-08-131-0/+40
| * core: relax logging message about disowning singletonsThomas Haller2015-08-131-1/+1
| * settings: ensure no duplicate plugin instances in load_plugin()Thomas Haller2015-08-131-6/+16
| * settings: implement setting plugins via NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-08-134-43/+17
| * settings: add other check to ensure no duplicates in load_plugins()Thomas Haller2015-08-131-4/+11
| * ifcfg-rh: refactor construction of plugin instance and acquiring D-Bus serviceThomas Haller2015-08-131-14/+15
| * settings: don't leak keyfile plugin instanceThomas Haller2015-08-131-1/+1
| * keyfile: don't have static @singleton in nm_settings_keyfile_plugin_new()Thomas Haller2015-08-131-16/+14
| * core: nm_singleton_instance_register() of NMManager instanceThomas Haller2015-08-132-11/+12
| * policy: take a reference to the firewall-manager singletonThomas Haller2015-08-131-5/+10
| * platform: delay destruction of NMPlatform singleton until NMConfig gets destr...Thomas Haller2015-08-131-5/+1
| * agent-manager: have NMAgentManager own NMSessionMonitor instanceThomas Haller2015-08-131-0/+2
| * settings: let NMSettingsConnection own reference to nm_session_monitor_get()Thomas Haller2015-08-131-4/+7
| * session-monitor: explicitly use singleton instanceThomas Haller2015-08-134-20/+35
| * core/utils: add NM_UTILS_KEEP_ALIVE() utilityThomas Haller2015-08-131-0/+11
| * manager: remove WiMAX rfkill flag from NMMangerThomas Haller2015-08-135-33/+9
|/
* cli: fix an bug when reporting an errorJiří Klimeš2015-08-131-9/+3
* device-factory: allow using nm_device_factory_manager_for_each_factory() befo...Lubomir Rintel2015-08-121-11/+12
* device: avoid a crash during destructionLubomir Rintel2015-08-121-1/+2
* macros: use short-circuit evaluation in NM_IN_SET()Thomas Haller2015-08-122-40/+41
* macros: rework NM_IN_SET() macro to expand to a plain logical expressionThomas Haller2015-08-122-14/+174
* systemd: merge branch 'systemd' into masterThomas Haller2015-08-1220-184/+1122
|\
| * systemd: update code from upstreamThomas Haller2015-08-1219-139/+1130
* | config/tests: fix tests after introducing NMExportedObject classThomas Haller2015-08-121-9/+7
* | dhcp/tests: fix memleaks in dhcp-testsThomas Haller2015-08-121-17/+17
* | dhcp/tests: fix memleaks in tests (test_vendor_option_metered)Thomas Haller2015-08-121-1/+2
* | core: fix memleak in nm_exported_object_class_add_interface()Thomas Haller2015-08-121-3/+6
* | contrib: add emacs config for hacking on NMDan Winship2015-08-111-0/+61
* | core: merge branch 'bg/ethtool-load-module-rh1247156'Thomas Haller2015-08-118-32/+72
|\ \
| * | udev-rules: only invoke ethtool for existing interfacesBeniamino Galvani2015-08-111-1/+1
| * | core: avoid ioctls on non existent devicesBeniamino Galvani2015-08-113-2/+27
| * | device: don't call ioctl to update priv->ip4_addressBeniamino Galvani2015-08-111-17/+10
| * | utils: add nm_utils_is_valid_path_component()Thomas Haller2015-08-112-8/+16
| * | platform: optimize event_notification() not to create full nmp-objects for de...Thomas Haller2015-08-111-4/+18
|/ /
* | merge: respect DEVTIMEOUT when device is not udev initialized (rh #1192633)Jiří Klimeš2015-08-111-3/+6
|\ \