aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Be a good citizen and cleanup properlyThomas Voss 2024-10-311-0/+3
|
* Work on using pledge() in OpenBSDThomas Voss 2024-10-311-1/+18
|
* Free the right thingThomas Voss 2024-10-301-1/+1
|
* Update mlibThomas Voss 2024-10-301-3/+2
|
* Check for errors by getdelim()Thomas Voss 2024-10-301-1/+3
|
* The -l flag takes no argumentThomas Voss 2024-10-301-1/+1
|
* Completely revamp the grab source codeThomas Voss 2024-10-301-0/+372
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)