summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-18src: merge into coreGireesh Punathil
2019-01-18worker: enable passing command line flagsYael Hermon
2019-01-18doc: fix typo in Buffer APIH1Gdev
2019-01-17test: prepare test-hash-seed for CIRich Trott
2019-01-17test: refactor min() in test-hash-seedRich Trott
2019-01-17test: add check for wrk to test-keep-aliveRich Trott
2019-01-17doc: add Rich back to TSC listMichael Dawson
2019-01-17process: allow reading umask in workerscjihrig
2019-01-17test: revert fail `coverage` target if tests fail"Michael Dawson
2019-01-17policy: manifest with subresource integrity checksBradley Farias
2019-01-17test: fix test-repl timeout and tmpdir refreshBrian White
2019-01-17doc: add metadata about ecdh curve optionsSam Roberts
2019-01-17src: fix FIPS section in Sign::SignFinalDaniel Bevenius
2019-01-17build: introduce --openssl-is-fips flagDaniel Bevenius
2019-01-16deps: v8, cherry-pick 9365d09, aac2f8c, 47d34a3Benjamin Coe
2019-01-16src: call `Environment::Exit()` for fatal exceptionsAnna Henningsen
2019-01-16src: reset `StopTracingAgent()` before platform teardownAnna Henningsen
2019-01-16test: refactor pummel/test-net-pingpongRich Trott
2019-01-16test: refactor pummel/test-net-many-clientsRich Trott
2019-01-16test: refactor pummel/test-net-connect-econnrefusedRich Trott
2019-01-16test: refactor pummel/test-keep-aliveRich Trott
2019-01-16src: remove unused `internalBinding('config')` propertiesJoyee Cheung
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-16inspector, test: verify reported console messageEugene Ostroukhov
2019-01-16process: refactor coverage setup during bootstrapJoyee Cheung
2019-01-16os: add fallback for undefined CPUsMinwoo Jung
2019-01-15src: remove unused variablecjihrig
2019-01-16process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-15test: improve known_issues/test-vm-timeout-escape-queuemicrotaskRich Trott
2019-01-15build,test: fail `coverage` target if tests failRefael Ackermann
2019-01-15doc: revert incorrect change on readable._readMatteo Collina
2019-01-14doc: add TLSSocket.isSessionReused() docsSam Roberts
2019-01-14doc: improve Sign/Verify examples and docsSam Roberts
2019-01-14test: add test for fs.lchmodZYSzys
2019-01-14src: move node::errno_string into node_errors.h/ccJoyee Cheung
2019-01-14deps,v8: silence V8 self-deprecation warningsRefael Ackermann
2019-01-14util: fixes type in argument type validation errorAnkur Oberoi
2019-01-14build: set `-blibpath:` for AIXRichard Lau
2019-01-14doc: fix section order in vm.mdVse Mozhet Byt
2019-01-14test: rework ephemeralkeyinfo to run in parallelSam Roberts
2019-01-14os: improve networkInterfaces() performanceBrian White
2019-01-14test: check for tls renegotiation errorsSam Roberts
2019-01-14http2: add test case for goawayAnto Aravinth
2019-01-13doc: fix sorting in buffer.mdVse Mozhet Byt
2019-01-13doc: fix `napi_open_callback_scope` descriptionPhilipp Renoth
2019-01-12test: fix test-net-connect-econnrefused (again)Rich Trott
2019-01-12src: dispose of V8 platform in `process.exit()`Anna Henningsen
2019-01-12src: simplify NativeModule caching and remove redundant dataJoyee Cheung
2019-01-12doc: document that stream.on('close') was changed in Node 10Matteo Collina