-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: libuv/libuv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 60e515d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: libuv/libuv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c619f37
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 5 files changed
- 1 contributor
Commits on Jun 14, 2015
-
win,stream: add slot to remember CRT fd
Certain types of streams may be opened from a CRT file descriptor (as opposed to a Windows HANDLE). In order to close the file descriptor later, libuv must store the file descriptor used to open the stream. PR-URL: #396 Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6bf6d2 - Browse repository at this point
Copy the full SHA b6bf6d2View commit details -
win,pipe: properly close when created from CRT fd
When a Windows handle was opened from a CRT fd, it needs to be closed with `close()` instead of `CloseHandle()`. PR-URL: #396 Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ed29c2 - Browse repository at this point
Copy the full SHA 4ed29c2View commit details -
PR-URL: #396 Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90fb8cb - Browse repository at this point
Copy the full SHA 90fb8cbView commit details -
win,tty: convert fd -> handle safely
_get_osfhandle() may throw if it's used to convert a non-open file descriptor to a Windows HANDLE. Use the safe uv__get_osfhandle instead. PR-URL: #396 Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bad50a - Browse repository at this point
Copy the full SHA 0bad50aView commit details -
win,tty: properly close when created from CRT fd
When a Windows handle was opened from a CRT fd, it needs to be closed with `close()` instead of `CloseHandle()`. PR-URL: #396 Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 164fbda - Browse repository at this point
Copy the full SHA 164fbdaView commit details -
PR-URL: #396 Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6fc5dd - Browse repository at this point
Copy the full SHA f6fc5ddView commit details -
PR-URL: #396 Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c619f37 - Browse repository at this point
Copy the full SHA c619f37View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 60e515d...c619f37