summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: do not check TXT content in test-dns-anyJoyee Cheung2018-02-071-3/+0
* tools: add fixer for prefer-assert-iferror.jsShobhit Chittora2018-02-072-6/+31
* errors: move error creation helpers to errors.jsJoyee Cheung2018-02-0710-92/+148
* fs: do not call new when creating uvExceptionJoyee Cheung2018-02-071-19/+19
* util: skip type checks in internal getSystemErrorNameJoyee Cheung2018-02-072-9/+12
* tools: add FileHandle to doc/type-parser.jsVse Mozhet Byt2018-02-072-13/+13
* test: add test for stream unpipe with 'data' listenersAnna Henningsen2018-02-061-0/+29
* stream: always reset awaitDrain when emitting dataAnna Henningsen2018-02-062-9/+38
* doc: add missing "changes" key in YAML commentLuigi Pinca2018-02-061-0/+1
* doc: fix typo in http2.mdVse Mozhet Byt2018-02-061-1/+1
* doc: add missing URL types in fs promise APIVse Mozhet Byt2018-02-061-5/+5
* http2: add http fallback options to .createServerPeter Marton2018-02-063-2/+115
* http: add options to http.createServer()Peter Marton2018-02-069-9/+222
* doc,assert,timers: assign deprecation codesAnna Henningsen2018-02-064-12/+13
* doc: update onboarding-extrasGus Caplan2018-02-061-1/+1
* doc: modify the return value of request.write()陈刚2018-02-061-1/+3
* src: fix crypto.pbkdf2 callback error argumentBufoViridis2018-02-061-1/+1
* test: added input validation test for fchmodLuca Maraschi2018-02-063-2/+70
* assert: fix generatedMessageRuben Bridgewater2018-02-062-7/+16
* assert: do not read Node.js modulesRuben Bridgewater2018-02-063-50/+100
* doc: fix typo in n-api.mdVse Mozhet Byt2018-02-061-1/+1
* build: add doc linting when runnning `make lint`Camilo Gonzalez2018-02-061-0/+1
* stream: defer readable and flow when syncMathias Buus2018-02-063-5/+119
* doc: add introduce about cli optionsWeijia Wang2018-02-061-0/+11
* src: fix GetCpuProfiler() deprecation warningBen Noordhuis2018-02-062-3/+15
* test: improve tests for test-http-url.parseWeijia Wang2018-02-068-68/+25
* test: remove NodeTestFixture from Env constructorDaniel Bevenius2018-02-063-12/+10
* test: introduce SetUpTestCase/TearDownTestCaseDaniel Bevenius2018-02-062-30/+31
* fs: add initial set of fs.promises APIsJames M Snell2018-02-0510-187/+1957
* fs: add FileHandle object fd wrapperJames M Snell2018-02-054-4/+277
* fs: add FSReqPromiseJames M Snell2018-02-054-37/+138
* src: handle exceptions in env->SetImmediatesJames M Snell2018-02-051-7/+20
* n-api: remove extra reference from testGabriel Schulhof2018-02-051-3/+0
* n-api: add methods to open/close callback scopeMichael Dawson2018-02-059-4/+314
* doc: small typo in n-api.mdiskore2018-02-051-1/+1
* doc: add section for strategic initiativesMichael Dawson2018-02-051-0/+2
* doc: remove usage of you in n-api docMichael Dawson2018-02-051-5/+2
* doc: expand on promises and async_hooksAli Ijaz Sheikh2018-02-051-0/+56
* n-api: wrap control flow macro in do/whileBen Noordhuis2018-02-051-4/+6
* deps: patch V8 to 6.4.388.41Myles Borins2018-02-053-1/+24
* stream: cleanup() when unpiping all streams.陈刚2018-02-052-1/+55
* test: remove destructor from node_test_fixtureDaniel Bevenius2018-02-052-15/+1
* test: fix cctest -Wunused-variable warningBen Noordhuis2018-02-051-1/+1
* tools: add .mjs linting for WindowsVse Mozhet Byt2018-02-051-1/+1
* loader: fix up #18394Gus Caplan2018-02-045-19/+54
* doc: fix `REPLACEME` in changelog PR URLsAnna Henningsen2018-02-043-6/+6
* timers: prevent event loop blockingAnatoli Papirovski2018-02-042-1/+8
* timers: use start instead of stop + startAnatoli Papirovski2018-02-041-1/+0
* timers: use const as appropriateAnatoli Papirovski2018-02-041-7/+7
* timers: re-enter C++ less frequentlyAnatoli Papirovski2018-02-042-10/+16