summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-01-22http: make ClientRequest#setTimeout() noop at endTim De Pauw
2019-01-20test: switch to native v8 coverageBenjamin Coe
2019-01-20http: reuse noop function in socketOnError()cjihrig
2019-01-20tls: make tls.connect() accept a timeout optionLuigi Pinca
2019-01-18crypto: fix key handle extractionTobias Nießen
2019-01-18util: fix iterable types with special prototypeRuben Bridgewater
2019-01-18test: add node-report testsLakshmiSwethaG
2019-01-18src: merge into coreGireesh Punathil
2019-01-18worker: enable passing command line flagsYael Hermon
2019-01-17process: allow reading umask in workerscjihrig
2019-01-17policy: manifest with subresource integrity checksBradley Farias
2019-01-16src: pass cli options to bootstrap/loaders.js lexicallyJoyee Cheung
2019-01-16process: register the inspector async hooks in bootstrap/node.jsJoyee Cheung
2019-01-16process: refactor coverage setup during bootstrapJoyee Cheung
2019-01-16os: add fallback for undefined CPUsMinwoo Jung
2019-01-16process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-14util: fixes type in argument type validation errorAnkur Oberoi
2019-01-14os: improve networkInterfaces() performanceBrian White
2019-01-12src: simplify NativeModule caching and remove redundant dataJoyee Cheung
2019-01-11util: remove eslint comments and rename variablesRuben Bridgewater
2019-01-11util: remove outdated commentRuben Bridgewater
2019-01-11util: simpler module namespace codeRuben Bridgewater
2019-01-11util: code cleanupRuben Bridgewater
2019-01-11util: switch recurseTimes counterRuben Bridgewater
2019-01-11url: return backslashes from fileURLToPath on winKevin Smith
2019-01-10lib: move DEP0029 to end of lifecjihrig
2019-01-10lib: move DEP0028 to end of lifecjihrig
2019-01-10lib: move DEP0027 to end of lifecjihrig
2019-01-10lib: move DEP0026 to end of lifecjihrig
2019-01-10buffer: move Buffer prototype wiring into internal/buffer.jsJoyee Cheung
2019-01-10buffer: move initialization of buffer prototype into node.jsJoyee Cheung
2019-01-10assert: make `actual` and `expected` gettersRuben Bridgewater
2019-01-10util: add null prototype support for dateAnto Aravinth
2019-01-09util: update comment in util.promisifyKazushi Kitaya
2019-01-09fs: extract start and end check into checkPositionZYSzys
2019-01-09util: inspect ArrayBuffers contents as wellRuben Bridgewater
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2019-01-08crypto: remove deprecated crypto._toBufTobias Nießen
2019-01-08crypto: always accept private keys as public keysTobias Nießen
2019-01-08lib: support overriding http\s.globalAgentRoy Sommer
2019-01-07crypto: fix key object wrapping in sync keygenTobias Nießen
2019-01-06lib: move DEP0023 to end of lifecjihrig
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: refactor tickInfo accessJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2019-01-05buffer: refactor checks for SlowBuffer creationP. Mike
2019-01-05zlib: add brotli supportAnna Henningsen
2019-01-04worker: improve JS-side debuggingAnna Henningsen
2019-01-05src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung
2019-01-04lib: move DEP0006 to end of lifecjihrig