Commit History

Author SHA1 Message Date
  Slava Zanko 32a9f8257d Deprecated parser now used just in Hotlist widget. 13 years ago
  Slava Zanko 12af8e5db0 fixed relative symlink operations. Symlink now stay relative 13 years ago
  Andrew Borodin ea4078e52e Ticket #2361: VFS URI reimplementation 13 years ago
  Ilia Maslakov 92d21199c4 Merge branch '2534_mark_file_left_right' 13 years ago
  Ilia Maslakov 125e4cb86b Ticket #2534 (mark files by shift-left/shift-right) 13 years ago
  Slava Zanko f462d71ab4 Added po/mc.pot file for auto-upload to Transifex.net 13 years ago
  Sergei Trofimovich 23f1447ae5 doc/HACKING: fixed link to gentoo's patchsets 13 years ago
  Slava Zanko f2ebbd2eb4 Merge branch '2361_vfs_uri' 13 years ago
  Slava Zanko ef676d3244 Fixed vfs_class->fill_names() functions (Fish, Ftpfs, Smbfs) for return URL-like paths 13 years ago
  Slava Zanko a0b48d9b4e Fixed nice_cd() behavior with vfs-prefixed. added converter benween old-style and url-stype VFS prefixes 13 years ago
  Slava Zanko c8ae0a5aaf Code cleanup 13 years ago
  Slava Zanko 91fe0d71bb vfs_path_get_by_index(): added check for valid element index 13 years ago
  Slava Zanko 5fa1070225 Fixed memory leaks in folowing functions: 13 years ago
  Slava Zanko 60123b7c99 Removed function vfs_s_get_path(); Function vfs_s_get_path_mangle() renamed to vfs_s_get_path() 13 years ago
  Slava Zanko 1beaecdf12 Added function mc_build_filename() for processing URL-paths as well 13 years ago
  Slava Zanko 1eb91d7921 fixed x_basename function for handle URL-like paths 13 years ago
  Slava Zanko 04a4ed0ece added vfs_path_element_valid() function 13 years ago
  Slava Zanko 42e864ad61 Changes in man-files for describe new URL-like paths 13 years ago
  Slava Zanko f7518c8d77 change name of user bindings file to mc.ext 13 years ago
  Slava Zanko bba132381e vfs_path_to_str() now return URL string instead of old representation 13 years ago
  Slava Zanko 2ec4cc59ab Added URL-like path parser 13 years ago
  Slava Zanko 39462b9b76 Reorder VFS parser to work with VFS parameters: 13 years ago
  Slava Zanko bd022573e5 Handle path /some/path/#vfsprefix:/path as /some/path#vfsprefix:/path 13 years ago
  Slava Zanko 5b862005bd Remove usage of vfs_path_t->raw_url_str from src/* files 13 years ago
  Slava Zanko e6ec447585 Following prototypes of functions was changed in VFS-module API: 13 years ago
  Slava Zanko e9ed6a41cf Added function vfs_path_url_split() for parse VFS parameters 13 years ago
  Slava Zanko 3d1e2df9b7 Removed vfs_get_class() function 13 years ago
  Slava Zanko 922114a1d0 Following prototypes of functions was changed in VFS-module API: 13 years ago
  Slava Zanko c442e5e75f Changed custom_canonicalize_pathname() function for handle URL:// style 13 years ago
  Slava Zanko d931785fd3 Added test for canonicalize_pathname() function 13 years ago
  Slava Zanko 997876a109 Remove vfs_url_t structure (replace with vfs_path_element_t) 13 years ago
  Slava Zanko 3eafe7308a Added serialization and deserialization for vfs_path_t object 13 years ago
  Slava Zanko e7bb47cc2d Added ability to serialize/deserialize strings and config objects(mc_config_t) 13 years ago
  Slava Zanko be0f9dda56 mcconfig: make parameters in some functions as const mc_config_t * 13 years ago
  Slava Zanko f8c45706e1 Avoid memory leaks in vfs tests 13 years ago
  Slava Zanko e8d58f188d Fixed segfault while trying create dir in r/o VFS'es 13 years ago
  Slava Zanko cec54195e7 Changes in VFS-tests. 13 years ago
  Slava Zanko ac939a1bea Fixed path recoding in VFS modules 13 years ago
  Slava Zanko 691c06ce30 removed vfs_path_t->unparsed variable 13 years ago
  Slava Zanko a5dc2de78b Added vfs_change_encoding() and vfs_path_element_need_cleanup_converter() functions. 13 years ago
  Slava Zanko c0004807d4 vfs_path_element_t->encoding now handled in lib/vfs/path.c 13 years ago
  Slava Zanko cedad03833 Move vfs_get_encoding() to path.c and make as static function. 13 years ago
  Slava Zanko b0df841a4a Removed vfs_path_t->unparsed_encoding. 13 years ago
  Slava Zanko ebe519ef15 remove struct dirinfo definition 13 years ago
  Slava Zanko 405cc98cea VFS: Make functions vfs_canon_and_translate() and vfs_canon() as static in lib/vfs/path.c 13 years ago
  Slava Zanko 8ea49095c3 Changed functions vfs_file_is_local() and vfs_file_class_flags() for handle vfs_path_t type 13 years ago
  Slava Zanko c6796f790d VFS-plugins: remove usage of vpath->unparsed from 'local' plugin 13 years ago
  Slava Zanko 7745006b60 VFS: removed interface.h 13 years ago
  Slava Zanko 093128c532 VFS: Current directory handler now have type vfs_path_t 13 years ago
  Slava Zanko c188153507 Add more tests for VFS 13 years ago