- The Netherlands
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
-
node-heapdump
node-heapdump PublicMake a dump of the V8 heap for later inspection.
-
node-iconv
node-iconv Publicnode.js iconv bindings - text recoding for fun and profit!
-
-
1,114 contributions in the last year
| Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contribution activity
March 2024
Created 14 commits in 3 repositories
Created a pull request in libuv/libuv that received 6 comments
win: remove _alloca usage
Remove it since it can cause stack overflows. Use heap allocation instead. Fixes: #4348
+11
−30
lines changed
•
6
comments
Opened 15 other pull requests in 2 repositories
libuv/libuv
1
closed
6
merged
3
open
-
macos: use absolute timeouts for cvar timed wait
This contribution was made on Mar 25
-
doc: correct udp socket options documentation
This contribution was made on Mar 22
-
linux: don't use sendmmsg() for single datagrams
This contribution was made on Mar 18
-
test,ci: fix [AM]San, disable ASLR
This contribution was made on Mar 16
-
unix: fix fd leaks in SCM_RIGHTS error path
This contribution was made on Mar 12
-
test: use newer ASSERT_MEM_EQ macro
This contribution was made on Mar 7
-
unix: reinstate preadv fallback code
This contribution was made on Mar 7
-
test: handle zero-length udp datagram
This contribution was made on Mar 7
-
test: disable env var test under win32+asan
This contribution was made on Mar 5
-
win: fix uv_os_getenv() spurious UV_EINVAL error
This contribution was made on Mar 2
quickjs-ng/quickjs
5
merged
-
Don't serialize IC opcodes
This contribution was made on Mar 27
-
Disable ASLR, upgrade Ubuntu CI images
This contribution was made on Mar 17
-
Pin Ubuntu CI images to 20.04
This contribution was made on Mar 14
-
Fix tcc build action
This contribution was made on Mar 13
-
Accept /[\-]/u as a valid regular expression
This contribution was made on Mar 2
Reviewed 38 pull requests in 4 repositories
quickjs-ng/quickjs
20 pull requests
-
Small fixes in Date.parse
This contribution was made on Mar 27
-
Add cross-platform atomics
This contribution was made on Mar 25
-
Don't expose JS_GetPropertyInternal in the public API
This contribution was made on Mar 25
-
Improve consistency of JS_NewFloat64 API
This contribution was made on Mar 22
-
Improve string parsing and JSON parsing
This contribution was made on Mar 22
-
REPL fixes
This contribution was made on Mar 20
-
Add
os.getpidThis contribution was made on Mar 17 -
fix potential memory leak
This contribution was made on Mar 16
-
Make
Object.prototypean immutable prototype objectThis contribution was made on Mar 16 -
Improve JSON parser conformity
This contribution was made on Mar 12
-
Update README, add fork information
This contribution was made on Mar 12
-
Add TCC workflows to CI
This contribution was made on Mar 12
-
Add Android CI
This contribution was made on Mar 12
-
Implement RegExp 'v' flag, part 1
This contribution was made on Mar 12
-
Improve
Date.parseThis contribution was made on Mar 10 -
Improve error handling
This contribution was made on Mar 10
-
Remove custom __getClass method
This contribution was made on Mar 10
-
Update checkout actions
This contribution was made on Mar 7
-
Release WASM / WASI build artifacts too
This contribution was made on Mar 7
-
Improved Number.prototype.toString for radix other than 10
This contribution was made on Mar 1
libuv/libuv
16 pull requests
-
win: simplify uv_once implementation
This contribution was made on Mar 24
-
chore: fix some typos
This contribution was made on Mar 22
-
tcp: error if keepalive is called with 0 delay
This contribution was made on Mar 22
-
test,ci: fix [AM]San, disable ASLR
This contribution was made on Mar 17
-
test: fix test-tcp-connect-timeout fail
This contribution was made on Mar 15
-
unix-linux: Fix uv_resident_set_memory executable name
This contribution was made on Mar 14
-
unix,stream: make sure close all fds when no memory
This contribution was made on Mar 12
-
unix: keep the TCP keep-alive settings on Solaris in sync with other OS's
This contribution was made on Mar 12
-
unix-linux: Fix uv_resident_set_memory executable name
This contribution was made on Mar 10
-
unix,tcp: allow 0 delay in uv_tcp_keepalive
This contribution was made on Mar 8
-
unix,fs: fix realpath calls that use the system allocator
This contribution was made on Mar 8
-
test: handle zero-length udp datagram
This contribution was made on Mar 7
-
unix: reinstate preadv fallback code
This contribution was made on Mar 7
-
kqueue: use EVFILT_USER if available
This contribution was made on Mar 2
-
unix: implementation of uv_resident_set_memory for cygwin
This contribution was made on Mar 2
-
unix: correct pwritev conditional
This contribution was made on Mar 1
nodejs/node
1 pull request
-
build: speed up compilation of some V8 files
This contribution was made on Mar 15
bnoordhuis/v8-cmake
1 pull request
-
🐛 Fixed v8_torque_generated failing to build on Windows
This contribution was made on Mar 4
Created an issue in nodejs/node that received 6 comments
build: wasm-to-js-tq-csa.cc takes ages to compile
Commit 78be0d0, linux x86_64, g++ 12.3.0. I observe that the generated file wasm-to-js-tq-csa.cc takes > 20 minutes to compile on an otherwise fast…
6
comments
Opened 5 other issues in 1 repository
libuv/libuv
2
closed
3
open
-
macos: use absolute timeouts for condition variables
This contribution was made on Mar 25
-
android: enable fdsan?
This contribution was made on Mar 22
-
test,ci: flaky fs_event_error_reporting
This contribution was made on Mar 22
-
test: flaky fs_event_close_with_pending_event
This contribution was made on Mar 7
-
MSVC compiler bug broke env_vars test in ASAN (x64 windows 2022+asan)
This contribution was made on Mar 2
Answered 5 discussions in 1 repository
libuv/libuv
libuv/libuv
-
What will be status value in connect_cb of uv_tcp_connect(&connect_req, &h, addr, connect_cb)?
This contribution was made on Mar 27
-
Need a clarification on tcp-echo-server example
This contribution was made on Mar 16
-
How to build docs/code?
This contribution was made on Mar 13
-
Question about uv_get_available_memory API
This contribution was made on Mar 2
-
Bug in TCP keep-alive with unix socket
This contribution was made on Mar 1
2
contributions
in private repositories
Mar 22






