aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-15http: align parser with StreamBase interface changesAnna Henningsen
2018-03-15src: use ObjectTemplate for creating stream req objsAnna Henningsen
2018-03-15http2: use native pipe instead of synchronous I/OAnna Henningsen
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-15src: add helper for before/after scope without JS callsAnna Henningsen
2018-03-15src: give StreamBases the capability to ask for dataAnna Henningsen
2018-03-15src: make `FileHandle` a (readonly) `StreamBase`Anna Henningsen
2018-03-15src: tighten handle scopes for stream operationsAnna Henningsen
2018-03-14n-api: take n-api out of experimentalMichael Dawson
2018-03-14src: refactor emit before/after/promiseResolveDaniel Bevenius
2018-03-12test: shared lib build doesn't handle SIGPIPEYihong Wang
2018-03-12vm: add code generation optionsGus Caplan
2018-03-11http2: simplify timeout trackingAnna Henningsen
2018-03-11tls: expose Finished messages in TLSSocketAnton Salikhmetov
2018-03-11src: add convenience ctor for async trigger id scopeAnna Henningsen
2018-03-11src: avoid duplicate Before/AtExitCallback structsDaniel Bevenius
2018-03-11src: init emit_env_nonstring_warning_Daniel Bevenius
2018-03-11src: move `Environment` ctor/dtor into env.ccAnna Henningsen
2018-03-11fs: simplify FSReqBase slightlyAnna Henningsen
2018-03-09src: add tracing category macrosJames M Snell
2018-03-09src: add incr/decr operators for ReferenceDaniel Bevenius
2018-03-09crypto: use bool over int consistentlyTobias Nießen
2018-03-08src: use smart pointer in AsyncWrap::WeakCallbackDaniel Bevenius
2018-03-07src: fix deprecation id for non-string env valueSakthipriyan Vairamani (thefourtheye)
2018-03-07process: doc-only deprecate non-string env valueTimothy Gu
2018-03-07src: standardise context embedder indicesGus Caplan
2018-03-08fs: improve errors thrown from fs.watch()Joyee Cheung
2018-03-07src: request code cache explicitlyMythri Alle
2018-03-07src: update NODE_MODULE_VERSION to 62Michaël Zasso
2018-03-06perf_hooks: fix timingTimothy Gu
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-06src: use std::unique_ptr for STACK_OF(X509)Ben Noordhuis
2018-03-06src: refactor GetPeerCertificateDaniel Bevenius
2018-03-06process: unify error message from chdir() errorsSarat Addepalli
2018-03-05util: introduce `util.types.is[…]` type checksAnna Henningsen
2018-03-05tls,http2: handle writes after SSL destroy more gracefullyAnna Henningsen
2018-03-04http2: refer to stream errors by nameAnna Henningsen
2018-03-04http2: no stream destroy while its data is on the wireAnna Henningsen
2018-03-04trace_events: add file pattern cli optionAndreas Madsen
2018-03-02buffer: move c++ float functions to jsRuben Bridgewater
2018-03-02fs: remove unused SYNC_* helpersJoyee Cheung
2018-03-02fs: use SyncCall in WriteBuffersJoyee Cheung
2018-03-02fs: throw futimesSync errors in JSJoyee Cheung
2018-03-02fs: throw writeSync errors in JSJoyee Cheung
2018-03-02fs: throw fchownSync errors in JSJoyee Cheung
2018-03-02fs: throw fchmodSync errors in JSJoyee Cheung
2018-03-02fs: throw readSync errors in JSJoyee Cheung
2018-03-02src: refactor setting JS properties on WriteWrapAnna Henningsen
2018-03-02http2: fix endless loop when writing empty stringAnna Henningsen