index
:
~lkundrak/NetworkManager
lr/active-connection-state-changed
lr/auth-dialog
lr/completion-4
lr/guide
lr/ifla-flags-detection
lr/initrd
lr/nmcli-colors
lr/ovs-2
lr/ovs-3
lr/ovs-interface-plink
lr/rp-filter
lr/version-dir
lr/wifi-data
master
nm-1-0
nm-1-10
nm-1-14
nm-1-4
nm-1-6
nm-1-8
pan2
LR staging for NetworkManager
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
devices
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-30
all: remove consecutive empty lines
Beniamino Galvani
1
-4
/
+0
2018-04-18
shared: drop duplicate c-list.h header
Beniamino Galvani
1
-1
/
+1
2018-04-16
core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...
Thomas Haller
1
-2
/
+2
2018-03-20
core: avoid clone of all-connections list for nm_utils_complete_generic()
Thomas Haller
1
-1
/
+1
2018-03-12
core/dbus: rework D-Bus implementation to use lower layer GDBusConnection API
Thomas Haller
2
-7
/
+18
2018-02-21
wwan: drop nm_modem_get_data_port() function
Thomas Haller
1
-3
/
+1
2018-02-21
wwan: rework setting modem's data-port
Thomas Haller
1
-18
/
+20
2018-02-21
bluetooth: fail activation when setting unknown ip-iface
Thomas Haller
1
-4
/
+11
2018-01-11
build/meson: use variables for ldflags and linker-script
Thomas Haller
1
-5
/
+1
2018-01-10
build/meson: unconditionally use linker version scripts
Thomas Haller
1
-4
/
+3
2018-01-10
meson: Improve dependency system
Iñigo Martínez
1
-2
/
+2
2017-12-13
build: add initial support for meson build system
Iñigo Martínez
1
-0
/
+51
2017-12-05
settings: remove accessor functions to connection flags
Thomas Haller
1
-1
/
+2
2017-11-28
c-list: re-import latest version of c-list.h from upstream
Thomas Haller
1
-1
/
+1
2017-11-16
all: include "nm-utils/nm-hash-utils.h" by default
Thomas Haller
1
-1
/
+0
2017-11-08
device: improve tracking autoconnect-blocked flags of NMDevice
Thomas Haller
1
-2
/
+1
2017-11-08
device: refactor autoconnect blocking by introducing NMDeviceAutoconnectBlock...
Thomas Haller
1
-1
/
+1
2017-10-30
all: avoid coverity warnings about "Wrong Check of Return Value"
Thomas Haller
1
-4
/
+4
2017-10-25
settings: get rid of callback arguments for nm_settings_connection_delete()
Thomas Haller
1
-1
/
+1
2017-10-19
core: use nm_close()
Beniamino Galvani
1
-2
/
+2
2017-10-18
core,clients: use our own string hashing function nm_str_hash()
Thomas Haller
2
-2
/
+3
2017-09-18
bluetooth: drop unused function declaration
Beniamino Galvani
1
-2
/
+0
2017-09-18
bluetooth: generate connections only for paired devices
Beniamino Galvani
1
-4
/
+20
2017-09-18
src/devices: use macros for property and signal names
Beniamino Galvani
7
-12
/
+23
2017-08-06
core: fix crash with bluetooth device factory wrongly claiming NAP connection
Thomas Haller
1
-2
/
+1
2017-08-05
core: device-factory: implement match_connection()
Beniamino Galvani
1
-0
/
+17
2017-06-07
bluetooth: assert against registering same device multiple times
Thomas Haller
1
-0
/
+3
2017-06-07
bluetooth/trivial: rename NetworkServer's network_servers field
Thomas Haller
1
-6
/
+6
2017-06-07
bluetooth: split _find_network_server() in two functions
Thomas Haller
1
-18
/
+25
2017-06-07
all: change handling of connection.type for bluetooth NAP and in general
Thomas Haller
1
-0
/
+4
2017-06-01
bridge: move the Bluetooth NAP logic to bridge device
Lubomir Rintel
1
-1
/
+1
2017-06-01
device: don't include header of bluetooth plugin in nm-device.h
Thomas Haller
1
-7
/
+5
2017-06-01
bluetooth: emit component-added when a network server is added
Lubomir Rintel
1
-2
/
+13
2017-06-01
bluetooth: expose known HCI adapters to devices
Lubomir Rintel
2
-2
/
+213
2017-05-31
device: register a bridge for Bluetooth NAP with Bluez
Lubomir Rintel
1
-1
/
+1
2017-05-31
device: retry autoactivation upon a component addition
Lubomir Rintel
1
-1
/
+1
2017-05-31
bluez5: avoid leaking the interface dictionary
Lubomir Rintel
1
-4
/
+1
2017-05-31
bluez5: use _NMLOG
Lubomir Rintel
1
-14
/
+19
2017-05-31
bluetooth/trivial: rename the defines
Lubomir Rintel
6
-38
/
+38
2017-05-31
bluetooth: streamline NMBluez5Manager teardown a bit
Lubomir Rintel
1
-17
/
+7
2017-05-23
bluetooth: unhook adapter properties callback when the adapter vanishes
Lubomir Rintel
1
-1
/
+5
2017-05-12
bt: use logging macros in nm-bluez4-manager.c
Thomas Haller
1
-3
/
+8
2017-05-12
bt: use logging macros in nm-bluez4-adapter.c
Thomas Haller
1
-12
/
+17
2017-05-12
bt: create D-Bus proxy for NMBluez4Manager asynchronously
Thomas Haller
1
-45
/
+93
2017-05-12
bt: create D-Bus proxy for NMBluez4Adapter asynchronously
Thomas Haller
1
-25
/
+68
2017-05-12
bt: track name-owner changes via NMModemManager and create D-Bus proxy asynch...
Thomas Haller
1
-38
/
+23
2017-05-12
bt: minor refactoring of mm_name_owner_changed() function
Thomas Haller
1
-13
/
+16
2017-05-12
bt: move initialization of NMDeviceBt to constructed()
Thomas Haller
1
-16
/
+22
2017-05-12
modem: add define for ModemManager D-Bus path
Thomas Haller
2
-11
/
+10
2017-04-18
device: don't use platform singleton getter in device subclasses
Thomas Haller
1
-1
/
+1
[next]