Fix crash issue when destroying notify io
[platform/upstream/bluez.git] / mesh /
2022-03-14 Wootak JungMerge "Add avtest to test rpm" into tizen submit/tizen/20220314.225934 submit/tizen/20220316.003414
2022-03-11 Inga Stotlandmesh: Don't log error for false positive mkdir failure
2022-03-11 Tedd Ho-Jeong Anmesh: Fix unchecked return value
2022-03-11 Inga Stotlandmesh: Implement ExportKeys() method
2022-03-11 Archie Pusakamesh: Inclusive language changes
2022-03-11 Brian Gixmesh: Fix race condition memory leak
2022-03-11 Brian Gixmesh: Add single threading to prov-acp ob messaging
2022-03-11 Brian Gixmesh: Normalize endian of public/private ECC keys
2022-03-11 Brian Gixmesh: Fix delivery of PB-ACK to acceptors
2022-03-11 Inga Stotlandmesh: Add manpage for bluetooth-meshd daemon
2022-03-11 Steve Grubbmesh: Fix memory leaks
2022-03-11 Inga Stotlandmesh: Add missing "storage" option to help menu
2022-03-11 Marcel Holtmannmesh: Fix net_key_confirm parameter declaration
2022-03-11 Marcel Holtmannmesh: Fix network_id parameter declaration
2022-03-11 Brian Gixmesh: Add unit test IO
2022-03-11 Brian Gixmesh: Add Provisioning Confirmation validity check
2022-03-11 Brian Gixmesh: Fix segmented msg RX with friendship
2022-03-11 Brian Gixmesh: Validate OTA provision security material
2022-03-11 Przemysław Fierekmesh: Fix infinite loop on IVIndex update
2022-03-11 Brian Gixmesh: Cleanup deprecated symbolic file permissions
2022-03-11 Inga Stotlandmesh: Combine common functions for NetKeys and AppKeys
2022-03-11 Inga Stotlandmesh: Add validation of Device UUID value
2022-03-11 Inga Stotlandmesh: Clear node's agent pointer after agent removal
2022-03-11 Michael N. Moranmesh: Update AppKeys on transition to Phase 0
2021-01-04 Anupam RoyMerge branch 'meshd_integrate' into tizen bluez_upgrade_5.52
2021-01-04 DoHyun PyunModify the capability option for systemd meshd_integrate
2020-12-28 Inga Stotlandmesh: Fix check for mkdir return value in keyring.c
2020-12-28 Aurelien Jarnomesh: fix node default TTL
2020-12-28 Inga Stotlandmesh: Zero out config node struct before initializing
2020-12-28 Inga Stotlandmesh: Fix regression error in HB subscription set
2020-12-28 Michael N. Moranmesh: Only deregister io for the last network detached
2020-12-28 Inga Stotlandmesh/mesh-config-json: Fix errors found by static analysis
2020-12-28 Inga Stotlandmesh: Fix memory leak when failing to load a node
2020-12-28 Inga Stotlandmesh: Fix memory leak and NULL pointer dereference
2020-12-28 Inga Stotlandmesh: Fix errors found by static analysis
2020-12-28 Brian Gixmesh: Re-arrange Join/Create/Import/Attach page saving
2020-12-28 Tedd Ho-Jeong Anmesh: Add SPDX License Identifier
2020-12-28 Inga Stotlandmesh: Align option names with functionality
2020-12-28 Inga Stotlandmesh: Remove unused timing variable tx_start
2020-12-28 Inga Stotlandmesh: Move RPL check from model to net layer
2020-12-28 Inga Stotlandmesh: Initialize RPL when creating or loading a node
2020-12-28 Inga Stotlandmesh: Store key indices as integers in node config
2020-12-28 Inga Stotlandmesh: Handle "options" dictionary in Send/Publish methods
2020-12-28 Daan Papemesh: Add random address to mesh HCI init
2020-12-28 Inga Stotlandmesh: Use valid net key index when handling Send call
2020-12-28 Inga Stotlandmesh: Use correct retransmit parameters for publications
2020-12-28 Inga Stotlandmesh: Send correct NetKey index in DevKeyMessageReceived
2020-12-28 Inga Stotlandmesh: Check for enabled modes when dst is fixed address
2020-12-28 Inga Stotlandmesh: Always set net modes based on node feature settings
2020-12-28 Brian Gixmesh: fix double-free of outbound tx data
2020-12-28 Inga Stotlandmesh: Don't add config server when loading from storage
2020-12-28 Inga Stotlandmesh: Make mesh config model binding API consistent
2020-12-28 Inga Stotlandmesh: Fix model ID prior to calling mesh config functions
2020-12-28 Michał Lowas-Rzechonekmesh: Fix encoding of Config Key Refresh Phase Status
2020-12-28 Inga Stotlandmesh: Fix logic error when saving model subscriptions
2020-12-28 Inga Stotlandmesh: Fix element index look up for config model subs
2020-12-28 Michał Lowas-Rzechonekmesh: Fix application key binding lookup
2020-12-28 Inga Stotlandmesh: Refactor heartbeat pub/sub
2020-12-28 Inga Stotlandmesh: Clean up handling of config KR phase messages
2020-12-28 Inga Stotlandmesh: Clean up handling of config net transmit messages
2020-12-28 Inga Stotlandmesh: Clean up handling of config poll timeout message
2020-12-28 Inga Stotlandmesh: Clean up handling of config relay messages
2020-12-28 Inga Stotlandmesh: Clean up handling of config net and app key messages
2020-12-28 Inga Stotlandmesh: Clean up handling of config publication messages
2020-12-28 Inga Stotlandmesh: Clean up handling of config node identity message
2020-12-28 Inga Stotlandmesh: Clean up handling of config model binding messages
2020-12-28 Inga Stotlandmesh: Clean up handling of config subscription messages
2020-12-28 Inga Stotlandmesh: Use correct TTL value to send model publication
2020-12-28 Michał Lowas-Rzechonekmesh: Allow deleting non-existing net key
2020-12-28 Michał Lowas-Rzechonekmesh: Allow deleting non-existing app key
2020-12-28 Inga Stotlandmesh: Fix calculation of model publication period
2020-12-28 Brian Gixmesh: Add guard against wedging outbound queue
2020-12-28 Inga Stotlandmesh: Move model functionality out of node.c to model.c
2020-12-28 Brian Gixmesh: Fix memory leak on provisioning timeout
2020-12-28 Inga Stotlandmesh: Add size checks for every opcode in config server
2020-12-28 Inga Stotlandmesh: Use static array to hold config server response
2020-12-28 Brian Gixmesh: Fix node composition change detection
2020-12-28 Inga Stotlandmesh: Get rid of "unreliable opcodes" in config server
2020-12-28 Brian Gixmesh: Add Composition page storage to node.json
2020-12-28 Brian Gixmesh: Fix Seg Fault - App unattached IVIndex chg
2020-12-28 Inga Stotlandmesh: Check app model settings of pub/sub support
2020-12-28 Inga Stotlandmesh: Clean up config model publication set
2020-12-28 Brian Gixmesh: Fix memory leak when queuing OB pkts rapidly
2020-12-28 Inga Stotlandmesh: Emit PropertiesChanged when IV Index changes
2020-12-28 Michał Lowas-Rzechonekmesh: Replace BeaconFlags with just IvUpdate
2020-12-28 Brian Gixmesh: Add deferral of Attach() and Leave() if busy
2020-12-28 Michał Lowas-Rzechonekmesh: Rename IVUpdate import flag to IvUpdate
2020-12-28 Inga Stotlandmesh: Delete unused structures/functions
2020-12-28 Michał Lowas-Rzechonekmesh: Fix updating CID, PID, VID & CRPL on node attach
2020-12-28 Inga Stotlandmesh: Add "node is busy" check for Leave() & Attach()
2020-12-28 Inga Stotlandmesh: Add timeout to GetManagedObjects call
2020-12-24 DoHyun PyunModify the capability option for systemd 52/250352/1 accepted/tizen/unified/20201229.124653 submit/tizen/20201228.031005
2020-12-18 Inga Stotlandmesh: Add destroy callback to dbus_send_with_timeout()
2020-12-18 Inga Stotlandmesh: Make "Busy" and "InProgress" to be distinct errors
2020-12-18 Inga Stotlandmesh: Delete unused function
2020-12-18 Brian Gixmesh: Fix clean-up introduced bug
2020-12-18 Inga Stotlandmesh: Remove unused/redundant functions
2020-12-18 Michał Lowas-Rzechonekmesh: Fix FPE in overcommit logic.
2020-12-18 Inga Stotlandmesh: Remove unused functions from net.c
2020-12-18 Inga Stotlandmesh: Clean up style in net.c
next