| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dir_monitor: by default open cwd of calling process | Thorsten Töpper | 2025-07-26 | 1 | -0/+2 |
| | | | | | | Also fix small memory leak in error case when attempting to collect data. Irrelevant as this leads to program exit anyways. | ||||
| * | Minor non-functional changes | Thorsten Töpper | 2025-07-08 | 1 | -1/+3 |
| | | |||||
| * | data_management: explicit_bzero() for filename | Thorsten Töpper | 2025-07-06 | 1 | -3/+1 |
| | | |||||
| * | data_management: create_node asan fix | Thorsten Töpper | 2025-06-25 | 1 | -5/+16 |
| | | | | | | | | | | When executing on /usr/bin or /usr/lib it sometimes happened after a few hundred files, that even if source and target were arrays of type char[256] memcpy would be noted as a heap buffer overflow. Switching to strnlen(fname,256) and dst[255]='\0'; to be flexible and getting rid of the asan error. | ||||
| * | Output sorted by name | Thorsten Töpper | 2025-06-21 | 1 | -10/+54 |
| | | |||||
| * | Rename list_management to data_management | Thorsten Töpper | 2025-06-21 | 1 | -0/+231 |
