summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps,src: align ssize_t ABI between Node & nghttp2Anna Henningsen2018-02-103-14/+14
* string_decoder: reimplement in C++Anna Henningsen2018-02-107-238/+478
* repl: refactor tests to not rely on timingBradley Farias2018-02-1018-273/+391
* https: add extra options to Agent#getName()Jeff Principe2018-02-105-64/+127
* src: add "icu::" prefix before ICU symbolsSteven R. Loomis2018-02-093-12/+13
* test: refactor assert testRuben Bridgewater2018-02-102-386/+349
* doc: fix links to Style Guide and CPP Style GuideJustin Lee2018-02-101-2/+2
* test: add url type check in Module optionsJiaHerr Tee2018-02-091-1/+1
* async_hooks: deprecate unsafe emit{Before,After}Ali Ijaz Sheikh2018-02-096-12/+160
* timers: refactor timer list processingAnatoli Papirovski2018-02-095-28/+67
* http2: add req and res options to server creationPeter Marton2018-02-095-5/+95
* doc: fix arg definition in fsAnatoli Papirovski2018-02-091-1/+1
* doc: add devsnek to collaboratorsGus Caplan2018-02-091-0/+2
* doc: fix links in YAML metadata of assert.mdVse Mozhet Byt2018-02-091-2/+6
* assert: fix throws traceRuben Bridgewater2018-02-093-19/+35
* domain: runtime deprecate MakeCallbackAndreas Madsen2018-02-095-0/+100
* benchmark: add stream.pipe benchmarksMathias Buus2018-02-092-0/+48
* process: use linked reusable queue for ticksMathias Buus2018-02-091-27/+49
* doc: add missing meta for createCipherivTobias Nießen2018-02-091-0/+3
* doc: fix description of createDecipherivTobias Nießen2018-02-091-2/+2
* test: properly tag anonymous namespacesMichael Dawson2018-02-088-8/+8
* test: fix flaky timers-block-eventloop testAnatoli Papirovski2018-02-081-17/+11
* net: remove Socket.prototoype.readAnna Henningsen2018-02-081-9/+0
* doc: remove **Note:** tagsJames M Snell2018-02-0832-522/+493
* benchmark: improve compare outputRuben Bridgewater2018-02-081-2/+3
* stream: add a test case for the underlying cause.陈刚2018-02-081-29/+52
* timers: simplify clearTimeout & clearIntervalAnatoli Papirovski2018-02-081-2/+2
* timers: async track unref timersAnatoli Papirovski2018-02-082-3/+64
* timers: be more defensive with intervalsAnatoli Papirovski2018-02-082-2/+13
* timers: remove unused variableAnatoli Papirovski2018-02-081-2/+2
* fs: fix misplaced errors in fs.symlinkSyncJoyee Cheung2018-02-082-6/+6
* stream: fix misleading error messageLuigi Pinca2018-02-082-2/+12
* stream: always defer readable in EOF when syncMatteo Collina2018-02-082-4/+4
* fs: throw errors on invalid paths synchronouslyJoyee Cheung2018-02-087-334/+252
* build: do not suppress output in make doc-onlyJoyee Cheung2018-02-081-1/+1
* src: don't abort when package.json is a directoryBen Noordhuis2018-02-073-5/+16
* doc: fix MDN links to avoid redirectionsVse Mozhet Byt2018-02-085-16/+16
* doc: fix link in https.mdVse Mozhet Byt2018-02-081-1/+1
* test: refactor test-http-abort-before-endcjihrig2018-02-071-11/+8
* tls: provide now value from C++Anatoli Papirovski2018-02-072-6/+5
* src: move GetNow to EnvironmentAnatoli Papirovski2018-02-073-14/+19
* deps: patch V8 to 6.4.388.42Myles Borins2018-02-075-6/+77
* readline: use Date.now() and move test to parallelAnatoli Papirovski2018-02-073-114/+81
* test: improve error message outputBhavani Shankar2018-02-071-8/+14
* doc: be more explicit in the sypnosisTim O. Peters2018-02-071-8/+68
* lib,doc: revert format name to cjs over commonjsGuy Bedford2018-02-073-3/+3
* test: fix flaky test-http2-session-unrefAnatoli Papirovski2018-02-071-2/+0
* 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