summaryrefslogtreecommitdiff
path: root/mesh/node.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesh: Delete unused functionInga Stotland2019-12-101-131/+0
* mesh: Friendship clean-up and rewriteBrian Gix2019-11-281-1/+1
* mesh: Ignore Composition features during attachBrian Gix2019-11-261-0/+4
* mesh: fix node default TTLAurelien Jarno2019-11-191-2/+2
* mesh: Cancel unprovisioned scan on exit or app disconnectInga Stotland2019-11-141-0/+10
* mesh: Add missing property interface to node objectsMichał Lowas-Rzechonek2019-11-131-0/+8
* Include limits.h for PATH_MAXJory Pratt2019-10-211-0/+1
* mesh: Implement AddAppKey and AddNetKey methodsInga Stotland2019-10-181-2/+132
* mesh: Fix Key Ring permissions for local nodesBrian Gix2019-10-011-15/+0
* mesh: Explicit Remote/Local Device key usageBrian Gix2019-10-011-10/+15
* mesh: Add org.bluez.mesh.Node1.Addresses propertyMichał Lowas-Rzechonek2019-08-281-0/+24
* mesh: Implement properties on org.bluez.mesh.Node1 interfaceMichał Lowas-Rzechonek2019-08-281-1/+104
* mesh: Move commonly used constants into mesh-defs.hInga Stotland2019-08-121-6/+4
* mesh: Remove double initialisation and fix typo in logRafał Gajda2019-08-121-2/+1
* mesh: Move sequence number overcommit to mesh-config-jsonMichał Lowas-Rzechonek2019-08-081-51/+5
* mesh: Implement Import() D-Bus API of org.bluez.mesh.Network1 interfaceMichał Lowas-Rzechonek2019-08-011-1/+86
* mesh: Check that config server is present in primary elementMichał Lowas-Rzechonek2019-07-261-0/+8
* mesh: Check that element indexes are consecutiveMichał Lowas-Rzechonek2019-07-261-0/+9
* mesh: Keep element and model lists sorted and uniqueMichał Lowas-Rzechonek2019-07-261-13/+67
* mesh: Validate application by comparing composition dataMichał Lowas-Rzechonek2019-07-261-239/+193
* mesh: Convert void pointers to anonymous unions in managed_obj_requestMichał Lowas-Rzechonek2019-07-261-40/+35
* mesh: Propagate Net Index up Rx message chainBrian Gix2019-07-181-5/+5
* mesh: Init keyring storage directory on node Attach()Inga Stotland2019-07-181-0/+8
* mesh: Rename mesh_config_srv_init() to cfgmod_server_init()Inga Stotland2019-07-151-2/+2
* mesh: Create or re-use a node storage directory for keyringInga Stotland2019-07-151-9/+32
* mesh: Manage node config directory in mesh-configInga Stotland2019-07-151-20/+28
* mesh: Use mesh_config APIs to store node configurationInga Stotland2019-07-151-11/+12
* mesh: Replace storage_save_config with mesh_config_save_configInga Stotland2019-07-151-3/+3
* mesh: Confine dependency on json-c to mesh-config-json.cInga Stotland2019-07-151-19/+19
* mesh: Move load from storage functionality into node.cInga Stotland2019-07-151-3/+37
* mesh: Change mesh_db prefix to mesh_configInga Stotland2019-07-151-17/+19
* mesh: Rename mesh-db.c to mesh-config-json.cInga Stotland2019-07-151-1/+1
* mesh: Move network config setup from storage.c to node.cInga Stotland2019-07-151-0/+28
* mesh: Expose resources needed by Management1 interfaceBrian Gix2019-07-141-10/+32
* mesh: Fix segmentation fault when removing a nodeInga Stotland2019-07-041-2/+4
* mesh: Implement DevKeySend() method on Node interfaceMichał Lowas-Rzechonek2019-07-041-2/+53
* mesh: Cleanup D-Bus method returns with empty resultMichał Lowas-Rzechonek2019-07-041-15/+3
* mesh: Fix stack overflow in get_element_propertiesMichał 'Khorne' Lowas-Rzechonek2019-07-031-1/+1
* mesh: Fix clean up of node's DBUS assosiated resourcesInga Stotland2019-07-031-37/+29
* mesh: Allow to set-up the CRPL with applicationJakub Witowski2019-07-021-5/+13
* mesh: Register D-Bus management interfaceMichał Lowas-Rzechonek2019-07-011-2/+15
* mesh: Clear nodes queue on get_managed_objects_cb() failsJakub Witowski2019-07-011-1/+1
* mesh: Fix D-Bus node pathMichał Lowas-Rzechonek2019-07-011-2/+2
* mesh: Fix to duplicated model Ids saved to storageRafał Gajda2019-06-261-4/+3
* mesh: Centralize definition of PRIMARY_NET_IDXBrian Gix2019-05-241-7/+5
* mesh: Remove unnecessary includes from .c filesInga Stotland2019-05-171-4/+2
* mesh: Save generated Net and Dev keys in KeyRingBrian Gix2019-05-151-4/+16
* mesh: Add check for org.bluez.mesh.Provisioner1 interfaceInga Stotland2019-05-151-1/+4
* mesh: Reconfigure node storage treeBrian Gix2019-05-131-7/+9
* mesh: Add CreateNetwork method() implementationInga Stotland2019-05-101-73/+145