mc/src
Slava Zanko 575f996e0d Ticket #1748: lzma archives with .tlz extention are not recognized as archives
Attempting to open a .tlz lzma archive fails - error 'xxx.tlz doesn't look like a tar archive'.
If the file is renamed to .tar.lzma, it is opened without problems.

Fix issue: add recognize of '.tlz' extention.

Refactoring: avoid calls of strlen() function

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-10-28 13:00:37 +02:00
..
filehighlight Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
mcconfig branch-outside patch: Fix return value of function mc_config_normalize_before_save() 2009-10-21 20:13:00 +00:00
search Fixed segfault in search in editor and viewer. 2009-09-26 00:27:45 +03:00
skin Ticket #1667: Hardcoded colours 2009-10-24 16:42:04 +03:00
tty Show actual shortcuts in editor menu. 2009-10-26 16:15:32 +03:00
viewer Some refactoring. 2009-10-26 16:15:31 +03:00
.gitignore
achown.c Base support of skins. 2009-09-18 11:49:44 +03:00
achown.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
args.c Added --keymap command line option 2009-09-29 17:42:34 +00:00
args.h Added --keymap command line option 2009-09-29 17:42:34 +00:00
background.c Fixed problems: 2009-10-28 12:05:07 +02:00
background.h Fixed problems: 2009-10-28 12:05:07 +02:00
boxes.c Fixed problems: 2009-10-28 12:05:07 +02:00
boxes.h Added handlers for panel sort keybind actions. 2009-10-06 10:18:54 +03:00
charsets.c Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
charsets.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
chmod.c Base support of skins. 2009-09-18 11:49:44 +03:00
chmod.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
chown.c Base support of skins. 2009-09-18 11:49:44 +03:00
chown.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
cmd.c Implemented default actual shortcuts for main menu. 2009-10-26 16:15:31 +03:00
cmd.h Implemented default actual shortcuts for main menu. 2009-10-26 16:15:31 +03:00
cmddef.h Implemented default actual shortcuts for main menu. 2009-10-26 16:15:31 +03:00
command.c Ticket #1680: Allow 'exit' command on non-local filesystems. 2009-10-07 12:24:40 +03:00
command.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
complete.c New functions. 2009-08-12 21:23:12 +04:00
cons.handler.c Base support of skins. 2009-09-18 11:49:44 +03:00
cons.saver.c Reorganization of key and window management functions. 2009-08-12 21:23:12 +04:00
cons.saver.h Reorganization of key and window management functions. 2009-08-12 21:23:12 +04:00
dialog.c Implemented display of actual shortcuts in main menu. 2009-10-26 16:15:31 +03:00
dialog.h Implemented display of actual shortcuts in main menu. 2009-10-26 16:15:31 +03:00
dir.c Some changes for better toggle sort types of panel. 2009-10-06 10:18:53 +03:00
dir.h Remove unneded code 2009-10-06 10:18:54 +03:00
ecs-test.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
ecs.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
ecs.h vfs/gc.c src/widget.c: removed unneeded #include's. 2009-06-18 21:07:10 +04:00
execute.c Moved do_possible_cd() function from main.c to execute.c. 2009-08-12 21:23:55 +04:00
execute.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
ext.c Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
ext.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
file.c Fixed problems: 2009-10-28 12:05:07 +02:00
file.h Fixed calculation of Copy/Move dialog width. 2009-10-16 13:07:30 +04:00
filegui.c Fixed problems: 2009-10-28 12:05:07 +02:00
filegui.h Fixed calculation of Copy/Move dialog width. 2009-10-16 13:07:30 +04:00
fileloc.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
filenot.c fixed several missing #include's 2009-06-18 21:02:29 +04:00
fileopctx.c Merge branch 'm-utf-8' 2009-05-07 13:01:01 +03:00
fileopctx.h Fixed problems: 2009-10-28 12:05:07 +02:00
find.c Ticket #1662: keep empty 'Content:' field in 'Find File' dialog. 2009-10-06 21:20:26 +04:00
find.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
fs.h further include file fixups 2009-06-18 21:02:29 +04:00
fsusage.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
fsusage.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
glibcompat.c Ticket #1627: glib macros fix. 2009-10-27 11:42:19 +02:00
glibcompat.h * Added g_unichar_iszerowidth() and g_file_set_contents() functions for 2009-10-24 15:21:34 +00:00
global.h Ticket #380: About colors schemes (reopened ticket) 2009-09-28 20:54:20 +03:00
help.c More usage of gettext context. 2009-10-23 18:50:13 +04:00
help.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
history.h Ticket #1460 (shared search history) 2009-08-05 14:30:08 +00:00
hotlist.c * Added g_unichar_iszerowidth() and g_file_set_contents() functions for 2009-10-24 15:21:34 +00:00
hotlist.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
info.c Base support of skins. 2009-09-18 11:49:44 +03:00
info.h Call menu using mouse for all panel types. 2009-09-14 15:11:59 +04:00
keybind.c Ticket #1724 (fix for mc.keymap) 2009-10-26 21:29:39 +00:00
keybind.h Implemented display of actual shortcuts in main menu. 2009-10-26 16:15:31 +03:00
layout.c Ticket #38: fixed saving other_dir path into panels.ini. 2009-10-05 13:09:41 +04:00
layout.h Ticket #38: fixed saving other_dir path into panels.ini. 2009-10-05 13:09:41 +04:00
learn.c Ticket #1532: Key configuration doesn't save properly 2009-10-15 14:58:47 +03:00
learn.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
listmode.c Ticket #1451: fixed placement of choose encoding dialog window. 2009-10-15 11:40:30 +04:00
listmode.h Some fixups with wrongly highlighted words 2009-02-10 16:07:59 +02:00
logging.c Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
logging.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
main-widgets.h Ticket #1563: Modified menu engine to create and modify menu dynamically. 2009-10-26 16:15:31 +03:00
main.c Implemented default actual shortcuts for main menu. 2009-10-26 16:15:31 +03:00
main.h Add support for multi-hotkeys in editor (like a ctrl-x,t). 2009-10-26 16:15:31 +03:00
Makefile.am Ticket #1649: Prepare for prerelease mc-4.7.0-pre3 (code cleanup) 2009-10-01 16:14:32 +03:00
man2hlp.c * Added g_unichar_iszerowidth() and g_file_set_contents() functions for 2009-10-24 15:21:34 +00:00
menu.c Implemented display of actual shortcuts in main menu. 2009-10-26 16:15:31 +03:00
menu.h Implemented display of actual shortcuts in main menu. 2009-10-26 16:15:31 +03:00
mfmt.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
mountlist.c Merge branch '252_doxygen_desc_src' 2009-04-16 08:26:52 +03:00
mountlist.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
option.c Ticket #268 (Allow using SI-based size prefixes) 2009-08-17 11:14:59 +00:00
option.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
panel.h Ticket #1715: Sort types: duplicate of i18n strings 2009-10-26 12:08:12 +02:00
panelize.c Base support of skins. 2009-09-18 11:49:44 +03:00
panelize.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
pipethrough.3
pipethrough.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
pipethrough.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
screen.c Show actual shortcuts in editor menu. 2009-10-26 16:15:32 +03:00
selcodepage.c Ticket #1451: fixed placement of choose encoding dialog window. 2009-10-15 11:40:30 +04:00
selcodepage.h Ticket #1451: fixed placement of choose encoding dialog window. 2009-10-15 11:40:30 +04:00
setup.c Ticket #119: Persistent global configuration option for "Preserve attributes" wanted 2009-10-27 23:20:48 +02:00
setup.h Ticket #119: Persistent global configuration option for "Preserve attributes" wanted 2009-10-27 23:20:48 +02:00
strescape.c Ticket #1545: Don't escape tilde on cmdline, this is not necessary. 2009-08-19 22:10:33 +02:00
strescape.h src/strescape.{c,h}: sanitized fn proto to keep in sync with rest of code 2009-07-17 12:00:02 +03:00
strutil8bit.c 8bit: convert properly nonascii signed chars in panel and viewer (#360) 2009-05-21 00:49:01 +03:00
strutil.c Added IBM866 locale to the list of 8-bit locales. 2009-09-21 16:43:08 +04:00
strutil.h Project builds with option --disable-charsets 2009-05-07 12:20:34 +03:00
strutilascii.c Added functions to convert GError messages (which are in UTF-8 charset) 2009-04-29 20:08:33 +04:00
strutilutf8.c Added functions to convert GError messages (which are in UTF-8 charset) 2009-04-29 20:08:33 +04:00
subshell.c Ticket #213 [mc-ru-fork] patch for fix bug 'The shell is already running a command' 2009-10-16 14:47:27 +03:00
subshell.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
textconf.c Ticket #390: remove own 'libpopt' stuff. 2009-09-02 14:32:32 +03:00
textconf.h Ticket #390: remove own 'libpopt' stuff. 2009-09-02 14:32:32 +03:00
timefmt.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
tree.c More usage of gettext context. 2009-10-23 18:50:13 +04:00
tree.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
treestore.c Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
treestore.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
unixcompat.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
user.c Ticket #1451: fixed placement of choose encoding dialog window. 2009-10-15 11:40:30 +04:00
user.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
util.c Ticket #1748: lzma archives with .tlz extention are not recognized as archives 2009-10-28 13:00:37 +02:00
util.h Ticket #1617: Fixed saving filepos file 2009-10-26 11:40:00 +02:00
utilunix.c Ticket #1475: warningis fix 2009-08-06 16:20:28 +03:00
vfsdummy.h vfs/gc.c src/widget.c: removed unneeded #include's. 2009-06-18 21:07:10 +04:00
widget.c Some refactoring. 2009-10-26 16:15:31 +03:00
widget.h Ticked #1552: fixed non-standard button location in dialogs. 2009-09-15 11:36:09 +04:00
wtools.c Ticket #1451: fixed placement of choose encoding dialog window. 2009-10-15 11:40:30 +04:00
wtools.h Ticket #1451: fixed placement of choose encoding dialog window. 2009-10-15 11:40:30 +04:00