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 31 million developers.
Sign up
Popular repositories
-
ssh2
SSH2 client and server modules written in pure JavaScript for node.js
-
busboy
A streaming parser for HTML form data for node.js
-
node-imap
An IMAP client module for node.js.
-
node-ftp
An FTP client module for node.js
-
mmmagic
An async libmagic binding for node.js for detecting content types by data inspection
-
node-mariasql
A node.js binding to MariaDB's non-blocking (MySQL-compatible) client library
325 contributions in the last year
Contribution activity
April 1, 2019
March 2019
Created a pull request in nodejs/node that received 26 comments
crypto: add crypto.sign() and crypto.verify()
These methods are to allow signing and verifying using Ed25519 and Ed448 keys, which do not support streaming of input data. Fixes: #26320 Checklist
- [v11.x backport] TLS1.3
- module: significantly improve loader performance
- src: apply clang-tidy rule bugprone-incorrect-roundings
- timers: move priority_queue to internal/timers/
- Decorate crypto openssl errors with .code, .reason, ...
- timers: deprecate active() and _unrefActive()
- timers: fix refresh inside callback
- lib: use Object spread instead of Object.assign
- [RFC] crypto: replace createECDHKey with generate/importECDHKey
- querystring: simplify stringify method
- [WIP] lib: tweak buffer.indexOf
- async-hooks: introduce async-storage API
- repl: small improvements
- buffer: improve performance of buffer indexof method
- various cpp improvement in src folder
- [8.x] tls: fix legacy SecurePair clienthello race window
- benchmark: refactor buffer benchmarks
- tools: fix some typos
- crypto: KeyObject.asymmetricKeySize API
Created an issue in nodejs/node that received 16 comments
C++ errors and JS errors format mismatch
Version: all
Platform: n/a
Subsystem: errors
The format of the name property differs between errors generated by C++ and those generated by JS.
F…