summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-08-13benchmark: improve assert benchmarksRuben Bridgewater
2018-08-13test: add test-http2-large-file sequential testJames M Snell
2018-08-12test,doc: adjust markdown table for lintingRich Trott
2018-08-12test,doc: adjust async-hooks coverage doc for lintRich Trott
2018-08-12test,doc: wrap common module md doc at 80 charsRich Trott
2018-08-12test,doc: fix lint error in test fixturesRich Trott
2018-08-12test: improve test coverage for comparisonsRuben Bridgewater
2018-08-12util,assert: fix boxed primitives bugRuben Bridgewater
2018-08-12tls: remove SLAB_BUFFER_SIZEAnatoli Papirovski
2018-08-11http2: remove `streamError` from docsJames M Snell
2018-08-11crypto: remove unused SSLWrap handle methodsJon Moss
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-10test: handle errors correctly in GC http testOuyang Yadong
2018-08-10test: remove second arg from assert.ifError()Musa Hamwala
2018-08-10stream: fix readable behavior for highWaterMark === 0Denys Otrishko
2018-08-10src: remove old process.binding('trace_events').emitJames M Snell
2018-08-10trace_events,async_hooks: use intrinsic traceJames M Snell
2018-08-10crypto: deprecate useless crypto APIsTobias Nießen
2018-08-10test: fix crypto test caseTobias Nießen
2018-08-10test: move require of https to after crypto checkDaniel Bevenius
2018-08-10test: move require of http2 to after crypto checkDaniel Bevenius
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-08-09test: don't mask descriptor.enumerableThomas Leah
2018-08-09trace_events: move trace_events to internalBindingJames M Snell
2018-08-09src: move process.binding('performance') to internalBindingJames M Snell
2018-08-09fs: require callback in readRuben Bridgewater
2018-08-09assert: fix loose assert with map and setRuben Bridgewater
2018-08-09assert: improve loose assertion messageRuben Bridgewater
2018-08-08test: remove common.fileExists()Richard Lau
2018-08-08test: remove common.fileExists()Rich Trott
2018-08-08test: update certificates and private keysFedor Indutny
2018-08-07test: remove unused argument in assertionyahavfuchs
2018-08-07trace_events: add node.promises category, rejection counterJames M Snell
2018-08-06test: check arg type for dnsPromises.resolveMasashi Hirano
2018-08-06dgram: implement socket.bind({ fd })Ouyang Yadong
2018-08-06util: adding warnings when NODE_DEBUG is set as http/http2Anto Aravinth
2018-08-05crypto: move createCipher to runtime deprecationTobias Nießen
2018-08-04test: fix n-api addon build warningsKyle Farnung
2018-08-04test: run ESM tests in parallelMichaël Zasso
2018-08-04assert: multiple improvementsRuben Bridgewater
2018-08-03repl: support mult-line string-keyed objectsSam Ruby
2018-08-03dns: type check for dns.setServers argument.Masashi Hirano
2018-08-03test: fix incorrect file mode checkTimothy Gu
2018-08-02test: remove unused configBenjamin Gruenbaum
2018-08-02test: remove third argument from assert.strictEqual()Rishabh Singh
2018-08-01test: remove third argument from call to assert.strictEqual()Michael Sommer
2018-08-01test: see value of "hadError" in tls testOryan Moshe
2018-08-01test: improve reliability in http2-session-timeoutRich Trott
2018-08-01src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACKJon Moss
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss