Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up
Popular repositories
-
node-heapdump
Make a dump of the V8 heap for later inspection.
-
node-iconv
node.js iconv bindings - text recoding for fun and profit!
-
node-profiler
Access the V8 profiler from node.js
-
node-buffertools
working with node.js buffers made easy
-
ragel
Ragel State Machine Compiler - http://www.complang.org/ragel/
-
node-event-emitter
shows how to emit events from C++ land
1,554 contributions in the last year
Contribution activity
October 2018
Created a pull request in nodejs/node that received 10 comments
fs: default open/openSync flags argument to 'r'
Make fs.open() and fs.openSync() more economic to use by making the
flags argument optional. You can now write:
fs.open(file, cb)
Instead of the m…
- test: read() on dir on AIX does not return EISDIR
- crypto: fix length argument to snprintf()
- build: fix `./configure --enable-d8`
- crypto: DRY Diffie-Hellman initialization code
- doc: NODE_EXTRA_CA_CERTS is ignored if setuid root
- tls: disable TLS v1.0 and v1.1 by default
- deps: cherry-pick 078e1dc from upstream c-ares
- deps: upgrade to c-ares v1.15.0
- Fix some compiler warnings
Created an issue in libuv/libuv that received 2 comments
dns: IDNA-encode hostnames before resolution?
const char host[] = "stra\xc3\x9f\x65e.de"; // straße.de uv_getaddrinfo(loop, req, cb, host, 0, 0); Right now, this query will either: Fail with N…