Commit History

Author SHA1 Message Date
  Andrew Borodin 89621050e3 (mc_time_elapsed): add new function to detect elapsed time intervals. 9 years ago
  Egmont Koblinger a3d75ae300 Ticket #3241: colon was not recognized inside escape seq in prompt. 9 years ago
  Andrew Borodin 6d82155270 Massive use of MC_PTR_FREE macro. 10 years ago
  Slava Zanko 512ad7d962 Make working with GError in more right way (like with exceptions). 10 years ago
  Andrew Borodin 8c040b46b8 (x_basename): fix dereference of null pointer. 10 years ago
  Andrew Borodin e5203cb023 Fix name of FSF in all *.c files. 10 years ago
  Andrew Borodin f0da49345a Collapse list of copyright years to ranges. Add 2014 year. 10 years ago
  Slava Zanko 0ed4a91d7d Reduce cppcheck warnings (style) in lib subdirectory. 10 years ago
  Veres Lajos 805703523d Misspellings fixes by https://github.com/vlajos/misspell_fixer 11 years ago
  Andrew Borodin 5b1982a6bb (strip_ctrl_codes): type accuracy. 11 years ago
  Andrew Borodin d83902e7fc (size_trunc_len): minor optimization. 11 years ago
  Andrew Borodin ceff7c5922 size_trunc_len() generates incorrect result in some cases. 11 years ago
  Slava Zanko 2640b21bb9 Remove vfs_path_to_str() function for avoid often memory allocations. 11 years ago
  Andrew Borodin ef94b84eaf (size_trunc_len): support automatic maximum unit for specified size. 11 years ago
  Slava Zanko 6447c76cca Implementation of getting last editing/viewing position of file. 11 years ago
  Slava Zanko ee8aaf6181 Avoid compiler errors like: error: variable 'xxx' set but not used [-Werror=unused-but-set-variable] 11 years ago
  Andrew Borodin 6cd19ea6cb Remove irrelevant comments about file_date() function. 11 years ago
  Andrew Borodin 17cadc50ec Portability: use g_ascii_strtoll instead of strtoll, atoll and atof. 11 years ago
  Andrew Borodin 2940b7455d Fix of DOXYGEN docs: @return instead of @returns 11 years ago
  Andrew Borodin 6c94ef16ec Refactoring of endless loops and some type accuracy. 11 years ago
  Ilia Maslakov 55c8f041da fixed doxygen documentation 12 years ago
  Andrew Borodin acdac76a49 Revert "Try fix of compile warnings about assigned but unused variables" 12 years ago
  Slava Zanko 94bd4b1f78 Code indentation. 12 years ago
  Slava Zanko 6505f7d6fa Try fix of compile warnings about assigned but unused variables 12 years ago
  Andrew Borodin 038b5e7406 Ticket #2787: crash when creating relative symlink. 12 years ago
  Andrew Borodin b1bcf6b01f (resolve_symlinks): use (vfs_path_t *) as argument. 12 years ago
  Slava Zanko 2b5c28b316 Changes to handle vfs_path_t object: 12 years ago
  Slava Zanko 8562a215be Code refactoring: removed concat_dir_and_file() function. 12 years ago
  Slava Zanko db58cd9ca7 Changed internal editor to use vfs_path_t objects. 12 years ago
  Slava Zanko 0aa10fd6cb Changed type of WPanel::cwd (char *) and WPanel::lwd (char *) 12 years ago
  Slava Zanko 53c500f58c Moved functions mc_mkstemp() and mc_tempdir() to VFS module. 12 years ago
  Slava Zanko 3f6f89bc49 Changed interface of following functions to handle vfs_path_t object as parameter: 13 years ago
  Slava Zanko eeaad790ab Changed interface of mc_stat() and mc_lstat() functions 13 years ago
  Slava Zanko 6c32fa3b84 Added function mc_config_get_full_path() for search user's config files by short names. 12 years ago
  Slava Zanko 0138645541 Ticket 1551: Update GPL version from 2 to 3 12 years ago
  Andrew Borodin 6273917e33 (size_trunc_len): fixed potential integer overflow if SI is used. 12 years ago
  Slava Zanko 8d44ed297b Moved xterm_flag global variable to mc_global.tty.xterm_flag 13 years ago
  Andrew Borodin fc3bb20f09 (size_trunc): added ability to show size in [G|g]bytes. 13 years ago
  Andrew Borodin 12c893c73e (size_trunc_len): process full range of uintmax_t type. 13 years ago
  Slava Zanko 1eb91d7921 fixed x_basename function for handle URL-like paths 13 years ago
  Slava Zanko bba132381e vfs_path_to_str() now return URL string instead of old representation 13 years ago
  Slava Zanko c58365fa64 Move check_for_default() function from lib/util.c to src/util.c 13 years ago
  Slava Zanko 6016620f42 Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 13 years ago
  Slava Zanko 6c5f5bf768 VFS structure changes: 13 years ago
  Slava Zanko acbe048486 Ticket #1851: Home config directory [xdg-user-dirs] 13 years ago
  Andrew Borodin fe8c5390ad Fix of uintmax_t variables output. 13 years ago
  Andrew Borodin 12ccfdff6c Ticket #2429: overflow of file operation counters. 13 years ago
  Slava Zanko bbf1f4e857 Moved filemanager-related stuff to src/filemanager directory 13 years ago
  Andrew Borodin fdb61594df Cleanup of main.[ch]. 13 years ago
  Andrew Borodin f24dd62dc2 Use str_msg_term_size() instead of msglen() 13 years ago