Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
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: nodejs/node-v0.x-archive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: btrask/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 12, 2012

  1. Add UV_REVOKE to libuv (returned as "delete" in Node) and return the …

    …filename on platforms using Kqueue.
    btrask committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    debe7bc View commit details
    Browse the repository at this point in the history
  2. Use O_EVTONLY instead of O_RDONLY when we open a file with Kqueue to …

    …watch for changes.
    
    I don't know how portable this is, if at all, but it allows the file to be e.g. deleted without producing an "in use" error on OS X.
    btrask committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    d0cb494 View commit details
    Browse the repository at this point in the history
Loading