| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | output: replace print_list() code with print_list_formatted('stn') call | Thorsten Töpper | 2025-07-26 | 1 | -57/+7 |
| | | |||||
| * | output: allocate buffer based on format string | Thorsten Töpper | 2025-07-26 | 1 | -5/+52 |
| | | |||||
| * | output: --print-boxed for visual table | Thorsten Töpper | 2025-07-25 | 1 | -13/+122 |
| | | |||||
| * | output print_list_formatted: summary like print_list | Thorsten Töpper | 2025-07-08 | 1 | -0/+5 |
| | | |||||
| * | output: long time now left aligned, 3&4 char timezone | Thorsten Töpper | 2025-07-07 | 1 | -2/+2 |
| | | |||||
| * | output: --print-header to label columns | Thorsten Töpper | 2025-07-07 | 1 | -2/+91 |
| | | |||||
| * | output: format string: user and group name | Thorsten Töpper | 2025-07-06 | 1 | -0/+94 |
| | | | | | | | Depending on the OS setup the function calls may be extremely time consuming if it's not local and not in the kernel cache. static fields for minimal local caching to circumvent function calls. | ||||
| * | output: format string: permissions | Thorsten Töpper | 2025-07-05 | 1 | -0/+49 |
| | | |||||
| * | output: format string: uid and gid | Thorsten Töpper | 2025-07-05 | 1 | -2/+11 |
| | | |||||
| * | output: add stat item type to format string | Thorsten Töpper | 2025-07-05 | 1 | -0/+43 |
| | | |||||
| * | output: ioctl error handling. | Thorsten Töpper | 2025-06-25 | 1 | -4/+10 |
| | | |||||
| * | output: limit fputc_all_cols to 72-144 | Thorsten Töpper | 2025-06-24 | 1 | -1/+7 |
| | | |||||
| * | simple format string: name, size and time fields | Thorsten Töpper | 2025-06-21 | 1 | -34/+139 |
| | | |||||
| * | Rename list_management to data_management | Thorsten Töpper | 2025-06-21 | 1 | -1/+1 |
| | | |||||
| * | Store everything from lstat() | Thorsten Töpper | 2025-06-20 | 1 | -6/+32 |
| | | |||||
| * | CMakeLists: hardening flags | Thorsten Töpper | 2025-06-16 | 1 | -2/+4 |
| | | |||||
| * | Spread code into multiple files. | Thorsten Töpper | 2025-06-15 | 1 | -0/+87 |
