Commit Graph

  • 9e06a50eb8 Merge branch '4479_console_players' master Yury V. Zaytsev 2024-09-18 18:28:43 +0200
  • 0a3ea1f829 (str_crt_conv_from): handle INVALID_CONV. 3972_fix_illumos Andrew Borodin 2024-09-13 12:42:30 +0300
  • 6d21e16007 (str_nconvert_to_display, str_nconvert_to_input): handle invalid conversion. Andrew Borodin 2024-09-13 12:29:37 +0300
  • e5b7ca9502 tests: edit_complete_word_cmd - use UTF-8 as terminal encoding to avoid invalid conversions Yury V. Zaytsev 2024-09-13 10:45:20 +0200
  • 68fb135720 tests: vfs_path_string_convert - set terminal encoding to UTF-8 to avoid invalid conversions Yury V. Zaytsev 2024-09-13 10:29:42 +0200
  • 2a1f00fd09 charset: rename IBM866 to CP866 (common name for most systems) Yury V. Zaytsev 2024-09-13 10:18:11 +0200
  • bc6e4369df lib/path: clarify conditions for creating converters Yury V. Zaytsev 2024-09-13 09:26:53 +0200
  • 10ff5684fb tests: path_manipulations / path_serialize - use UTF-8 to prevent creation of invalid converters Yury V. Zaytsev 2024-09-13 09:25:44 +0200
  • b283a96139 (show_version): add output of uintmax_t size. 4572_cleanup Andrew Borodin 2024-09-12 15:20:38 +0300
  • 2832db5a44 lib/vfs/direntry.c: fix coding style. Andrew Borodin 2024-09-12 10:15:43 +0300
  • 79ee3d4263 lib/vfs/vfs.c: fix coding style. Andrew Borodin 2024-09-12 10:13:23 +0300
  • f6075fe791 (spell_dialog_spell_suggest_show): refactoring. Andrew Borodin 2024-09-12 09:51:39 +0300
  • 093fc152d5 tar: avoid need for base64_init and extra table. Andrew Borodin 2024-09-02 10:10:32 +0300
  • 0359c9be83 (tar_from_header): reword to avoid a cast to unsigned char. Andrew Borodin 2024-09-02 10:02:58 +0300
  • 2822e45dca tar: avoid casts in tar_checksum. Andrew Borodin 2024-09-01 14:09:07 +0300
  • 3abfb74b40 tar: prefer stoint to strtoul and variants. Andrew Borodin 2024-09-01 13:56:08 +0300
  • 9c061dcf0a src/vfs/tar/tar-xheader.c: indentation. Andrew Borodin 2024-09-01 13:55:25 +0300
  • 3a751cc5ba (blocking_factor, record_size): change type. Andrew Borodin 2024-09-01 12:54:11 +0300
  • e452b0793e configure.ac: default to GNU/Linux dev_t, ino_t, major_t, minor_t. Andrew Borodin 2024-09-01 12:43:27 +0300
  • 74b4ba1e79 tar: avoid strtoul(). Andrew Borodin 2024-09-01 12:32:59 +0300
  • e5d60e11a6 (tar_from_header): ckd_mul() and ckd_add() rather than doing it by hand. Andrew Borodin 2024-09-01 12:23:41 +0300
  • 25d21b1d11 (pax_decode_header): use SIZE_MAX. Andrew Borodin 2024-09-01 12:19:35 +0300
  • b1e9689687 (tar_from_header): minor width cleanup. Andrew Borodin 2024-09-01 11:56:38 +0300
  • 03587bc4cf tar: include stdckdint.h via tar-internal.h. Andrew Borodin 2024-09-01 15:05:49 +0300
  • 76f464c6c9 src/vrs/tar/tar-sparse.c: prefer stdckdint.h to intprops.h. Andrew Borodin 2024-08-31 13:59:58 +0300
  • 2eefc9144d (tar_read_header): simplify read_header overflow checking. Andrew Borodin 2024-08-31 13:49:04 +0300
  • cfe51928df (tar_xheader_read): cleaner overflow checking. Andrew Borodin 2024-08-31 13:43:17 +0300
  • 4771b81f39 (from_header): use ckd_mul(). Andrew Borodin 2024-08-31 13:35:26 +0300
  • b92ce8c9f9 src/vfs/tar/tar-internal.c: clarify includes. Andrew Borodin 2024-08-31 11:15:36 +0300
  • d621e4ca34 Add some files and code rom Gnulib as preparation to TAR updates. Andrew Borodin 2024-08-31 11:09:10 +0300
  • 6d523f638c tests: path_cmp - fix terminal encoding for recoded path comparison to work Yury V. Zaytsev 2024-09-12 07:55:18 +0200
  • 2099bdfa84 tests: path_len - fix terminal encoding, now tests should pass Yury V. Zaytsev 2024-09-11 19:35:11 +0200
  • cfb3791898 tests: path_len - fix assertions, now test should fail Yury V. Zaytsev 2024-09-11 19:34:38 +0200
  • c84a13da5c extfs helpers: remove usage of `local`, instead use subshell to isolate variables Yury V. Zaytsev 2024-09-11 19:38:11 +0200
  • c4a29da290 Ticket #3972: fix test harness on Illumos by resolving shellcheck warnings Yury V. Zaytsev 2024-09-11 19:32:43 +0200
  • ce6676d1d9
    Merge e2d7ee06bc into 84af354d2a #183 Anatoly Y. 2024-09-11 14:25:14 +0200
  • 50976cec62 shell: replace `which` with `command -v` for speed and POSIX compatibility Yury V. Zaytsev 2024-09-11 08:45:25 +0200
  • 572312bd88 Ticket #4479: prioritize console players for audio/video and images Yury V. Zaytsev 2024-09-10 10:00:28 +0200
  • 20fd4ba87e
    Merge ae85c91fe1 into 84af354d2a #205 Dmitry Atamanov 2024-09-06 22:59:39 +0300
  • f1e9823686
    Merge 89e50e6ec5 into 84af354d2a #199 slowpeek 2024-09-06 22:59:19 +0300
  • e2b833e114
    Merge 97c804964d into 84af354d2a #138 Viktor Szépe 2024-09-06 22:55:47 +0300
  • a5ddc50a63
    Merge afa9fce76e into 84af354d2a #200 slowpeek 2024-09-06 23:45:50 +0600
  • 5dd044bf02
    Merge ceee0b09fe into 84af354d2a #151 Alex Bodnaru 2024-09-06 13:06:13 +0200
  • 11cdf6dcb9 Fix typos/improve grammar in charsets.c / strutil.h Yury V. Zaytsev 2024-09-06 09:55:26 +0200
  • 84af354d2a Merge branch '4583_mc_ext_ini_fix' Yury V. Zaytsev 2024-09-05 17:58:36 +0200
  • 92f56dc679 Ticket #4583: Fix a typo for apt view command line. Andrey Semashev 2024-09-05 00:32:32 +0300
  • e2e8ad3566
    Fix a typo for apt view command line. #206 Andrey Semashev 2024-09-05 00:32:32 +0300
  • 7a3a763f0e Merge branch '4575_mc-wrapper-2' Yury V. Zaytsev 2024-09-03 07:40:01 +0200
  • d081bc68aa main: remove `O_EXCL` for wd-file since creation is now managed by wrapper Yury V. Zaytsev 2024-09-02 16:51:17 +0200
  • a3ce493ae2 vfs: fix tempdir path building to account for trailing slash on macOS Yury V. Zaytsev 2024-08-29 12:13:40 +0200
  • e2d96fa802 Ticket #4575: adjust mc-wrapper to fit changes in #4535. Yury V. Zaytsev 2024-09-01 12:01:37 +0200
  • fe199bb3e0
    Merge 199d03d8f6 into 242c413d80 #160 Ing. Jaroslav Šafka 2024-08-31 08:42:53 +0800
  • 5a7849884b
    Merge 6fedaccd03 into 242c413d80 #193 David Martin 2024-08-31 08:42:53 +0800
  • 6744f48afe src/filemanager/filenot.c: remove useless code. Andrew Borodin 2024-08-25 17:30:30 +0300
  • fe939b6759 (mc_tmpdir): reduce variable scope. Andrew Borodin 2024-08-25 10:35:24 +0300
  • aec6185211 (create_sequence): reduce variable scope, trivial refactoring. Andrew Borodin 2024-08-10 10:03:50 +0300
  • 4923cc1147 Refactoring of file and directory delete routines. Andrew Borodin 2024-07-28 16:04:18 +0300
  • cb1a5c2725 src/strutil/xstrtol.c: sync with gnulib. Andrew Borodin 2024-07-21 17:21:59 +0300
  • 60b38e09d2 (user_menu_cmd): port to GPtrArray. Andrew Borodin 2024-07-21 17:39:39 +0300
  • bd934d22a2 (extract_line): optionally return the lengh of the line. Andrew Borodin 2024-06-30 12:49:56 +0300
  • 9a1593473e (user_menu_cmd): refactoring. Andrew Borodin 2024-06-30 12:15:02 +0300
  • d323523533 (user_file_menu_cmd): move to src/usermenu.h and make inline. Andrew Borodin 2024-06-30 12:26:26 +0300
  • 763340ca61 (tr_utf8_search_{first,last}): minor refactoring. Andrew Borodin 2024-06-12 09:12:51 +0300
  • 7ca86ac577 (str_utf8_make_make_term_form): call strlen() one time. Andrew Borodin 2024-06-12 09:11:57 +0300
  • 2954e25eec strutils: don't call strlen() in MIN() macro. Andrew Borodin 2024-06-12 09:07:17 +0300
  • 0b84ef8e31 (str_verscmp): glibification. Andrew Borodin 2024-06-12 09:04:25 +0300
  • 3392a76204 (filevercmp): make inline. Andrew Borodin 2024-06-12 07:30:23 +0300
  • d10440f49f lib/vfs/interface.c: add missed INDENT-ON, indentation. Andrew Borodin 2024-08-25 10:34:00 +0300
  • 4fd804ff8e maint/utils/update-years.sh: add tests/src/vfs/extfs/helpers-list/test_all. Andrew Borodin 2024-08-10 20:51:31 +0300
  • 79b8a53694 Ticket #4572: code clean up before 4.8.33 release. Andrew Borodin 2024-08-10 10:12:54 +0300
  • 099c9c5df5 mock my_execvp 4170_github_ci Yury V. Zaytsev 2024-08-30 10:28:02 +0200
  • 3fb4393b0a WIP: tests Yury V. Zaytsev 2024-07-28 18:50:55 +0200
  • eb000f96fa extfs: use numeric (0/0) root user uid/gid in helpers instead of root/root Yury V. Zaytsev 2024-08-29 20:34:12 +0200
  • 9bbde9a427 vfs: fix tempdir path building to account for trailing slash on macOS Yury V. Zaytsev 2024-08-29 12:13:40 +0200
  • 98a0f4e74e tests: don't free after `ck_abort_msg` as it's marked no-return Yury V. Zaytsev 2024-08-30 10:19:47 +0200
  • e601e025e1 tests: fix `-Wmissing-variable-declarations` warnings in vfs tests Yury V. Zaytsev 2024-08-29 16:50:24 +0200
  • d9c7bae3d0 tests: fix `-Wmissing-variable-declarations` warnings in filevercmp Yury V. Zaytsev 2024-08-28 18:31:50 +0200
  • da88e65346 Ticket #4170: implement CI via GitHub Actions Yury V. Zaytsev 2024-06-01 18:02:06 +0200
  • 242c413d80 Merge branch '4580_mcedit_segfault' Andrew Borodin 2024-08-29 21:52:45 +0300
  • 66bfefbf1a Ticket #4580: mceditor: segfault on new file creation. Gabriel Vlasiu 2024-08-29 21:03:08 +0300
  • a5ef01660b Ticket #4572: code cleanup before 4.8.33 release Dmitry Atamanov 2024-08-22 21:02:51 +0500
  • 876555035a Ticket #4576: fix visual glitches by avoiding `g_module_close` on `NULL` while loading `libaspell` #168 Yury V. Zaytsev 2024-08-25 13:21:00 +0200
  • ac4305dde4 Update translations from Transifex 4.8.32 Yury V. Zaytsev 2024-08-23 19:22:35 +0200
  • ae85c91fe1 Add shtml to mc.ext.ini #205 Dmitry Atamanov 2024-08-22 21:02:51 +0500
  • 5e64cc637f (file_op_context_create_ui): apply callback to the "Abort" button Andrew Borodin 2024-08-20 21:59:43 +0300
  • ad96349c91 x11: fix `-Wdeprecated-declarations` for `g_module_build_path` Yury V. Zaytsev 2024-08-09 07:31:04 +0200
  • 61267796e2 Merge branch '4567_xorriso_tests' Andrew Borodin 2024-08-12 21:00:44 +0300
  • e52e11c4e7 Update doc/NEWS. Andrew Borodin 2024-08-12 20:59:54 +0300
  • 2971db6226 Ticket #4567: Test fails in iso9660.xorriso in 4.8.32-pre1. slowpeek 2024-08-09 16:50:27 +0300
  • 247803fc7e Ticket #4567: Test fails in iso9660.xorriso in 4.8.32-pre1 #204 slowpeek 2024-08-09 16:50:27 +0300
  • fdcefc9423 Update doc/NEWS file 4.8.32-pre1 Yury V. Zaytsev 2024-08-08 10:20:10 +0200
  • d8e5b2cdbb Update hints translations from Transifex Yury V. Zaytsev 2024-08-08 10:14:05 +0200
  • 5c721a8d3f Update translations from Transifex Yury V. Zaytsev 2024-08-08 10:04:52 +0200
  • 2872606832 Regenerate POT-file on master Yury V. Zaytsev 2024-08-08 10:04:43 +0200
  • c249980ed3 subshell: ensure compatibility with fish 3.8 Johannes Altmanninger 2024-08-07 09:50:28 +0200
  • b921ad32fc Merge branch '3960_remove_mmap' Yury V. Zaytsev 2024-08-02 07:40:12 +0200
  • d8a9a8d7ce doc: update bundeled docs, remove obsolete advice Yury V. Zaytsev 2024-08-01 11:33:13 +0200
  • a73e4818e0 doc: remove obsolete MAINTAINERS file Yury V. Zaytsev 2024-08-01 10:50:52 +0200
  • 9bd9284cd8 doc: remove obsolete MIRRORS.txt file Yury V. Zaytsev 2024-08-01 10:49:53 +0200
  • 2b0500b652 docs: remove obsolete QNX documentation Yury V. Zaytsev 2024-08-01 10:44:46 +0200