summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* n-api: allow escape of undefinedescape_undefinedMichael Dawson2018-03-183-2/+22
* Revert "util: use blue on non-windows systems for number/bigint"Ruben Bridgewater2018-03-172-5/+3
* fs: fix `createReadStream(…, {end: n})` for non-seekable fdsAnna Henningsen2018-03-172-2/+36
* util: add boxed BigInt formatting to util.inspectMichaël Zasso2018-03-172-0/+9
* n-api: add missing exception checkingMichael Dawson2018-03-162-5/+22
* perf_hooks,trace_events: emit perf milestone trace eventsJames M Snell2018-03-167-28/+92
* test: fix flaky test-http2-settings-floodRich Trott2018-03-162-11/+15
* doc: fix typos on n-apiKyle Robinson Young2018-03-161-8/+8
* src: remove unused uv.h include from async_wrap.ccDaniel Bevenius2018-03-161-1/+0
* src: fix indenting of wrap->EmitTraceEventBeforeDaniel Bevenius2018-03-161-1/+1
* src: add extractPromiseWrap functionDaniel Bevenius2018-03-161-12/+9
* doc: fix punctuation issue in async_hooks.mdRich Trott2018-03-151-1/+1
* n-api,test: add int64 bounds testsKyle Farnung2018-03-152-0/+30
* assert: improve assert()/assert.ok() performanceBrian White2018-03-152-6/+24
* child_process: define EACCES as a runtime errorGireesh Punathil2018-03-151-1/+3
* src: simplify Environment::HandleCleanupJoyee Cheung2018-03-153-51/+48
* src: call CleanupHandles in FreeEnvironmentJoyee Cheung2018-03-152-1/+1
* build: disable V8 untrusted code mitigationsMichaël Zasso2018-03-152-0/+22
* deps: allow disabling V8 untrusted code mitigationsMichaël Zasso2018-03-152-1/+7
* lib: add back lib/module.js redirectionJoyee Cheung2018-03-151-0/+3
* lib: restructure cjs and esm loadersJoyee Cheung2018-03-1538-174/+203
* src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung2018-03-1532-81/+84
* test: remove NODE_DEBUG in global module loading testJoyee Cheung2018-03-151-2/+0
* http: align parser with StreamBase interface changesAnna Henningsen2018-03-154-0/+36
* benchmark: remove excessive value from http2 benchmarkAnna Henningsen2018-03-151-1/+1
* src: use ObjectTemplate for creating stream req objsAnna Henningsen2018-03-154-9/+25
* http2: remove regular-file-only restrictionAnna Henningsen2018-03-157-14/+164
* http2: use native pipe instead of synchronous I/OAnna Henningsen2018-03-154-162/+51
* src: introduce native-layer stream pipingAnna Henningsen2018-03-1510-3/+358
* src: add helper for before/after scope without JS callsAnna Henningsen2018-03-152-0/+28
* src: give StreamBases the capability to ask for dataAnna Henningsen2018-03-154-0/+26
* src: make `FileHandle` a (readonly) `StreamBase`Anna Henningsen2018-03-158-14/+279
* src: tighten handle scopes for stream operationsAnna Henningsen2018-03-155-37/+38
* test: remove unused deprecation codeDaniel Bevenius2018-03-152-4/+2
* doc: improve best practices in onboarding-extrasRich Trott2018-03-141-6/+3
* doc: fix minor issues in async_hooks.mdRich Trott2018-03-141-6/+6
* doc: improve text in async_hooks.mdRich Trott2018-03-141-18/+16
* test: fix test-cluster-send-handle-large-payloadRich Trott2018-03-141-0/+0
* doc: add returned values and options to stream.mdIvan Filenko2018-03-151-2/+13
* n-api: take n-api out of experimentalMichael Dawson2018-03-1410-88/+3
* deps: patch V8 to 6.5.254.38Myles Borins2018-03-1419-450/+218
* doc: clarify default TLS handshake timeoutRich Trott2018-03-141-3/+3
* path: remove redundant functionSergey Golovin2018-03-141-77/+9
* build: do not cd on vcbuild helpVse Mozhet Byt2018-03-141-2/+2
* doc: update username and emailYuta Hiroto2018-03-141-2/+2
* src: refactor emit before/after/promiseResolveDaniel Bevenius2018-03-141-21/+13
* test: use descriptive names for regression testsUjjwal Sharma2018-03-135-0/+23
* test: delete test/parallel/test-regress-GH-4948Ujjwal Sharma2018-03-131-43/+0
* doc: improve style guide textRich Trott2018-03-121-3/+2
* test: shared lib build doesn't handle SIGPIPEYihong Wang2018-03-123-17/+39