summaryrefslogtreecommitdiff
path: root/mesh/util.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Don't log error for false positive mkdir failureInga Stotland2021-12-061-2/+2
* mesh: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-3/+8
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Helper packet print should depend on debug settingInga Stotland2020-06-011-0/+11
* mesh: Relocate tree deletion to util.c/hBrian Gix2020-01-301-0/+25
* Include limits.h for PATH_MAXJory Pratt2019-10-211-0/+1
* mesh: Manage node config directory in mesh-configInga Stotland2019-07-151-1/+38
* mesh: Remove unnecessary includes from .c filesInga Stotland2019-05-171-5/+1
* mesh: Add hex string and debug logging utilitiesInga Stotland2019-01-081-1/+26
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* mesh: Source files for mesh access layer and utilitiesInga Stotland2018-08-201-0/+71
* tools: Move meshctl sources under tools/mesh directoryInga Stotland2018-07-061-219/+0
* mesh: Make meshctl use bt_shell helpersLuiz Augusto von Dentz2017-12-081-165/+14
* mesh: Remove circular include protection guardsMarcel Holtmann2017-08-211-0/+1
* mesh: Fix includes to use root relative path namesMarcel Holtmann2017-08-211-2/+2
* mesh: Baseline Mesh implementationBrian Gix2017-08-211-0/+369