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: isaacs/rimraf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.0
Choose a base ref
...
head repository: isaacs/rimraf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.0
Choose a head ref
  • 7 commits
  • 19 files changed
  • 1 contributor

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    ba35d77 View commit details
    Browse the repository at this point in the history
  2. format markdown

    isaacs committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4937e64 View commit details
    Browse the repository at this point in the history
  3. Only call directory removal method on actual dirs

    This prevents all symbolic link following, and also cuts down on the
    system calls quite considerably, while still preventing the "unlinked
    directory" issue on SunOS, with only the cost of a single lstat at the
    start of the process.
    
    Also added test of mid-stream AbortSignal triggering in sync rimrafs,
    because this is possible if called from a filter method.
    
    Fix: #259
    isaacs committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    cd6fbc6 View commit details
    Browse the repository at this point in the history
  4. changelog 4.3.1

    isaacs committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    cacc067 View commit details
    Browse the repository at this point in the history
  5. 4.3.1

    isaacs committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    a1268c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

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

    isaacs committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    cd0b6f4 View commit details
    Browse the repository at this point in the history
Loading