aboutsummaryrefslogtreecommitdiff
path: root/progressbar.c
Commit message (Collapse)AuthorAge
* some fixesHEADmasterToni Uhlig2021-10-14
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* MAX_TERMINAL_LEN -> MAX_TERMINAL_WIDTH seems more preciseToni Uhlig2020-01-21
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* inform the user if we did not saw the file was fully read/written but the ↵Toni Uhlig2019-12-26
| | | | | | pid is not available anymore Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* support for writing files (means that fd offset > previously stat'ed file)lns2019-12-26
|
* fixed suerfluous length check, fixed incorrect progressbar calculationlns2019-12-26
|
* nul terminate printable buffer, additional max buffer length check and evil ↵lns2019-12-26
| | | | asserts
* react on terminal size changeslns2019-12-26
|
* splitted terminal properties and file_info data, restrict final printf ↵lns2019-12-25
| | | | length, increased minimal required progressbar width to 16 chars
* show calculated xfer rate periodiclns2019-12-25
|
* average rate calculationlns2019-12-25
|
* added progressbar current(!) xfer ratelns2019-12-25
|
* const everythinglns2019-12-25
|
* small improvementslns2019-12-25
|
* print command line and argumentsToni Uhlig2019-12-23
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* let the user choose a filepath #2Toni Uhlig2019-12-23
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* let the user choose a filepathToni Uhlig2019-12-23
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* assert() is evil but fuck it, removed stupid codelns2019-12-23
|
* added fn's for iterating over whole procfs and find pid's associated with ↵Toni Uhlig2019-11-27
| | | | | | the opened target file Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* limit the size of /proc/*/cmdline and max printable terminal len/width, ↵lns2019-11-26
| | | | improved FD/FILE printing including CMDLINE/PID
* added nsleep() simple nanosleep funclns2019-11-26
|
* fixed (explicit signed) numeric casts and invalid enum namingToni Uhlig2019-11-25
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* simple af terminal progressbar watches position of a fd of a filelns2019-11-17
|
* basic progressbar shows file position/max-sizelns2019-11-13
|
* progressbar fd position extractionlns2019-11-11
|
* added progressbar for monitoring file stream position via procfsToni Uhlig2019-09-14
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>