summaryrefslogtreecommitdiff
path: root/mesh/mesh-config-json.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Add storage of Mesh Private Beacon settingsBrian Gix2023-01-301-0/+48
* mesh: Add Remote ProvisioningBrian Gix2023-01-301-139/+241
* mesh: Fix potential memory leakBrian Gix2022-09-221-1/+3
* mesh: Fix snprintf return values not being checkedBrian Gix2022-06-301-31/+57
* mesh/mesh-config-json: Fix errors found by static analysisInga Stotland2020-11-101-29/+33
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Store key indices as integers in node configInga Stotland2020-08-281-64/+38
* mesh: Use correct retransmit parameters for publicationsInga Stotland2020-08-221-18/+18
* mesh: Make mesh config model binding API consistentInga Stotland2020-08-131-2/+2
* mesh: Fix model ID prior to calling mesh config functionsInga Stotland2020-08-131-6/+1
* mesh: Clean up handling of config subscription messagesInga Stotland2020-08-101-6/+6
* mesh: Move model functionality out of node.c to model.cInga Stotland2020-07-251-4/+1
* mesh: Add Composition page storage to node.jsonBrian Gix2020-07-081-0/+162
* mesh: Check app model settings of pub/sub supportInga Stotland2020-07-011-1/+75
* mesh: Fix FPE in overcommit logic.Michał Lowas-Rzechonek2020-06-021-0/+8
* mesh: Fix double-freeBrian Gix2020-05-201-4/+1
* mesh: Fix valgrind memory leaksBrian Gix2020-05-151-8/+8
* mesh: Allow updating CID, PID, VID & CRPL on node attachInga Stotland2020-05-141-0/+32
* mesh: Avoid saving duplicate fields in node configInga Stotland2020-05-141-10/+14
* mesh: Fix GCC 10.0 warningsBrian Gix2020-04-181-1/+1
* mesh: Fix segfault related to idle config writeInga Stotland2020-04-011-5/+26
* mesh: Move SEQ_MASK define in mesh-defs.hInga Stotland2020-04-011-1/+0
* mesh: Relocate tree deletion to util.c/hBrian Gix2020-01-301-19/+1
* mesh: Sequence number related fixesJakub Witowski2020-01-161-2/+14
* mesh: Base config json code on newer version of json-cInga Stotland2019-12-241-103/+23
* mesh: fix node default TTLAurelien Jarno2019-11-191-1/+1
* mesh: Fix reading/writing key indicesInga Stotland2019-10-281-27/+40
* Include limits.h for PATH_MAXJory Pratt2019-10-211-0/+1
* mesh: Secure Beacon - IV_Index/Key Refresh re-writeBrian Gix2019-10-141-1/+2
* mesh: Make mesh-config API more consistentInga Stotland2019-10-011-12/+22
* mesh: Add closedir() of config directory after opendir()Inga Stotland2019-08-291-20/+26
* mesh: Move sequence number overcommit to mesh-config-jsonMichał Lowas-Rzechonek2019-08-081-3/+67
* mesh: Fix storing network retransmission in configMichał Lowas-Rzechonek2019-08-061-1/+1
* mesh: Extract read_* functions in mesh-config-jsonJakub Witowski2019-08-011-15/+68
* mesh: Fix storage init of Friend and LPN featuresInga Stotland2019-07-261-1/+1
* mesh: Manage node config directory in mesh-configInga Stotland2019-07-151-38/+171
* mesh: Use mesh_config APIs to store node configurationInga Stotland2019-07-151-107/+96
* mesh: Replace storage_save_config with mesh_config_save_configInga Stotland2019-07-151-7/+63
* mesh: Confine dependency on json-c to mesh-config-json.cInga Stotland2019-07-151-177/+381
* mesh: Move load from storage functionality into node.cInga Stotland2019-07-151-106/+149
* mesh: Change mesh_db prefix to mesh_configInga Stotland2019-07-151-102/+111
* mesh: Rename mesh-db.c to mesh-config-json.cInga Stotland2019-07-151-0/+1784