summaryrefslogtreecommitdiff
path: root/mesh
Commit message (Expand)AuthorAgeFilesLines
* mesh: Align option names with functionalityInga Stotland2020-09-031-7/+8
* mesh: Remove unused timing variable tx_startInga Stotland2020-09-031-6/+0
* mesh: Move RPL check from model to net layerInga Stotland2020-08-284-106/+106
* mesh: Initialize RPL when creating or loading a nodeInga Stotland2020-08-285-21/+37
* mesh: Store key indices as integers in node configInga Stotland2020-08-281-64/+38
* mesh: Handle "options" dictionary in Send/Publish methodsInga Stotland2020-08-264-82/+75
* mesh: Add random address to mesh HCI initDaan Pape2020-08-221-0/+9
* mesh: Use valid net key index when handling Send callInga Stotland2020-08-222-6/+9
* mesh: Use correct retransmit parameters for publicationsInga Stotland2020-08-227-78/+104
* mesh: Send correct NetKey index in DevKeyMessageReceivedInga Stotland2020-08-201-1/+2
* mesh: Check for enabled modes when dst is fixed addressInga Stotland2020-08-202-21/+9
* mesh: Always set net modes based on node feature settingsInga Stotland2020-08-201-13/+5
* mesh: fix double-free of outbound tx dataBrian Gix2020-08-141-21/+31
* mesh: Don't add config server when loading from storageInga Stotland2020-08-131-3/+0
* mesh: Make mesh config model binding API consistentInga Stotland2020-08-133-6/+6
* mesh: Fix model ID prior to calling mesh config functionsInga Stotland2020-08-132-10/+9
* mesh: Fix encoding of Config Key Refresh Phase StatusMichał Lowas-Rzechonek2020-08-121-3/+3
* mesh: Fix logic error when saving model subscriptionsInga Stotland2020-08-111-1/+1
* mesh: Fix element index look up for config model subsInga Stotland2020-08-112-8/+10
* mesh: Fix application key binding lookupMichał Lowas-Rzechonek2020-08-111-1/+7
* mesh: Refactor heartbeat pub/subInga Stotland2020-08-103-300/+328
* mesh: Clean up handling of config KR phase messagesInga Stotland2020-08-104-63/+65
* mesh: Clean up handling of config net transmit messagesInga Stotland2020-08-101-15/+23
* mesh: Clean up handling of config poll timeout messageInga Stotland2020-08-102-12/+24
* mesh: Clean up handling of config relay messagesInga Stotland2020-08-101-10/+22
* mesh: Clean up handling of config net and app key messagesInga Stotland2020-08-101-72/+83
* mesh: Clean up handling of config publication messagesInga Stotland2020-08-103-62/+46
* mesh: Clean up handling of config node identity messageInga Stotland2020-08-101-11/+4
* mesh: Clean up handling of config model binding messagesInga Stotland2020-08-104-112/+45
* mesh: Clean up handling of config subscription messagesInga Stotland2020-08-105-298/+296
* mesh: Use correct TTL value to send model publicationInga Stotland2020-08-073-10/+7
* mesh: Allow deleting non-existing net keyMichał Lowas-Rzechonek2020-08-061-4/+4
* mesh: Allow deleting non-existing app keyMichał Lowas-Rzechonek2020-08-061-1/+1
* mesh: Fix calculation of model publication periodInga Stotland2020-07-291-7/+8
* mesh: Add guard against wedging outbound queueBrian Gix2020-07-291-0/+8
* mesh: Move model functionality out of node.c to model.cInga Stotland2020-07-257-578/+544
* mesh: Fix memory leak on provisioning timeoutBrian Gix2020-07-231-0/+1
* mesh: Add size checks for every opcode in config serverInga Stotland2020-07-161-9/+37
* mesh: Use static array to hold config server responseInga Stotland2020-07-161-37/+16
* mesh: Fix node composition change detectionBrian Gix2020-07-161-1/+1
* mesh: Get rid of "unreliable opcodes" in config serverInga Stotland2020-07-082-22/+11
* mesh: Add Composition page storage to node.jsonBrian Gix2020-07-085-32/+320
* mesh: Fix Seg Fault - App unattached IVIndex chgBrian Gix2020-07-031-1/+1
* mesh: Check app model settings of pub/sub supportInga Stotland2020-07-015-47/+309
* mesh: Clean up config model publication setInga Stotland2020-06-301-40/+37
* mesh: Fix memory leak when queuing OB pkts rapidlyBrian Gix2020-06-221-10/+14
* mesh: Emit PropertiesChanged when IV Index changesInga Stotland2020-06-223-0/+12
* mesh: Replace BeaconFlags with just IvUpdateMichał Lowas-Rzechonek2020-06-181-4/+8
* 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