summaryrefslogtreecommitdiff
path: root/src/core/devices/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* device: add @check_properties argument to check_connection_compatible()Beniamino Galvani2023-03-161-2/+5
* all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller2022-12-162-2/+2
* all: fix various "-Wcast-align=strict" warningsThomas Haller2022-12-091-2/+3
* nm-device-bt: allow Bluetooth NAP type for complete-connectionDylan Van Assche2022-08-011-1/+24
* build: fix compilationBeniamino Galvani2022-07-271-0/+1
* platform: fix build with musl libcBeniamino Galvani2022-07-271-1/+0
* settings: add "plugin" argument to AddAndActivate2()Lubomir Rintel2022-03-281-0/+1
* bluetooth: fix invalid assertion in NMBluezManager:dispose()Thomas Haller2022-01-111-3/+4
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-297-277/+277
* core: rework IP configuration in NetworkManager using layer 3 configurationThomas Haller2021-11-181-69/+34
* device/wwan: don't pass device class to nm_modem_stage3_ip4_config_start()Thomas Haller2021-08-311-12/+12
* libnm: Use _nm_connection_ensure_setting()Gris Ge2021-08-201-5/+2
* all: rename nm_utils_strbuf_*() API to nm_strbuf_*()Thomas Haller2021-08-021-82/+70
* clang-format: use "IndentPPDirectives:None" instead of "BeforeHash"Thomas Haller2021-07-091-2/+2
* all: use nm_{idle,timeout}_add_source() instead of g_source_attach()Thomas Haller2021-06-281-32/+12
* all: don't explicitly include <glib-unix.h>Thomas Haller2021-06-281-2/+0
* bluez: fix leak of private data "conn_data_elems" in NMBluezManagerThomas Haller2021-06-101-0/+2
* bluetooth: ensure function-like behavior of _LOG_bzobj() macroThomas Haller2021-05-251-2/+3
* core: drop deprecated PropertiesChanged D-Bus signal (API BREAK)Thomas Haller2021-05-141-9/+5
* all: only include "libnm-glib-aux/nm-uuid.h" where neededThomas Haller2021-05-041-0/+1
* libnm,glib-aux: add and use nm_uuid_generate_random_str*() helpersThomas Haller2021-05-041-1/+1
* platform: move more platform code to src/libnm-platform/Thomas Haller2021-03-052-2/+2
* build/meson: remove unnecessary libnm_core_intern_depThomas Haller2021-02-281-1/+0
* build: move "shared/nm-std-aux" to "src/libnm-std-aux"Thomas Haller2021-02-241-1/+1
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-241-2/+2
* all: change G_LOG_DOMAIN to "nm"th/libnm-core-splitThomas Haller2021-02-181-4/+0
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-183-2/+7
* all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"Thomas Haller2021-02-095-5/+5
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-0411-0/+5640