История коммитов

Автор SHA1 Сообщение Дата
  Sergei Trofimovich b933da347e vfs/fish.c: removed unused variable 15 лет назад
  Andrew Borodin fb51cb8241 Use TTY function names instead of #define's. 15 лет назад
  Andrew Borodin f3730bdc41 Initial step to move TTY layer of MC to separate library. 15 лет назад
  Patrick Winnertz c313396a45 Ticket #1501 15 лет назад
  Sergei Trofimovich d54ea1e079 Ticket #1413 (overly quoted escaped pathnames) 15 лет назад
  Slava Zanko 33c0d6f022 Fixed segfault with fish operations 15 лет назад
  Slava Zanko 9ee5f318ab Ticket #1395 (Copying to fish is broken) 15 лет назад
  Andrew Borodin 68354273a3 Fixed includes. 15 лет назад
  Enrico Weigelt, metux IT service c7d04dd47a fixed several missing #include's 15 лет назад
  Slava Zanko f018970577 Renamed functions shell_escape (to strutils_shell_escape) and shell_unescape (to strutils_shell_unescape) 15 лет назад
  Slava Zanko 5f810602e0 Moved 'escape' and 'unescape' strings functions from src/util.[ch] into src/strescape.[ch] 15 лет назад
  Slava Zanko 1a899905bd Fix usage of shell_[un]escape functions. 15 лет назад
  Slava Zanko 2ebdf91079 Merge branch 'm-utf-8' 15 лет назад
  Sergei Trofimovich 3da14e7f8f Merge branch 'mc-4.6' 15 лет назад
  Sergei Trofimovich 027168ce3d fish: chgrp: trac:#336; do not add exceeding quotes (fixed by snizovtsev) 15 лет назад
  Slava Zanko 10b7bdb361 Project now build with: 15 лет назад
  Mikhail S. Pobolovets 1959b42fdc Merge branch '252_doxygen_desc_src' 15 лет назад
  Sergei Trofimovich 15c9878d15 Merge branch 'mc-4.6' 15 лет назад
  Mikhail S. Pobolovets 0a7899709b Simple doxygen description for files in vfs (not subdirs) directory. 15 лет назад
  Patrick Winnertz 0b0f8e6128 Revert "introduced new type SHELL_ESCAPED_STR for more type safety" 15 лет назад
  Patrick Winnertz 8b7e47d9cc Last bunch of reverts and removal of mhl/* 15 лет назад
  Patrick Winnertz f237a14635 Revert some functions (mhl_mem_free to g_free, etc) 15 лет назад
  Slava Zanko e54f318cef Completely removed MHL stuff 15 лет назад
  Patrick Winnertz 3b8f37b99e Moved some functions out of mhl into src/util.c 15 лет назад
  Patrick Winnertz d8aa8a3028 Forgot to remove some more .s strings and do a rename in order to prevent compiler warnings + added include 15 лет назад
  Patrick Winnertz 0450daf566 Removed type SHELL_ESCAPED_STR in favour of plain char* 15 лет назад
  Patrick Winnertz 589ffd0b10 Use g_snprintf instead of snprintf as we switch back to glib 15 лет назад
  Patrick Winnertz d84586ba82 Reverted the use of mhl_str_dup and use g_strdup instead. 15 лет назад
  Patrick Winnertz 1c287d798d First bunch of mhl_mem_free removal patches 15 лет назад
  Enrico Weigelt, metux IT service 035fa47c06 manually merged 228_replace_g_strdup 15 лет назад
  Enrico Weigelt, metux IT service 0434e3de5d manually merged 235_remove_g_snprintf 15 лет назад
  Enrico Weigelt, metux IT service e4a4f77ac2 replaced g_snprintf() by snprintf() 15 лет назад
  Sergei Trofimovich df4129517b Merge branch 'mc-4.6' 15 лет назад
  Enrico Weigelt, metux IT service f921cc40cd replaced calls to g_strdup() by mhl_str_dup() 15 лет назад
  Sergei Trofimovich c825c379c4 fish: cleanup: unboxed quoted strings when generate shell commands 15 лет назад
  Enrico Weigelt, metux IT service 90763ba82f introduced new type SHELL_ESCAPED_STR for more type safety 15 лет назад
  Mikhail S. Pobolovets dac78460c2 Port number in shell link can be specified now 15 лет назад
  Patrick Winnertz 7abcb66aba Merge branch 'mc-4.6' 15 лет назад
  Patrick Winnertz e1572aefd3 Remove embedded function and use instead the regex directly as we doesn't need 15 лет назад
  Sergei Trofimovich 8a12b5e187 fish: fixed forgotten '\\' special char in perl escaping 15 лет назад
  Sergei Trofimovich a8779af1aa fish: fixed handling of files with spaces, quotes, etc. 15 лет назад
  Sergei Trofimovich a944b8ca5b fish: partially fixed perl backend for FISH 15 лет назад
  Sergei Trofimovich 636b1ff16f fish: added handling for escaped characters 15 лет назад
  Sergei Trofimovich 3884370289 fish: one step closer to working state 15 лет назад
  Patrick Winnertz 05a2491681 Argh.. we need even more escaping since this runs in c which executes 15 лет назад
  Patrick Winnertz 61dee5baa3 Removed a % which I accidentially overviewed the first time 15 лет назад
  Patrick Winnertz 837aece56f Some fixes to the new fish get dirlisting code. One issue is remaining. 15 лет назад
  Patrick Winnertz b198432f06 Add some whitespace fixes which are also used to make symlinks work correctly 15 лет назад
  Patrick Winnertz 1667b696b7 Add new read dir stuff based on perl. 15 лет назад
  Patrick Winnertz 01ef2aaf80 Revert slavaz patch because this was something unrelated to not working links via fish. 15 лет назад