summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-09-03Version v0.12.1-betav0.12.1-betaxaizek
2022-09-03Update NEWS file for v0.12.1 betaxaizek
2022-09-03Merge branch 'more-sa-fixes'xaizek
2022-09-03Fix checking version of GNU coreutils at buildtimexaizek
2022-09-03Explain weird-looking NULL check in reload_list()xaizek
2022-09-03Fix bit shifts in BIT() macroxaizek
2022-09-03Drop always true condition in ui/ui.c:split_view()xaizek
2022-09-03Remove more dead code in attr_dialog_*.cxaizek
2022-09-03Use const strings in set_perm_string()xaizek
2022-09-03Remove always false condition in cmds:parse_tail()xaizek
2022-09-03Remove always true condition from reallocarray()xaizek
2022-09-03Use if-else in args.c:process_ipc_args()xaizek
2022-09-03Merge branch 'sa-fixes'xaizek
2022-09-03Fix potential NULL dereference in ops.c:op_cp()xaizek
2022-09-02Handle more memory allocation failuresxaizek
2022-09-02Fix memory leak from bar in progress dialogxaizek
2022-09-02Fix eval hack that works around command len limitxaizek
2022-09-02Cleanup engine/completion to get better codexaizek
2022-09-02Handle strdup() returning NULL in engine/cmds.cxaizek
2022-09-02Remove dead assignment in find_view_macro()xaizek
2022-09-01Stash selection if cl fails due to non-symlinkxaizek
2022-09-01Fix off-by-one error in pick_out_decoration()xaizek
2022-09-01Remove one dead-code line in attr_dialog_nix.cxaizek
2022-09-01Remove weird NULL check from get_view_data()xaizek
2022-09-01Explicitly ignore get_bool result in load_filtersxaizek
2022-09-01Initialize some stack vars in launch_external()xaizek
2022-09-01Initialize argvp in engine/cmds.c:init_cmd_info()xaizek
2022-09-01Fix potential overflow in ui/tabs.c:clone_view()xaizek
2022-09-01Fix buffer overflow on too long program argumentxaizek
2022-09-01Make register_assoc() don't leak on errorxaizek
2022-09-01Improve ts reading from legacy vifminfoxaizek
2022-08-30Merge branch 'fixes'xaizek
2022-08-30Fix possible use after free in media menuxaizek
2022-08-30Regenerate config.h on Windows on Makefile changesxaizek
2022-08-30Move Windows-specific defines to config.hxaizek
2022-08-30Undefine more env variables before running testsxaizek
2022-08-29Merge branch 'openbsd-fixes'xaizek
2022-08-29Make one utils/regexp.c test more portablexaizek
2022-08-29Make one utils/matcher test more portablexaizek
2022-08-28Work around atime not being preserved on copyxaizek
2022-08-28More readable fileops/generic.c:perform_merge()xaizek
2022-08-28Work around OpenBSD's ports mocking `chown`xaizek
2022-08-28Disable one chmod test based on a runtime testxaizek
2022-08-28Improve clang detection in tests/Makefilexaizek
2022-08-28Rely on defines from config.h in tests/Makefilexaizek
2022-08-28Make tests don't depend on $TERM existingxaizek
2022-08-28Add "TESTS_" prefix to 2 extvars in tests/Makefilexaizek
2022-08-28Install Default-256.vifm as a sample color schemexaizek
2022-08-28Fix processing of extended keys on OpenBSDxaizek
2022-08-27Add parenthesis to a macro in fops_chown()xaizek