summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2018-07-03messaging: use actual DOMException for DataCloneErrorTimothy Gu
2018-06-27src: move context bootstrap to jsGus Caplan
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-20dns: add promisified dns modulecjihrig
2018-06-21process: split bootstrappers by threads that can run themJoyee Cheung
2018-06-14src: add node_process.ccJames M Snell
2018-06-13build: expose openssl scrypt functions to addonsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-13src: unify native symbol inspection codeAnna Henningsen
2018-06-08src: add node_encoding.ccJames M Snell
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06worker: improve error (de)serializationAnna Henningsen
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: add `SharedArrayBuffer` sharingAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-05-31src: refactor bootstrap to use bootstrap objectJames M Snell
2018-05-31src: implement debug output utilitiesAnna Henningsen
2018-05-24src: re-integrate headers into node.hAnna Henningsen
2018-05-22lib: add internal PriorityQueue classAnatoli Papirovski
2018-05-20fs: refactor fs moduleJames M Snell
2018-05-19src: move *Exceptions out to separate cc/hJames M Snell
2018-05-19src: move CallbackScope to separate cc/hJames M Snell
2018-05-19lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-18build: export openssl TLSv1 methods againBen Noordhuis
2018-05-17inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2018-05-10assert: move AssertionError into own fileRuben Bridgewater
2018-05-09src: remove static variables from string_searchAnna Henningsen
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-05-06lib: expose FixedQueue internally and fix nextTick bugAnatoli Papirovski
2018-04-27build: do not depend on `cp` in `PATH`Anna Henningsen
2018-04-26process: migrate methods to throw errors with codeMichaël Zasso
2018-04-26lib: introduce internal/validatorsMichaël Zasso
2018-04-25src: limit foreground tasks draining loopUlan Degenbaev
2018-04-20inspector: migrate node to js_protocol.pdlAlexey Kozyatinskiy
2018-04-17trace_events: adds a new trace_events apiJames M Snell
2018-04-16stream: add pipeline and finishedMathias Buus
2018-04-10build: add support for IBM i platformJesse Gorzinski
2018-04-10build: add OpenSSL-1.1.0 supportShigeki Ohtsu
2018-04-07src: add error code helpers to src/node_errors.hJoyee Cheung
2018-04-06net,stream: remove DuplexBaseLuigi Pinca
2018-04-04tty: add attribution for chalkRuben Bridgewater
2018-03-30console: add table methodGus Caplan
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2018-03-27lib: merge stream code for http2 streams & net.SocketAshok
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-12test: shared lib build doesn't handle SIGPIPEYihong Wang