| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don’t use posix_fadvise() on MacOS or OpenBSD | Thomas Voss | 2024-10-31 | 1 | -0/+2 |
| | | | | | | These systems (despite being POSIX) have not yet implemented this function/syscall. | ||||
| * | Fix heap buffer overflow | Thomas Voss | 2024-10-30 | 1 | -6/+7 |
| | | |||||
| * | Improve file reading | Thomas Voss | 2024-10-30 | 1 | -32/+76 |
| | | |||||
| * | Simplify span highlighting | Thomas Voss | 2024-10-30 | 1 | -20/+13 |
| | | |||||
| * | Fix typo | Thomas Voss | 2024-10-30 | 1 | -1/+1 |
| | | |||||
| * | Don’t try to fclose() a garbage pointer | Thomas Voss | 2024-10-30 | 1 | -1/+1 |
| | | |||||
| * | Completely revamp the grab source code | Thomas Voss | 2024-10-30 | 1 | -0/+453 |
| Some of the (many) few changes are: - Multithreading for significantly faster performance - The -p/--predicate flag - Byte offsets as the default - No customizable colors (maybe this will come back later) - Newer edition of mlib (formerly librune) | |||||