summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-11build: add option to build v8 with GNYang Guo
2018-04-11build: update node.gyp to reference gypfiles/v8.gypJoyee Cheung
2018-04-11deps: update v8.gypMichaël Zasso
2018-04-11src: update NODE_MODULE_VERSION to 63Myles Borins
2018-04-11build: reset embedder string to "-node.0"Myles Borins
2018-04-11deps: update V8 to 6.6.346.23Myles Borins
2018-04-11doc: unify End-of-Life markerTobias Nießen
2018-04-11doc: add missing backticks around code fragments.Vse Mozhet Byt
2018-04-11doc, tools: make type parsing more strictVse Mozhet Byt
2018-04-11test: fix test-http-dump-req-when-res-endsLuigi Pinca
2018-04-11http2: emit session connect on next tickPieter Mees
2018-04-11doc: add Http2Session.connecting propertyPieter Mees
2018-04-11test: move require('http2') after crypto checkDaniel Bevenius
2018-04-11test: add check for root userDaniel Bevenius
2018-04-10buffer: do not emit deprecation notice on Buffer.ofTimothy Gu
2018-04-10buffer: removed unneeded FastBuffer constructorTimothy Gu
2018-04-10test: verify inspector help url workscjihrig
2018-04-10build: add support for IBM i platformJesse Gorzinski
2018-04-10doc: prevent a false-positive linkificationVse Mozhet Byt
2018-04-10url: make urlToOptions() handle IPv6 literalsLuigi Pinca
2018-04-10test: refactor parallel/test-tls-async-cb-after-socket-endjuggernaut451
2018-04-10test: refactor parallel/test-tls-cert-chains-concatjuggernaut451
2018-04-10src: add punctuation in --inspector doc url messageNick Filatov
2018-04-10fs: fix missing 'error' event in (Read|Write)Stream#destroyKohei Hiraga
2018-04-10assert: lazy load acornRuben Bridgewater
2018-04-10assert: fix error messageRuben Bridgewater
2018-04-10src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONGJoyee Cheung
2018-04-10test: fix flaky http-client-timeout-agentSantiago Gimeno
2018-04-10doc: fix about `decodeStrings` property of `stream.Writable`Ryusei Yamaguchi
2018-04-10zlib: fix windowBits validation to allow 0 for decompression modeAnand Suresh
2018-04-10deps: cherry-pick b767cde1e7 from upstream V8Ben Noordhuis
2018-04-10url: use existing handlers instead of duplicated codeSergey Golovin
2018-04-10module: fix `e.stack` error when throwing undefined or nullZhenzhen Zhan
2018-04-10buffer: do deprecation warning outside `node_modules`Anna Henningsen
2018-04-10test: refactor parallel/test-tls-delayed-attachjuggernaut451
2018-04-10zlib: use `.bytesWritten` instead of `.bytesRead`Anna Henningsen
2018-04-10url: fix error typeBenjamin Gruenbaum
2018-04-10benchmark: changed millions and thousands to njuggernaut451
2018-04-09doc: improve buf.indexOf() documentation styleRich Trott
2018-04-10build, tools, win: add nasm detection for OpenSSLJoão Reis
2018-04-10doc: fix API descriptions for OpenSSL-1.1.0Shigeki Ohtsu
2018-04-10crypto: remove deperecated methods of TLS versionShigeki Ohtsu
2018-04-10tools: install all header files OpenSSL-1.1.0Shigeki Ohtsu
2018-04-10test: remove openssl -no_rand_screen optsShigeki Ohtsu
2018-04-10build: add OpenSSL-1.1.0 supportShigeki Ohtsu
2018-04-10deps: update archs files for OpenSSL-1.1.0Shigeki Ohtsu
2018-04-10deps: add gyp, header and Makefile for openssl110Shigeki Ohtsu
2018-04-10deps: add s390 asm rules for OpenSSL-1.1.0Shigeki Ohtsu
2018-04-10deps: delete files of OpenSSL-1.0.2Shigeki Ohtsu
2018-04-10deps: upgrade openssl sources to 1.1.0hShigeki Ohtsu