aboutsummaryrefslogtreecommitdiff
path: root/src/tpool.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importsThomas Voss 2024-11-011-1/+0
|
* Don’t spawn threads for 1 file or 1 CPUThomas Voss 2024-11-011-0/+2
|
* Add support for $GRAB_TABSIZEThomas Voss 2024-11-011-29/+6
|
* Move include to top groupThomas Voss 2024-11-011-2/+1
|
* Remove useless stream locksThomas Voss 2024-10-311-2/+0
|
* Completely revamp the grab source codeThomas Voss 2024-10-301-0/+127
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)