summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-08-08v8: move serdes to internalBindingGus Caplan
2018-08-08crypto: simplify state failure handlingTobias Nießen
2018-08-07dgram: fix linting issueJon Moss
2018-08-07zlib: remove unused parametersMaleDong
2018-08-07lib: extract validateString validatorJon Moss
2018-08-07dgram: deprecate all previous private APIscjihrig
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-05buffer: use FastBuffer when fill is set to 0Сковорода Никита Андреевич
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-08-04http,tls: name anonymous callbacksMarco Levrero
2018-08-04src: remove unused env->vm_parsing_context_symbolJon Moss
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-01readline,zlib: named anonymous functionsAnto Aravinth
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss
2018-07-31https: allow url and options to be passed to https.requestSam Ruby
2018-07-31vm: rename vm.Module to vm.SourceTextModuleGus Caplan
2018-07-31doc: clarify text about internal module changesMaleDong
2018-07-29fs: reduce memory retention when streaming small filesAnna Henningsen
2018-07-29http2: release request()'s "connect" event listener after it runsJames Ide
2018-07-28dgram: add getters/setters for private APIscjihrig
2018-07-28dgram: make _createSocketHandle() internal onlycjihrig
2018-07-28dgram: hide underscored Socket propertiescjihrig
2018-07-28dgram: hide _healthCheck() and _stopReceiving()cjihrig
2018-07-27lib: remove usc-2 encodingBrian White
2018-07-27util: harden util.inspectRuben Bridgewater
2018-07-27build: create V8 code cache after script is runJoyee Cheung
2018-07-22tls: warn on NODE_TLS_REJECT_UNAUTHORIZED = '0'cjihrig
2018-07-18tls: named anonymous functions in _tls_wrap.jsprayag21
2018-07-18util: improve display of iterators and weak entriesRuben Bridgewater
2018-07-18stream: name anonymous function in _stream_writable.jsmariotsi
2018-07-18stream: named anonymous functions in _stream_readable.jsSimionescu, Radu
2018-07-18crypto: add better scrypt option aliasesAnna Henningsen
2018-07-18tls: name anonymous function in tls.jsKevin Lacabane
2018-07-18http: name anonymous function in _http_common.jsPetras
2018-07-18crypto: prevent Sign::SignFinal from crashingTobias Nießen
2018-07-16lib: update punycode to 2.1.1Rich Trott
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-16util: do not escape single quotes if not necessaryRuben Bridgewater
2018-07-16process: refactor emitWarningRuben Bridgewater
2018-07-16assert: improve simple assertRuben Bridgewater
2018-07-16console: fix timeEnd() not coercing the inputRuben Bridgewater
2018-07-16console,util: avoid pair array generation in C++Anna Henningsen
2018-07-16http2: remove `waitTrailers` listener after closing a streamRidgeA
2018-07-15src: make heap snapshot & embedder graph accessible for testsAnna Henningsen
2018-07-15fs: throw ERR_INVALID_ARG_VALUE when buffer being written is emptyAdityaSrivast
2018-07-14lib: refactor cli tableRuben Bridgewater