- The Netherlands
Highlights
- 7 discussions answered
Block or Report
Block or report bnoordhuis
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,318 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 6 commits in 2 repositories
Created a pull request in libuv/libuv that received 3 comments
doc: update active maintainers list
I removed people that haven't been active in over a year. Imran's GPG key has never been used to sign a release so should be okay to remove.
+7
−6
•
3
comments
Opened 2 other pull requests in 1 repository
libuv/libuv
2
merged
Reviewed 25 pull requests in 3 repositories
libuv/libuv
22 pull requests
- Revert "win,errors: remap ERROR_ACCESS_DENIED to UV_EACCES (#3193)"
- build: remove Windows 2016 workflows
- Fix kFreeBSD build
- Add minimal Emscripten support
- build: add iOS to macos CI
- [v2] fs: remove incorrect ARRAY_SIZE call
- unix: simplify getpwuid call
- build: AC_SUBST for AM_CFLAGS
- zos: implement cmpxchgi() using assembly
- doc: update active maintainers list
- linux: retry uv_cpu_info() when online/offline CPU race
- process: fix hang after NOTE_EXIT
- misc: extend getpw to take uid as an argument
- macos: implement async getaddrinfo and getnameinfo
- unix: use posix_spawn instead of fork
- process: simplify uv__write_int calls
- Merge 1.44.1 to master
- doc: add secondary GPG ID for vtjnash
- unix: remove uv__cloexec_ioctl()
- process: only use F_DUPFD_CLOEXEC if it is defined
- unix,win: add uv_available_parallelism()
- Error in Android NDK
nodejs/node
2 pull requests
libuv/libuv-release-tool
1 pull request
Created an issue in libuv/libuv that received 4 comments
aix,ibmi,zos: don't use thread-unsafe strtok()
libuv/src/unix/core.c Lines 1600 to 1619 in 4296fec Should use strtok_r(), or strchr() and track the pointer manually. @libuv/aix @libuv…
4
comments