aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* some fixesHEADmasterToni Uhlig2021-10-14
* MAX_TERMINAL_LEN -> MAX_TERMINAL_WIDTH seems more preciseToni Uhlig2020-01-21
* inform the user if we did not saw the file was fully read/written but the pid...Toni Uhlig2019-12-26
* 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 a...lns2019-12-26
* react on terminal size changeslns2019-12-26
* splitted terminal properties and file_info data, restrict final printf length...lns2019-12-25
* show calculated xfer rate periodiclns2019-12-25
* average rate calculationlns2019-12-25
* added ASAN supportlns2019-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
* let the user choose a filepath #2Toni Uhlig2019-12-23
* let the user choose a filepathToni Uhlig2019-12-23
* assert() is evil but fuck it, removed stupid codelns2019-12-23
* added Makefile help and DEBUG mode for CFLAGSlns2019-12-23
* added fn's for iterating over whole procfs and find pid's associated with the...Toni Uhlig2019-11-27
* limit the size of /proc/*/cmdline and max printable terminal len/width, impro...lns2019-11-26
* added nsleep() simple nanosleep funclns2019-11-26
* fixed (explicit signed) numeric casts and invalid enum namingToni Uhlig2019-11-25
* simple af terminal progressbar watches position of a fd of a filelns2019-11-17
* Merge branch 'master' of ssh://git.lan:/git/toolslns2019-11-13
|\
| * README updateToni Uhlig2019-11-11
| * removed obsolete textify toolToni Uhlig2019-11-11
| * Merge branch 'master' of ssh://git.lan:/git/toolsToni Uhlig2019-11-11
| |\
| * | progressbar remove targetsToni Uhlig2019-10-14
| * | Merge branch 'master' of ssh://git.lan:/git/toolsToni Uhlig2019-10-14
| |\ \
| * \ \ Merge branch 'master' of gitlab.com:lnslbrty/toolsToni Uhlig2019-09-14
| |\ \ \
| | * | | use INSTALL_BIN/INSTALL_DIR for OpenWrt build system compatToni Uhlig2019-03-19
* | | | | basic progressbar shows file position/max-sizelns2019-11-13
| |_|_|/ |/| | |
* | | | progressbar fd position extractionlns2019-11-11
| |_|/ |/| |
* | | renamed scrambler -> ascii85lns2019-10-14
* | | Merge branch 'master' of https://github.com/lnslbrty/toolslns2019-10-14
|\| |
| * | added progressbar for monitoring file stream position via procfsToni Uhlig2019-09-14
| |/
* | added textify Makefile targets and untextify featurelns2019-10-14
* | removed superfluous struct 1-byte alignlns2019-10-14
* | Merge branch 'master' of ssh://git.lan:/git/toolslns2019-10-14
|\|
| * getchar() returns int not charToni Uhlig2019-03-19
* | textify binary datalns2019-03-10
|/
* Merge branch 'master' of https://github.com/lnslbrty/toolslns2019-01-02
|\
| * scrambler optimisationsToni Uhlig2018-12-11
| * basic ascii85 encoder/decoderToni Uhlig2018-12-11
| * suidcmd: additional checks, error printingToni Uhlig2018-05-11
* | indentationlns2019-01-02
|/
* xdiff Makefile clean + unused lib dependsToni Uhlig2017-06-14
* x11 screen diffToni Uhlig2017-06-14
* - using uint64_t instead of time_t which is arch dependendToni Uhlig2017-06-13