Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RsyncProject/rsync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e3ee0e7
Choose a base ref
...
head repository: RsyncProject/rsync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3305a7a
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Jan 14, 2025

  1. Configuration menu
    Copy the full SHA
    a6312e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. update maintainer address

    use rsync.project@gmail.com
    tridge committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    dacadd5 View commit details
    Browse the repository at this point in the history
  2. Fix FLAG_GOT_DIR_FLIST collission with FLAG_HLINKED

    fixes commit 688f5c3 (Refuse a duplicate dirlist.)
    
    Fixes: #702
    Fixes: #697
    ncopa authored and tridge committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    996af4a View commit details
    Browse the repository at this point in the history
  3. Fix use-after-free in generator

    full_fname() will free the return value in the next call so we need to
    duplicate it before passing it to rsyserr.
    
    Fixes: #704
    ncopa authored and tridge committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    81ead9e View commit details
    Browse the repository at this point in the history
  4. Test send a single directory with -H enabled

    Ensure this still working after 3.4.0 breakage
    
    #702
    Rodrigo OSORIO authored and tridge committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    dc34990 View commit details
    Browse the repository at this point in the history
  5. Fix build on ancient glibc without openat(AT_FDCWD

    Fixes: #701
    ncopa authored and tridge committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    68e9add View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d6da04 View commit details
    Browse the repository at this point in the history
  7. update NEWS.md for 3.4.1

    tridge committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    494879b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3305a7a View commit details
    Browse the repository at this point in the history
Loading