Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-18cache iconv opensiconvelfmz
2020-10-18fix macoselfmz
2020-10-18fix crashelfmz
2020-10-18initialelfmz
2020-10-17Merge pull request #799 from singalen/editor_symbol_macelfmz
2020-10-17Merge pull request #800 from unxed/colorer_scheme_select_fixelfmz
2020-10-17commented out unneeded double push in colorer scheme selection menuunxed
2020-10-16#796: Opening editor terminates far2l (symbol not found). Couple of warnings ...Victor Sergienko
2020-10-15colorer: fix issue in logic of line length limit application that caused too ...elfmz
2020-10-15Merge branch 'master' of https://github.com/elfmz/far2lelfmz
2020-10-15mention color scheme importing tool by unxed (touch #791)elfmz
2020-10-15Merge pull request #793 from unxed/vt_fix_background_brightnesselfmz
2020-10-15VT: fix Shift+Home/End in some apps - extraelfmz
2020-10-15fix wrong operator usageunxed
2020-10-15fix background color brightness support in internal VTEunxed
2020-10-14VT: fix Shift+Home/End in some apps (close #786)elfmz
2020-10-12fix deleting to recycle bin of files with escaping-needed characters (close #...elfmz
2020-10-11Get rid of minizip (close #779) (#781)elfmz
2020-10-11Merge branch 'master' of https://github.com/elfmz/far2lelfmz
2020-10-11minor fixes..elfmz
2020-10-11another workaround for missing libfmt (touch #777)elfmz
2020-10-11correct commandline for arj, use libarch for lzh extractionelfmz
2020-10-11fix error fprintf argselfmz
2020-10-11assume ACP for PackVer>=20 instead of >20elfmz
2020-10-11use detected codepage instead of OEM for zip workaroundselfmz
2020-10-11Merge pull request #778 from elfmz/improving-libarchelfmz
2020-10-11Merge branch 'master' of https://github.com/elfmz/far2l into improving-libarchelfmz
2020-10-11dont use OEM workaround for zip -d if some chars of command not representable...elfmz
2020-10-11deduce ANSI codepage from current locale as OEMelfmz
2020-10-11support creating password-protected ZIP archiveselfmz
2020-10-11revert useless changeselfmz
2020-10-11fix error when opening empty archiveselfmz
2020-10-11dont print archiver command line if it contains archive passwordelfmz
2020-10-11dont apply gzip filter for formats that not using itelfmz
2020-10-10show verbose error if password specified while used libarchive doesnt support...elfmz
2020-10-10remove some dbg logselfmz
2020-10-10use double-dash separator for other libarch-based formatselfmz
2020-10-10add %%T into helpelfmz
2020-10-10use libarchive for zip by default only from version 3.2.0elfmz
2020-10-10fixing...elfmz
2020-10-10zip: use libarch by default, pass codepage via command lineelfmz
2020-10-10use zip/unzip codepage workarounds only if normal invokation failed (fix #776)elfmz
2020-10-09fix buildelfmz
2020-10-09set codepage according to current locale, add passprhase callbackelfmz
2020-10-08fix detecting RAR5 SFX header by increasing default PluginMaxReadData from 12...elfmz
2020-10-08fix rar5.0 signature detection (close #773)elfmz
2020-10-07fix commands exit code broken by last commitelfmz
2020-10-07Merge pull request #772 from elfmz/esc-app-for-markerselfmz
2020-10-06VT: use custom Application Protocol ESC sequence instead of dedicated markers...elfmz
2020-10-06multiarc/libarchive: fallback to archive_entry_pathname if archive_entry_path...elfmz