Skip to content

Next #16

Merged
merged 13 commits into from
Dec 15, 2022
Merged

Next #16

merged 13 commits into from
Dec 15, 2022

Commits on Dec 15, 2022

  1. Ignore system("ionice") failure more explicitly

    Newer versions of glibc set the function attribute `warn_unused_result`
    on `system()`. We want to ignore a failure in the call with `ionice`,
    because its best-efford anyway.
    
    Unfortunately, the intuitive `(void)system(...)` doesn't work with gcc.
    donald committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    178a613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a888627 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab3a32 View commit details
    Browse the repository at this point in the history
  4. Remove fileop_chown

    After the last commit, fileop_chown and fileop_lchown are the same.
    Remove fileop_chown and use fileop_lchown everywhere.
    donald committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a05560e View commit details
    Browse the repository at this point in the history
  5. Add README.local-glib

    donald committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    c7f3983 View commit details
    Browse the repository at this point in the history
  6. Add "ecryptfs" as local filesystem

    My notebook uses ecryptfs and this surely is a local filesystem.
    donald committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5686998 View commit details
    Browse the repository at this point in the history
  7. Allow multiple --ssh-opt in command line

    --ssh-opt is much more powerfull if it can be specified multiple times.
    
    So allow that.
    donald committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b42b2da View commit details
    Browse the repository at this point in the history
  8. Don't dup strings from argv

    We don't free the string vectors `excepts` and `ssh_opts` or the strings
    they containt, so we can use the strings from argv directly.
    donald committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    19bc12d View commit details
    Browse the repository at this point in the history
  9. Cosmetics

    donald committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4c63781 View commit details
    Browse the repository at this point in the history
  10. Remove strange doc reference

    donald committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d345a50 View commit details
    Browse the repository at this point in the history
  11. Remove doubled semicolon

    donald committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    c29c7f6 View commit details
    Browse the repository at this point in the history
  12. Remove .PMIRROR_HISTORY exclude

    I don't remember, what his was for, so remove it.
    donald committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    281b34a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bb3613f View commit details
    Browse the repository at this point in the history