summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-20test: actually test tty `getColorDepth()`Jeremiah Senkpiel
2018-02-20test: move getTTYfd() to common helpersJeremiah Senkpiel
2018-02-20test: http2 client settings invalid callbackTrivikram
2018-02-20test: http2 client ping errorsTrivikram
2018-02-20test: http2 client operations after destroyTrivikram
2018-02-19build: add node_lib_target_name to cctest depsDaniel Bevenius
2018-02-19http2: make response.end() return thisMatteo Collina
2018-02-19http: OutgoingMessage.end() should return thisMatteo Collina
2018-02-19stream: writable.end should return this.Matteo Collina
2018-02-17tools: custom eslint autofix for inspector-check.jsShobhit Chittora
2018-02-17tools: auto fix custom crypto-check eslint ruleShobhit Chittora
2018-02-17lib: allow process kill by signal numberSam Roberts
2018-02-17test: refactor parallel/test-tls-pausejuggernaut451
2018-02-17test: refactor stream-*-constructor-set-methodsLuigi Pinca
2018-02-17test: stdio pipe behavior testsBartosz Sosnowski
2018-02-17tools, test: fix prof polyfill readlinekillagu
2018-02-17fs: move fs.promises API to fs/promisesMichaël Zasso
2018-02-16test: refactor parallel/test-tls-0-dns-altnamejuggernaut451
2018-02-16test: add common.skipIfEslintMissingMyles Borins
2018-02-16test: fix warnings in addon testsAli Ijaz Sheikh
2018-02-16test: fix unrelated variable name changesAnatoli Papirovski
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-16module: fix main lookup regression from #18728Guy Bedford
2018-02-16test,benchmark,doc: enable dot-notation ruleRuben Bridgewater
2018-02-16test: refactor parallel/test-tls-addcajuggernaut451
2018-02-16test: refactor of test-tls-over-http-tunneljuggernaut451
2018-02-16test: make tls test more rigorousBen Noordhuis
2018-02-16test: reduce benchmark test run timejuggernaut451
2018-02-16test: try to connect after server was closedLeko
2018-02-16child_process: fix stdio sockets creationSantiago Gimeno
2018-02-16test: wrap countdown callback in common.mustCallBamieh
2018-02-16buffer: remove obsolete NaN checkRuben Bridgewater
2018-02-16test: update a few tests to work on OpenBSDAaron Bieber
2018-02-16lib,src: audit process.env in lib/ for setuid binaryJose M. Palacios Diaz
2018-02-16test: add lib path env when node_shared=trueYihong Wang
2018-02-16process: deprecate process.assert()Ruben Bridgewater
2018-02-16tools: add assert.doesNotThrow eslint ruleRuben Bridgewater
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-02-16tools: enable no-unsafe-finallyRuben Bridgewater
2018-02-16src: set thread local env in CreateEnvironmentDaniel Bevenius
2018-02-15stream: readable continues to read when `push('')`陈刚
2018-02-15http: process 100, 102-199 according to specs.Miles Elam
2018-02-14test: add multiline repl input regression testcjihrig
2018-02-14test: remove unnecessary timercjihrig
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-14test: make sure WriteWrap tests are actually asyncAnna Henningsen
2018-02-14tls_wrap: use DoTryWrite()Anna Henningsen