summaryrefslogtreecommitdiff
path: root/mesh/mesh.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Add new kernel MGMT based IO transportBrian Gix2022-09-261-1/+5
* mesh: Add validation of Device UUID valueInga Stotland2021-02-161-9/+9
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Add deferral of Attach() and Leave() if busyBrian Gix2020-06-181-2/+52
* mesh: Rename IVUpdate import flag to IvUpdateMichał Lowas-Rzechonek2020-06-161-1/+1
* mesh: Add "node is busy" check for Leave() & Attach()Inga Stotland2020-06-101-1/+9
* mesh: Add destroy callback to dbus_send_with_timeout()Inga Stotland2020-06-101-6/+6
* mesh: Clean up Join() methodInga Stotland2020-05-221-27/+22
* mesh: Fix memory leak in Create, Import & Attach methodsInga Stotland2020-05-221-0/+4
* mesh: Clean up Attach() method callInga Stotland2020-05-221-21/+8
* mesh: Clean up Import() method callInga Stotland2020-05-221-26/+7
* mesh: Create a queue of pending requests in mesh_init()Inga Stotland2020-05-221-10/+4
* mesh: Add finalization of a newly created nodeInga Stotland2020-05-221-2/+2
* mesh: Remove unused structure memberInga Stotland2020-05-221-3/+0
* mesh: Fix segfault caused by re-enabling of HCI controllerInga Stotland2020-05-171-1/+8
* mesh: Fix valgrind memory leak warningsBrian Gix2020-05-151-0/+4
* mesh: Fix valgrind memory leaksBrian Gix2020-05-151-1/+4
* mesh: Add Time-outs to critical dbus send-with-repliesBrian Gix2020-04-141-5/+5
* mesh: Change API to deliver tokens via JoinCompletePrzemysław Fierek2020-04-141-15/+53
* mesh: Fix invalid app_path on 'Join'Przemysław Fierek2020-04-101-3/+1
* mesh: rework incoming advertisement filteringBrian Gix2020-02-261-3/+7
* mesh: Add mesh-main.conf file with general mesh configurationInga Stotland2019-12-161-5/+97
* mesh: Fix memory leak in Join() API callBrian Gix2019-12-041-2/+5
* mesh: Fix io inititalization sequenceInga Stotland2019-11-151-5/+28
* mesh: Fix segmentation fault on Join() callInga Stotland2019-10-051-2/+5
* mesh: Implement Import() D-Bus API of org.bluez.mesh.Network1 interfaceMichał Lowas-Rzechonek2019-08-011-2/+113
* mesh: Manage node config directory in mesh-configInga Stotland2019-07-151-5/+10
* mesh: Convert provisioning pkts to packed structsBrian Gix2019-07-141-1/+1
* mesh: Expose mapping function for D-Bus errorsBrian Gix2019-07-141-4/+4
* mesh: Move HCI handling to mesh-io-genericMichał Lowas-Rzechonek2019-06-241-177/+12
* mesh: Remove unnecessary includes from .c filesInga Stotland2019-05-171-2/+1
* mesh: Update copyright datesInga Stotland2019-05-171-1/+1
* mesh: Add CreateNetwork method() implementationInga Stotland2019-05-101-2/+68
* mesh: Use node uuids as storage directory namesMichał Lowas-Rzechonek2019-05-081-0/+7
* mesh: Clean up processing of Attach() methodInga Stotland2019-05-021-43/+26
* mesh: Create and store random token per nodeBrian Gix2019-04-091-3/+3
* mesh: Fix array processing in Send, Publish, JoinInga Stotland2019-03-071-7/+4
* mesh: Implement Leave() method on Network interfaceInga Stotland2019-02-281-1/+18
* mesh: Re-arrange node cleanup functionsInga Stotland2019-02-281-8/+6
* mesh: Remove unnecessary variable initializationInga Stotland2019-02-041-1/+1
* mesh: Add MGMT bypass when specifying controllerBrian Gix2019-02-041-7/+13
* mesh: Fix logic when cleaning up incomplete provisioningInga Stotland2019-01-221-5/+7
* mesh: Clean up when finishing the Join callInga Stotland2019-01-141-34/+25
* mesh: Fix reading device UUID from Join() callInga Stotland2019-01-141-1/+4
* mesh: Implement org.bluez.mesh.Network APIInga Stotland2019-01-081-141/+485
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* mesh: Add start up management command chainInga Stotland2018-09-061-23/+230
* mesh: Source files for mesh access layer and utilitiesInga Stotland2018-08-201-0/+184