summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: change handling of connection.type for bluetooth NAP and in generalth/bluetooth-napThomas Haller2017-06-017-80/+106
* device: remove duplicate check for NMDeviceFactory's _add_factory()Thomas Haller2017-06-011-14/+2
* device: hide nm_device_factory_get_supported_types() functionThomas Haller2017-06-012-5/+1
* libnm: avoid assertion with invalid connections in _nm_connection_find_base_t...Thomas Haller2017-06-011-4/+7
* libnm: downgrade assertions in _nm_register_setting_impl() to nm_assert()Thomas Haller2017-06-011-12/+7
* libnm: distinguish INVALID priority setting from NM_SETTING_PRIORITY_CONNECTIONThomas Haller2017-06-011-13/+14
* libnm: use enum for setting prioritiesThomas Haller2017-06-0134-34/+34
* libnm: add enum for setting prioritiesThomas Haller2017-06-018-53/+70
* libnm/trivial: rename _nm_register_setting function to _nm_register_setting_implThomas Haller2017-06-012-8/+8
* core: minor refactoring condition in validate_activation_request()Thomas Haller2017-06-011-15/+11
* core: print the connection.type in nm_utils_log_connection_diff()Thomas Haller2017-06-011-6/+17
* all: reject duplicate keys in JSONLubomir Rintel2017-06-012-4/+4
* build: fix nm binutils tool when building with LTOThomas Haller2017-06-013-4/+3
* build: add a missing test artifact to distLubomir Rintel2017-06-011-0/+1
* merge: branch 'lr/bluetooth-nap'Lubomir Rintel2017-06-0140-174/+556
|\
| * bridge: move the Bluetooth NAP logic to bridge devicelr/bluetooth-napLubomir Rintel2017-06-015-64/+76
| * libnm: add _nm_connection_get_setting_bluetooth_for_nap()Thomas Haller2017-06-013-16/+18
| * device: don't include header of bluetooth plugin in nm-device.hThomas Haller2017-06-013-10/+7
| * bluetooth: emit component-added when a network server is addedLubomir Rintel2017-06-011-2/+13
| * bluetooth: expose known HCI adapters to devicesLubomir Rintel2017-06-012-2/+213
| * device: register a bridge for Bluetooth NAP with BluezLubomir Rintel2017-05-313-1/+89
| * device: retry autoactivation upon a component additionLubomir Rintel2017-05-312-2/+14
| * devices/factory: allow announcing a NULL componentLubomir Rintel2017-05-313-10/+13
| * clients: add support for Bluetooth NAP typeLubomir Rintel2017-05-314-13/+15
| * clients: allow bridge settings for Bluetooth devicesLubomir Rintel2017-05-311-0/+1
| * core/connection: normalize bridge settings into bluetooth NAP connectionsLubomir Rintel2017-05-312-12/+41
| * core/bluetooth: add NAP typeLubomir Rintel2017-05-312-4/+13
| * core: negotiate the best base settingLubomir Rintel2017-05-316-21/+31
| * core: allow two priorities of base settingsLubomir Rintel2017-05-3113-17/+20
| * core/connections: pick base setting from settings the connection actually hasLubomir Rintel2017-05-312-22/+17
| * bluez5: avoid leaking the interface dictionaryLubomir Rintel2017-05-311-4/+1
| * bluez5: use _NMLOGLubomir Rintel2017-05-311-14/+19
| * build: don't drop the test suite log on failureLubomir Rintel2017-05-311-0/+1
| * bluetooth/trivial: rename the definesLubomir Rintel2017-05-316-38/+38
| * bluetooth: streamline NMBluez5Manager teardown a bitLubomir Rintel2017-05-311-17/+7
| * libnm-core: fix verify() implementations to allow connection=NULLLubomir Rintel2017-05-313-3/+7
|/
* ifcfg: drop an unused variableLubomir Rintel2017-05-311-1/+0
* platform/tests: minor fix in _wait_for_ipv6_addr_non_tentative()Thomas Haller2017-05-311-2/+2
* platform/tests: merge minor refactoring of route-testsThomas Haller2017-05-314-42/+65
|\
| * platform/tests: reorder wait-loop in test_ip6_route_options()Thomas Haller2017-05-311-30/+41
| * platform/tests: make timeout_ms argument for nmtstp_wait_for_signal() signedThomas Haller2017-05-312-7/+18
| * platform/tests: change nmtstp_wait_for_signal() to wait with zero timeoutThomas Haller2017-05-311-4/+3
| * shared/tests: expose end-time from NMTST_WAIT() macroThomas Haller2017-05-311-3/+4
| * shared/tests: document how to disable slow tests at compile-timeThomas Haller2017-05-311-1/+2
|/
* platform/tests: fix test_ip6_route_optionsFrancesco Giudici2017-05-301-0/+16
* ifcfg-rh: fix build failure in write_wired_setting()Thomas Haller2017-05-301-1/+1
* libnm: fix rejecting NMSettingVlan with id >= 4095Thomas Haller2017-05-301-0/+1
* ifcfg-rh: use svSetValueInt64_cond() to write MTU valueThomas Haller2017-05-301-13/+4
* ifcfg-rh: add svSetValueInt64_cond()Thomas Haller2017-05-302-0/+10
* tui: use nm_streq0() in nmt_connect_connection_list_get_connection()Thomas Haller2017-05-301-9/+7