-
Notifications
You must be signed in to change notification settings - Fork 30k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notable changes: - win,tcp: make `uv_close()` work more like unix - cleanup,win: Remove `_WIN32` guards on threadpool - more errno mappings and fixes - higher performance try-writes - fix string encoding issue of `uv_os_gethostname()` (note: MINGW-W64 upstream is broken on i686 due to https://sourceforge.net/p/mingw-w64/bugs/899/) - zOS support - Workarounds for a `copy_file_range()` kernel bug - Better support for TSan - darwin: use `RLIMIT_STACK` for fsevents pthread - fix a bug that would cause libuv to hang if the user called `uv_shutdown()` - darwin: fix `uv_barrier()` race condition
- Loading branch information
Showing
145 changed files
with
2,356 additions
and
1,173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
version: 2 | ||
|
||
sphinx: | ||
builder: html | ||
configuration: null | ||
fail_on_warning: false | ||
|
||
python: | ||
version: 3.8 | ||
install: | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,7 +114,6 @@ Dylan Cali <[email protected]> | |
Austin Foxley <[email protected]> | ||
Benjamin Saunders <[email protected]> | ||
Geoffry Song <[email protected]> | ||
Rasmus Christian Pedersen <[email protected]> | ||
William Light <[email protected]> | ||
Oleg Efimov <[email protected]> | ||
Lars Gierth <[email protected]> | ||
|
@@ -123,7 +122,6 @@ Justin Venus <[email protected]> | |
Kristian Evensen <[email protected]> | ||
Linus Mårtensson <[email protected]> | ||
Navaneeth Kedaram Nambiathan <[email protected]> | ||
Yorkie <[email protected]> | ||
StarWing <[email protected]> | ||
thierry-FreeBSD <[email protected]> | ||
Isaiah Norton <[email protected]> | ||
|
@@ -459,3 +457,25 @@ schamberg97 <[email protected]> | |
Bob Weinand <[email protected]> | ||
Issam E. Maghni <[email protected]> | ||
Juan Pablo Canepa <[email protected]> | ||
Shuowang (Wayne) Zhang <[email protected]> | ||
Ondřej Surý <[email protected]> | ||
Juan José Arboleda <[email protected]> | ||
Zhao Zhili <[email protected]> | ||
Brandon Cheng <[email protected]> | ||
Matvii Hodovaniuk <[email protected]> | ||
Hayden <[email protected]> | ||
yiyuaner <[email protected]> | ||
bbara <[email protected]> | ||
SeverinLeonhardt <[email protected]> | ||
Andy Fiddaman <[email protected]> | ||
Romain Roffé <[email protected]> | ||
Eagle Liang <[email protected]> | ||
Ricky Zhou <[email protected]> | ||
Simon Kissane <[email protected]> | ||
James M Snell <[email protected]> | ||
Ali Mohammad Pur <[email protected]> | ||
Erkhes N <[email protected]> | ||
Joshua M. Clulow <[email protected]> | ||
Guilherme Íscaro <[email protected]> | ||
Martin Storsjö <[email protected]> | ||
Claes Nästén <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.