summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
...
* | all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-1/+1
* | build/meson: fix missing dependency when building nm-libnm-auxThomas Haller2020-02-211-0/+1
* | libnm: move nm_setting_ip6_config_get_ra_timeout() to "libnm_1_22_8" symbol v...Thomas Haller2020-02-171-2/+6
* | libnm,cli,ifcfg-rh: add ipv6.ra-timeout configuration optionThomas Haller2020-02-171-0/+1
|/
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-1/+2
* shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller2020-02-101-1/+1
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-102-11/+11
* libnm: hide NMActiveConnection until NMRemoteConnection is readyThomas Haller2020-02-103-0/+39
* libnm: minor cleanup of libnm trace loggingThomas Haller2020-02-101-3/+3
* libnm/secret-agent: rework NMSecretAgentOldThomas Haller2020-01-284-721/+1368
* libnm/secret-agent: add dbus-connection and main-context properties to NMSecr...Thomas Haller2020-01-283-43/+139
* libnm: expose nml_cleanup_context_busy_watcher_on_idle() helper for reuseThomas Haller2020-01-282-48/+67
* libnm: factor out nml_init_data_return() for reuseThomas Haller2020-01-282-20/+30
* libnm: move InitData to nm-libnm-utils.h for sharingThomas Haller2020-01-282-33/+42
* libnm: expose nm_context_busy_watcher_integrate_source() as internal API for ...Thomas Haller2020-01-282-15/+31
* libnm/secret-agent/tests: iterate main context during test cleanupThomas Haller2020-01-281-1/+19
* libnm/secret-agent/tests: test async/sync initialization of NMSecretAgentOldThomas Haller2020-01-281-11/+5
* libnm/secret-agent/tests: cleanup test codeThomas Haller2020-01-281-60/+52
* shared/tests/trivial: rename nmtst_main_context_iterate_until() to nmtst_main...Thomas Haller2020-01-281-6/+6
* libnm: fix logging message about device's state change signalThomas Haller2020-01-281-1/+1
* libnm: log message when NMClient gets disposedThomas Haller2020-01-281-0/+2
* libnm: add define for disabling NMClient debug loggingThomas Haller2020-01-281-2/+17
* libnm: fix another leak when cleaning up NMClientThomas Haller2020-01-161-5/+31
* libnm: keep context-busy-watcher of NMClient alive for one more idle roundThomas Haller2020-01-161-0/+26
* shared: remove nm_dbus_connection_signal_subscribe_object_manager() helperThomas Haller2020-01-161-7/+7
* libnm: avoid leaking GMainContext for sync initialization after context-busy-...Thomas Haller2020-01-161-14/+49
* libnm: ignore "Groups" property of WifiP2PPeerThomas Haller2020-01-151-10/+11
* libnm: fix exposing nm_wifi_p2p_peer_get_name() from D-Bus propertyThomas Haller2020-01-151-0/+1
* libnm: fix wrong assertion in nm_client_add_and_activate_connection2_finish()Thomas Haller2020-01-151-1/+1
* libnm: fix interface and object path for P2P StartFind/StopFind callsBenjamin Berg2020-01-151-4/+4
* core,libnm: add VRF supportBeniamino Galvani2020-01-148-1/+191
* libnm-core,cli: add VRF settingBeniamino Galvani2020-01-142-0/+4
* client: add nm_client_get_object_by_path() and nm_object_get_client() APIThomas Haller2020-01-085-2/+57
* libnm: move nm_client_get_capabilities() to separate linker versionThomas Haller2019-12-241-1/+5
* libnm: add nm_client_get_capabilities() to expose server CapabilitiesThomas Haller2019-12-213-1/+100
* libnm: handle boxed GType properties in nm_utils_g_param_spec_is_default()Thomas Haller2019-12-211-0/+1
* libnm: emit property changed signal when setting NM_CLIENT_DBUS_CONNECTIONThomas Haller2019-12-181-0/+2
* libnm/secret-agent: remove unused variableThomas Haller2019-12-171-1/+0
* libnm/secret-agent: fix reseting timeout when registration completesThomas Haller2019-12-161-2/+1
* libnm/secret-agent: fix race registering secret agentThomas Haller2019-12-161-32/+193
* libnm/secret-agent: use GTask for nm_secret_agent_old_register*()Thomas Haller2019-12-161-55/+31
* libnm/secret-agent: support debug logging from secret-agentThomas Haller2019-12-161-1/+21
* libnm/secret-agent: drop fallback to Register() method for secret-agentThomas Haller2019-12-161-68/+29
* libnm: allow using _LOGx() macros in libnmThomas Haller2019-12-161-0/+13
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-132-4/+4
* shared: add "shared/nm-libnm-aux" static libraryThomas Haller2019-12-101-0/+18
* libnm: allow to enable/disable fetching of permissions in NMClientThomas Haller2019-12-104-24/+138
* libnm: add NMClient:instance-flags propertyThomas Haller2019-12-104-0/+85
* libnm: track permissions in NMClient as an array of well known permissionsThomas Haller2019-12-101-39/+41
* libnm,shared: move nm_permission_result_to_client() to shared's nm_client_per...Thomas Haller2019-12-103-21/+1