| Commit message (Expand) | Author | Age |
* | some fixesHEADmaster | Toni Uhlig | 2021-10-14 |
* | MAX_TERMINAL_LEN -> MAX_TERMINAL_WIDTH seems more precise | Toni Uhlig | 2020-01-21 |
* | inform the user if we did not saw the file was fully read/written but the pid... | Toni Uhlig | 2019-12-26 |
* | support for writing files (means that fd offset > previously stat'ed file) | lns | 2019-12-26 |
* | fixed suerfluous length check, fixed incorrect progressbar calculation | lns | 2019-12-26 |
* | nul terminate printable buffer, additional max buffer length check and evil a... | lns | 2019-12-26 |
* | react on terminal size changes | lns | 2019-12-26 |
* | splitted terminal properties and file_info data, restrict final printf length... | lns | 2019-12-25 |
* | show calculated xfer rate periodic | lns | 2019-12-25 |
* | average rate calculation | lns | 2019-12-25 |
* | added progressbar current(!) xfer rate | lns | 2019-12-25 |
* | const everything | lns | 2019-12-25 |
* | small improvements | lns | 2019-12-25 |
* | print command line and arguments | Toni Uhlig | 2019-12-23 |
* | let the user choose a filepath #2 | Toni Uhlig | 2019-12-23 |
* | let the user choose a filepath | Toni Uhlig | 2019-12-23 |
* | assert() is evil but fuck it, removed stupid code | lns | 2019-12-23 |
* | added fn's for iterating over whole procfs and find pid's associated with the... | Toni Uhlig | 2019-11-27 |
* | limit the size of /proc/*/cmdline and max printable terminal len/width, impro... | lns | 2019-11-26 |
* | added nsleep() simple nanosleep func | lns | 2019-11-26 |
* | fixed (explicit signed) numeric casts and invalid enum naming | Toni Uhlig | 2019-11-25 |
* | simple af terminal progressbar watches position of a fd of a file | lns | 2019-11-17 |
* | basic progressbar shows file position/max-size | lns | 2019-11-13 |
* | progressbar fd position extraction | lns | 2019-11-11 |
* | added progressbar for monitoring file stream position via procfs | Toni Uhlig | 2019-09-14 |