Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | some fixesHEADmaster | Toni Uhlig | 2021-10-14 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | MAX_TERMINAL_LEN -> MAX_TERMINAL_WIDTH seems more precise | Toni Uhlig | 2020-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 Uhlig | 2019-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) | 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 ↵ | lns | 2019-12-26 |
| | | | | asserts | ||
* | react on terminal size changes | lns | 2019-12-26 |
| | |||
* | splitted terminal properties and file_info data, restrict final printf ↵ | lns | 2019-12-25 |
| | | | | length, increased minimal required progressbar width to 16 chars | ||
* | show calculated xfer rate periodic | lns | 2019-12-25 |
| | |||
* | average rate calculation | lns | 2019-12-25 |
| | |||
* | added ASAN support | 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 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | let the user choose a filepath #2 | Toni Uhlig | 2019-12-23 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | let the user choose a filepath | Toni Uhlig | 2019-12-23 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | assert() is evil but fuck it, removed stupid code | lns | 2019-12-23 |
| | |||
* | added Makefile help and DEBUG mode for CFLAGS | lns | 2019-12-23 |
| | |||
* | added fn's for iterating over whole procfs and find pid's associated with ↵ | Toni Uhlig | 2019-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, ↵ | lns | 2019-11-26 |
| | | | | improved FD/FILE printing including CMDLINE/PID | ||
* | added nsleep() simple nanosleep func | lns | 2019-11-26 |
| | |||
* | fixed (explicit signed) numeric casts and invalid enum naming | Toni Uhlig | 2019-11-25 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | simple af terminal progressbar watches position of a fd of a file | lns | 2019-11-17 |
| | |||
* | Merge branch 'master' of ssh://git.lan:/git/tools | lns | 2019-11-13 |
|\ | |||
| * | README update | Toni Uhlig | 2019-11-11 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | removed obsolete textify tool | Toni Uhlig | 2019-11-11 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | Merge branch 'master' of ssh://git.lan:/git/tools | Toni Uhlig | 2019-11-11 |
| |\ | |||
| * | | progressbar remove targets | Toni Uhlig | 2019-10-14 |
| | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | | Merge branch 'master' of ssh://git.lan:/git/tools | Toni Uhlig | 2019-10-14 |
| |\ \ | |||
| * \ \ | Merge branch 'master' of gitlab.com:lnslbrty/tools | Toni Uhlig | 2019-09-14 |
| |\ \ \ | |||
| | * | | | use INSTALL_BIN/INSTALL_DIR for OpenWrt build system compat | Toni Uhlig | 2019-03-19 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | | | | basic progressbar shows file position/max-size | lns | 2019-11-13 |
| |_|_|/ |/| | | | |||
* | | | | progressbar fd position extraction | lns | 2019-11-11 |
| |_|/ |/| | | |||
* | | | renamed scrambler -> ascii85 | lns | 2019-10-14 |
| | | | |||
* | | | Merge branch 'master' of https://github.com/lnslbrty/tools | lns | 2019-10-14 |
|\| | | |||
| * | | added progressbar for monitoring file stream position via procfs | Toni Uhlig | 2019-09-14 |
| |/ | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | added textify Makefile targets and untextify feature | lns | 2019-10-14 |
| | | |||
* | | removed superfluous struct 1-byte align | lns | 2019-10-14 |
| | | |||
* | | Merge branch 'master' of ssh://git.lan:/git/tools | lns | 2019-10-14 |
|\| | |||
| * | getchar() returns int not char | Toni Uhlig | 2019-03-19 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | textify binary data | lns | 2019-03-10 |
|/ | | | | Signed-off-by: lns <matzeton@googlemail.com> | ||
* | Merge branch 'master' of https://github.com/lnslbrty/tools | lns | 2019-01-02 |
|\ | |||
| * | scrambler optimisations | Toni Uhlig | 2018-12-11 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | basic ascii85 encoder/decoder | Toni Uhlig | 2018-12-11 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | suidcmd: additional checks, error printing | Toni Uhlig | 2018-05-11 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | indentation | lns | 2019-01-02 |
|/ | | | | Signed-off-by: lns <matzeton@googlemail.com> | ||
* | xdiff Makefile clean + unused lib depends | Toni Uhlig | 2017-06-14 |
| | |||
* | x11 screen diff | Toni Uhlig | 2017-06-14 |
| | |||
* | - using uint64_t instead of time_t which is arch dependend | Toni Uhlig | 2017-06-13 |
| | | | | | - fixed missing fcntl to restore old STDIN flags before quit - improved/verbose signal handling |