summaryrefslogtreecommitdiff
path: root/mesh
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mesh: Delete unused structures/functionsInga Stotland2020-06-162-51/+15
* mesh: Fix updating CID, PID, VID & CRPL on node attachMichał Lowas-Rzechonek2020-06-151-4/+6
* mesh: Add "node is busy" check for Leave() & Attach()Inga Stotland2020-06-103-1/+31
* mesh: Add timeout to GetManagedObjects callInga Stotland2020-06-101-23/+20
* mesh: Add destroy callback to dbus_send_with_timeout()Inga Stotland2020-06-103-6/+14
* mesh: Make "Busy" and "InProgress" to be distinct errorsInga Stotland2020-06-103-7/+8
* mesh: Delete unused functionInga Stotland2020-06-102-6/+0
* mesh: Fix clean-up introduced bugBrian Gix2020-06-082-2/+1
* mesh: Remove unused/redundant functionsInga Stotland2020-06-083-13/+1
* mesh: Fix FPE in overcommit logic.Michał Lowas-Rzechonek2020-06-021-0/+8