#
6314722e |
| 12-Jun-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_posix: allow to ignore db on disk and/or set read-only
|
#
4c7f8b03 |
| 09-Jun-2023 |
Matthias Ringwald <[email protected]> |
btstack_tlv_posix: allow to ignore db on disk and/or set read-only
|
#
c78b4f69 |
| 20-Nov-2021 |
Matthias Ringwald <[email protected]> |
btstack_posix_tlv: use max value size of 2048, assert if size is larger in store
|
#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
8300a979 |
| 25-Mar-2021 |
Bjoern Hartmann <[email protected]> |
posix: check if file was opened successfully
|
#
4129d206 |
| 29-Jan-2020 |
Matthias Ringwald <[email protected]> |
btstack_tlv_posix: add btstack_tlv_posix_deinit
|
#
39f043d5 |
| 30-Jan-2020 |
Matthias Ringwald <[email protected]> |
btstack_tlv_posix: only keep last value in memory, fix delete operation
|
#
ff3cc4a5 |
| 03-Dec-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)
|
#
55846b97 |
| 16-Aug-2019 |
Matthias Ringwald <[email protected]> |
btstack_tlv_posix: free entry on delete
|
#
2d3020e7 |
| 16-May-2019 |
Matthias Ringwald <[email protected]> |
btstack_tlv_posix: avoid fwrite with len = 0 and ptr = NULL
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
c77e7c45 |
| 23-Nov-2018 |
Matthias Ringwald <[email protected]> |
initialze other malloc'ed memory
|
#
6b2d59ef |
| 24-Aug-2018 |
Matthias Ringwald <[email protected]> |
posix: flush tlv file after write
|
#
70c9bf03 |
| 09-Nov-2017 |
Matthias Ringwald <[email protected]> |
posix: fix compile error in tlv implemenation
|
#
f61cf6aa |
| 23-Oct-2017 |
Matthias Ringwald <[email protected]> |
btstack_tlv_posix: fix compile
|
#
d1700513 |
| 23-Oct-2017 |
Matthias Ringwald <[email protected]> |
btstack_tlv_posix: basic implementation that keeps all entries in RAM but persists new entries to disk
|