Age | Commit message (Expand) | Author | Files | Lines |
2024-02-26 | release 1.28.1v1.28.1 | raveit65 | 3 | -2/+6 |
2024-02-26 | Distribute Meson build system | raveit65 | 1 | -0/+15 |
2024-02-21 | release 1.28.0v1.28.0 | raveit65 | 3 | -2/+19 |
2024-02-21 | tx: sync with transifex | raveit65 | 205 | -47951/+46142 |
2024-02-04 | Use unar instead of cpio for CPIO archives | Colomban Wendling | 2 | -3/+4 |
2024-02-01 | Add correct jar mime type | noeppi_noeppi | 1 | -1/+1 |
2024-02-01 | Fix double URI escaping | Colomban Wendling | 1 | -7/+13 |
2024-02-01 | Escapes a string for use in a URI. replace special "# and ?" characters in uri | zhuyaliang | 1 | -3/+9 |
2024-01-31 | rar: Actually accept unrar-free as the executable name | Colomban Wendling | 1 | -20/+30 |
2024-01-31 | rar: Add support for unrar-free | Colomban Wendling | 2 | -10/+30 |
2024-01-31 | rar: Fix out of bounds read on malformed output | Colomban Wendling | 1 | -18/+25 |
2024-01-31 | rar: Simplify and merge duplicate code | Colomban Wendling | 1 | -20/+4 |
2024-01-31 | zip: Fix crashes on buggy zip output | Colomban Wendling | 1 | -1/+12 |
2024-01-25 | 7z: Fix accepting RAR archives when unar-open-zip=true | Colomban Wendling | 1 | -1/+1 |
2024-01-22 | ci: use ubuntu jammy docker | raveit65 | 1 | -1/+1 |
2023-12-20 | tx: update *.pot files | raveit65 | 2 | -3/+3 |
2023-12-20 | correct translation string | raveit65 | 1 | -1/+1 |
2023-10-03 | Fix Segfault on opening .deb files after recent Debian Unstable updates | zhuyaliang | 1 | -0/+4 |
2023-09-15 | tx: fix warning in Japanese translations | raveit65 | 2 | -384/+354 |
2023-08-31 | tx: update resources | raveit65 | 2 | -338/+310 |
2023-08-22 | release 1.27.1v1.27.1 | raveit65 | 3 | -2/+36 |
2023-08-22 | tx: pull with transifex | raveit65 | 206 | -758/+898 |
2023-08-11 | Check if the remaining disk space is sufficient when add extract | zhuyaliang | 1 | -0/+42 |
2023-07-24 | priority useing get_mime_type_from_filename to obtain mime type | zhuyaliang | 1 | -10/+0 |
2023-06-15 | Fix MIME detection logic from #490 | Colomban Wendling | 1 | -2/+8 |
2023-06-14 | Update to change the fallback and fix gzip issue | Toyeesh Sinha | 3 | -6/+6 |
2023-06-14 | Fixed libmagic bug | Toyeesh Sinha | 1 | -1/+6 |
2023-05-29 | Add "Extract to subdirectory" option | xmusjackson | 7 | -23/+74 |
2023-05-23 | Add meson compilation support | zhuyaliang | 12 | -0/+583 |
2023-05-15 | Set the current folder of the file chooser dialog using a local file name | zhuyaliang | 1 | -1/+7 |
2023-05-14 | Fix failure to extract multiple files | zhuyaliang | 1 | -0/+3 |
2023-05-13 | Uniform file chooser dialog margin size | zhuyaliang | 1 | -1/+0 |
2023-05-13 | Archive do not track symbolic link | zhuyaliang | 2 | -9/+18 |
2023-05-13 | Fix failed restore of saved sessions | zhuyaliang | 1 | -1/+1 |
2023-05-10 | Add MIME aliases for gzip and bzip2 | Guido Berhoerster | 1 | -1/+1 |
2023-05-09 | Replace deprecated functions and fix compilation warnings | zhuyaliang | 9 | -694/+1676 |
2023-04-23 | command-7z: Add new 7-zip(7zz and 7zzs) project support | zhuyaliang | 3 | -17/+33 |
2023-04-21 | file-utils: Include <strings.h> for strcasecmp | Florian Weimer | 1 | -0/+1 |
2023-04-21 | action: Delete unused sort_by_entries code | zhuyaliang | 5 | -68/+0 |
2023-04-15 | fr-process: fix memory leak | rbuj | 1 | -26/+9 |
2023-04-07 | UI: Remove useless code and file | zhuyaliang | 5 | -25/+0 |
2023-04-05 | Fix icon missing when compressing files with the right mouse button | zhuyaliang | 1 | -1/+6 |
2023-04-05 | Extract: add the function of automatically closing the dialog box after decom... | zhuyaliang | 6 | -0/+58 |
2023-03-22 | zstd: support both old and new mime type | Đoàn Trần Công Danh | 5 | -55/+18 |
2023-03-22 | fr-command-rar: Parameter 'line' can be declared with const | rbuj | 1 | -1/+1 |
2023-03-22 | Fix archive file save as function | zhuyaliang | 4 | -3/+22 |
2023-03-22 | glib-utils: redundant condition | rbuj | 1 | -1/+1 |
2023-03-21 | fix: Encrypted documents in all formats cannot be successfully pasted to the ... | jishengjie | 1 | -2/+7 |
2023-03-21 | fix: Encrypted documents in. 7z format cannot delete locked files and folders | jishengjie | 3 | -1/+45 |
2023-03-16 | fr-window: fix -Wincompatible-pointer-types warning | rbuj | 1 | -1/+1 |