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: fsnotify/fsnotify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 45d7d09
Choose a base ref
...
head repository: fsnotify/fsnotify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 466b39d
Choose a head ref
  • 13 commits
  • 21 files changed
  • 5 contributors

Commits on Apr 17, 2020

  1. Fix unsafe pointer conversion (#325)

    Fix the following unsafe pointer conversion found using the Go 1.14
    -d=checkptr gcflags (`go1.14rc1 test -gcflags=all=-d=checkptr -v ./...`)
    
    ```
    fatal error: checkptr: unsafe pointer conversion
    
    goroutine 68 [running]:
    runtime.throw(0x5833e9, 0x23)
    	runtime/panic.go:1112 +0x72 fp=0xc00030fba8 sp=0xc00030fb78 pc=0x432a32
    runtime.checkptrAlignment(0xc00031f018, 0x544800, 0x1)
    	runtime/checkptr.go:18 +0xb7 fp=0xc00030fbd8 sp=0xc00030fba8 pc=0x4063a7
    github.com/fsnotify/fsnotify.(*Watcher).readEvents(0xc0002900f0)
    	github.com/fsnotify/fsnotify/inotify.go:275 +0x457 fp=0xc00031ffd8 sp=0xc00030fbd8 pc=0x519037
    runtime.goexit()
    	runtime/asm_amd64.s:1375 +0x1 fp=0xc00031ffe0 sp=0xc00031ffd8 pc=0x463eb1
    created by github.com/fsnotify/fsnotify.NewWatcher
    	github.com/fsnotify/fsnotify/inotify.go:59 +0x1a5
    ```
    
    Fixes #330
    tklauser authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    7f4cf4d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. introduce GitHub Actions

    shogo82148 authored and nathany committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    42e9219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed6d2f5 View commit details
    Browse the repository at this point in the history
  3. Remove Travis CI and references

    Code0x58 authored and nathany committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    5ce1ba4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    2fb15b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc8365b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16f0d42 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

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

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    e2e9517 View commit details
    Browse the repository at this point in the history
  2. v1.5.0 preparation (#380)

    Code0x58 authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    08848a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. revise pull request template

    nathany committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    dfdb645 View commit details
    Browse the repository at this point in the history
  2. Revert "Add AddRaw to not follow symlinks + Fix link folloing on Wind…

    …ows (#289)"
    
    This reverts commit e2e9517.
    nathany committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    b98ede5 View commit details
    Browse the repository at this point in the history
  3. prepare 1.5.1, retract 1.5.0

    nathany committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    466b39d View commit details
    Browse the repository at this point in the history
Loading