summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-08-23vm: move process.binding('contextify') to internalBindingJames M Snell
2018-08-24worker: remove redundant function call to `setupPortReferencing`Ouyang Yadong
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-24test: add comment describing test-fs-mkdirJennifer Bland
2018-08-23async_hooks: adding regression test case for async/awaitAnto Aravinth
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-08-23test: harden sequential/test-performanceRuben Bridgewater
2018-08-22os: add os.{get,set}Priority()cjihrig
2018-08-22tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina
2018-08-22test: remove redundant cli testsBryan English
2018-08-21stream: restore flow if there are 'data' handlers after once('readable')Matteo Collina
2018-08-22lib: require a callback for end-of-streamRuben Bridgewater
2018-08-20test: improve assert message in http timeout testRich Trott
2018-08-20test: move http timeout test to parallelRich Trott
2018-08-20test: fix flaky http timeout testRich Trott
2018-08-20src: implement v8::Platform::CallDelayedOnWorkerThreadAlexey Kozyatinskiy
2018-08-20test: remove third argument from assert.strictEqual()Dzmitry_Prudnikau
2018-08-20test: cover error case in os getCheckedFunction()cjihrig
2018-08-20os: improve networkInterfaces performanceRuben Bridgewater
2018-08-20assert, util: *DeepEqual() handles ArrayBuffersCaleb Sander
2018-08-20test: harden test-gc-http-clientRuben Bridgewater
2018-08-20util,assert: improve performanceRuben Bridgewater
2018-08-19src: move process.binding('signal_wrap') to internalBindingJames M Snell
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-19util: mark special entries as suchRuben Bridgewater
2018-08-19util: escape symbol and non-enumerable keysRuben Bridgewater
2018-08-18v8: move process.binding('v8') to internalBindingJames M Snell
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-18http2: move process.binding('http2') to internalBindingJames M Snell
2018-08-18src: encode 0x27 (') for special URLsTimothy Gu
2018-08-19src: implement the new EmbedderGraph::AddEdge()Joyee Cheung
2018-08-16test: fix cctest URLTest.ToFilePath on Win32 without IntlJames M Snell
2018-08-16cli: fix flags on help outputGus Caplan
2018-08-16buffer: avoid overrun on UCS-2 string writeRod Vagg
2018-08-16buffer: stop alloc() uninitialized memory returncjihrig
2018-08-16test: fix error messages for OpenSSL-1.1.0iShigeki Ohtsu
2018-08-15http2: emit timeout on compat request and responseJames M Snell
2018-08-15buffer: show hidden item countRuben Bridgewater
2018-08-15util: improve empty typed array inspectionRuben Bridgewater
2018-08-15util,assert: improve comparison performanceRuben Bridgewater
2018-08-15test: remove harmony flagsRuben Bridgewater
2018-08-15util: fix sparse array inspectionRuben Bridgewater
2018-08-15util: properly indent special propertiesRuben Bridgewater
2018-08-15test: mark async-hooks/test-callback-error as flakyJoyee Cheung
2018-08-15test: mark async-hooks/test-statwatcher as flakyJoyee Cheung
2018-08-14process: wrap process.binding for selective fallthroughJames M Snell
2018-08-14test: rename some allegoriesVse Mozhet Byt
2018-08-14test: call gc() explicitly to avoid OOMRefael Ackermann
2018-08-13test: remove common.hasTracingRich Trott
2018-08-13fs: readdir optionally returning type informationBryan English