summaryrefslogtreecommitdiff
path: root/mesh/model.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesh: Change mesh_db prefix to mesh_configInga Stotland2019-07-151-2/+2
* mesh: Rename mesh-db.c to mesh-config-json.cInga Stotland2019-07-151-1/+1
* mesh: Handle messages encrypted with a remote device keyMichał Lowas-Rzechonek2019-07-041-6/+55
* mesh: Implement DevKeySend() method on Node interfaceMichał Lowas-Rzechonek2019-07-041-1/+8
* mesh: Split APP_IDX_DEV into APP_IDX_DEV_LOCAL and APP_IDX_DEV_REMOTEMichał Lowas-Rzechonek2019-07-041-9/+13
* mesh: Use l_dbus_message...() APIs in more consistent fashionInga Stotland2019-07-041-24/+9
* mesh: Fix checks when restoring internal model stateInga Stotland2019-07-031-1/+1
* mesh: Fix memory leak on dbus message creationBrian Gix2019-07-031-0/+3
* mesh: Fix and clean up model publication codeInga Stotland2019-07-011-36/+26
* mesh: Fix virtual address processingInga Stotland2019-07-011-96/+77
* mesh: Clean up model.c and cfg-server.cInga Stotland2019-07-011-89/+54
* mesh: Clean up styleInga Stotland2019-06-061-12/+13
* mesh: Fix long MIC usage in segmented messagesJakub Witowski2019-05-241-1/+4
* mesh: Update copyright datesInga Stotland2019-05-171-1/+1
* mesh: Fix adding model app key bindingInga Stotland2019-03-221-2/+3
* mesh: Store model publication settings in config fileInga Stotland2019-03-111-9/+9
* mesh: Add json config functions to save pub/sub updatesInga Stotland2019-03-111-1/+3
* mesh: Fix type checking for 32 vs 64 bit systemsBrian Gix2019-02-281-3/+3
* mesh: Restructure model services for multiple nodesInga Stotland2019-01-081-234/+579
* mesh: Source code for handling access layer mux/demuxInga Stotland2018-08-201-0/+1274