1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected about 3 years ago.
Jan 16, 2021 — Jan 16, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pot and po update
Andy Alt
as andy5995
More... about 3 years ago
replace puts("") with putchar('\n')
Andy Alt
as andy5995
More... about 3 years ago
meson.build:don't require curses or menu; c-cpp.yml:add test for FreeBSD (#331) More... about 3 years ago
migrate to canfigger v0.2.0
Andy Alt
as andy5995
More... about 3 years ago
parse_cli_options:move some defs from the h to the c
Andy Alt
as andy5995
More... about 3 years ago
removed '-e' command line option ('--empty' option not affected)
Andy Alt
as andy5995
More... about 3 years ago
handle error if realize_str() returns non-zero
Andy Alt
as andy5995
More... about 3 years ago
add canfigger as submodule, code maintenance... More... about 3 years ago
workflows:only test master or pull requests
Andy Alt
as andy5995
More... about 3 years ago
use variables with string literals for cli options (#328) More... about 3 years ago
c-cpp.yml:install valgrind when testing with gcc11
Andy Alt
as andy5995
More... about 3 years ago
codeql-analysis:ignore c-cpp.yml changes
Andy Alt
as andy5995
More... about 3 years ago
reduce jobs in the mastrix (only test on ubuntu-latest, replace gcc10 with 9)
Andy Alt
as andy5995
More... about 3 years ago
update canfigger library
Andy Alt
as andy5995
More... about 3 years ago
trashinfo:replace literal str (Path=) with already existing var
Andy Alt
as andy5995
More... about 3 years ago
match *some* types to prevent pedantic warnings when -Wconversion is used
Andy Alt
as andy5995
More... about 3 years ago
meson.build:add '-Wstrict-overflow=5'
Andy Alt
as andy5995
More... about 3 years ago
add '-Wshadow' to cc flags and fix related warnings
Andy Alt
as andy5995
More... about 3 years ago
config_rmw.c/print_config:use "FILE * restrict" for function arg
Andy Alt
as andy5995
More... about 3 years ago
reformat (indent -ci2 -bl -bli0 -nut)
Andy Alt
as andy5995
More... about 3 years ago
initialize st_trashinfo_template with constants only
Andy Alt
as andy5995
More... about 3 years ago
utils_rmw.c/human_readable_size(): don't cast off_t size to short
Andy Alt
as andy5995
More... about 3 years ago
fix some buffer checking (implement sn_check()) (#325) More... about 3 years ago
meson.build:change warning_level from 2 to 3
Andy Alt
as andy5995
More... about 3 years ago
utils_rmw.c:add comment about fopen() to exists() [skip ci]
Andy Alt
as andy5995
More... about 3 years ago
purging_rmw.c:use fchmod instead chmod to prevent TOCTOU... (#326) More... about 3 years ago
test_restore.sh:test for directory (don't be stupid)
Andy Alt
as andy5995
More... about 3 years ago
c-cpp.yml:specify path for ignored yml file
Andy Alt
as andy5995
More... about 3 years ago
c-cpp.yml:Don't run tests from this workflow if only codeql-analysis.yml has been changed
Andy Alt
as andy5995
More... about 3 years ago
codeql:change cron schedule to monthly
Andy Alt
as andy5995
More... about 3 years ago