summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-15src: remove unused variable in node_cryptocjihrig
2017-02-14src: remove unused typedefBen Noordhuis
2017-02-14child_process: exit spawnSync with null on signalcjihrig
2017-02-13crypto: remove unused access of tlsext_hostnameDavid Benjamin
2017-02-13src: support UTF-8 in compiled-in JS source filesBen Noordhuis
2017-02-11src: fix delete operator on vm contextFranziska Hinkelmann
2017-02-11src: fix --icu-data-dir= regressionBen Noordhuis
2017-02-11src: make --icu-data-dir= switch testableBen Noordhuis
2017-02-09crypto: support OPENSSL_CONF againSam Roberts
2017-02-09src: add SafeGetenv() to internal APISam Roberts
2017-02-09src: fix -Wunused-result compiler warningBen Noordhuis
2017-02-08src: make copies of startup environment variablesBen Noordhuis
2017-02-07crypto: throw error in CipherBase::SetAutoPaddingKirill Fomichev
2017-02-05src: refactor CopyProperties to remove JSAnnaMag
2017-02-04src: don't overwrite non-writable vm globalsFranziska Hinkelmann
2017-02-03src: fix building --without-v8-plartformMyk Melez
2017-02-04crypto: Remove expired certs from CNNIC whitelistShigeki Ohtsu
2017-02-04crypto: add cert check issued by StartCom/WoSignShigeki Ohtsu
2017-01-31src: remove usage of V8 deprecated API in node_url.ccTimothy Gu
2017-01-30process: add --redirect-warnings command line argumentJames M Snell
2017-01-30src: fix v8 local handling in node_url.ccAnna Henningsen
2017-01-27src: fix the misalinged text on "node --help"Aashil Patel
2017-01-26src: update NODE_MODULE_VERSION to 52Michaël Zasso
2017-01-26src: move trace_event.h include to internal headerBen Noordhuis
2017-01-25Revert "src: don't overwrite non-writable vm globals"Anna Henningsen
2017-01-25src: support "--" after "-e" as end-of-optionsJohn Barboza
2017-01-24crypto: return the retval of HMAC_UpdateTravis Meisenheimer
2017-01-24crypto: ability to select cert store at runtimeAdam Majer
2017-01-24crypto: Use system CAs instead of using bundled onesAdam Majer
2017-01-24crypto: do not use pointers to std::vectorAdam Majer
2017-01-23src: remove unnecessary req_wrap_objDaniel Bevenius
2017-01-23src: add a missing space in node_os.ccAlexey Orlenko
2017-01-23src: add NODE_NO_WARNINGS to --help outputcjihrig
2017-01-23process: improve process.hrtimeJoyee Cheung
2017-01-23crypto: freelist_max_len is gone in OpenSSL 1.1.0Adam Langley
2017-01-22url: add return value to ToUnicode/ToAscii stubsBirunthan Mohanathas
2017-01-20inspector: no crash when WS server can't startEugene Ostroukhov
2017-01-19test: have inspector test pick an open portEugene Ostroukhov
2017-01-17child_process: allow Infinity as maxBuffer valuecjihrig
2017-01-17build: don't squash signal handlers with --sharedStewart X Addison
2017-01-16src: remove unused PROTOCOL_JSON arrayBen Noordhuis
2017-01-11src: enable writev for pipe handles on UnixAlexey Orlenko
2017-01-10crypto: use check macros in CipherBase::SetAuthTagKirill Fomichev
2017-01-07src: fix TracingController cleanupJason Ginchereau
2017-01-06src: reduce test_inspector_socket_server outputDaniel Bevenius
2017-01-06src: fix space for module version mismatch errorYann Pringault
2017-01-05url: do not decode arbitrary %2e sequences in pathsJames M Snell
2017-01-03src, inspector: add --inspect-brk optionJosh Gavant
2017-01-01url: improve spec compliance of WHATWG URLMichaël Zasso
2016-12-29crypto: use CHECK_NE instead of ABORT or abortSam Roberts