summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-08-15console: minor timeLogImpl() refactorcjihrig
2019-08-15http2: only call into JS when necessary for session eventsAnna Henningsen
2019-08-15http2: improve JS-side debug loggingAnna Henningsen
2019-08-14buffer: improve copy() performanceBrian White
2019-08-14http: follow symbol naming conventionRobert Nagy
2019-08-14buffer: improve ERR_BUFFER_OUT_OF_BOUNDS defaultcjihrig
2019-08-13module: add warning when import,export is detected in CJS contextGiorgos Ntemiris
2019-08-12stream: improve read() performance furtherBrian White
2019-08-12doc, lib, src, test, tools: fix assorted typosXhmikosR
2019-08-12http: remove redundant conditionLuigi Pinca
2019-08-12module: pkg exports validations and fallbacksGuy Bedford
2019-08-11http: remove duplicate checkRobert Nagy
2019-08-10repl: close file descriptor of history fileJoão Reis
2019-08-10fs: close file descriptor of promisified truncateJoão Reis
2019-08-10dns: update lookupService() first arg namecjihrig
2019-08-10http: add missing stream-like properties to OutgoingMessageRobert Nagy
2019-08-09stream: inline and simplify onwritedrainRobert Nagy
2019-08-09src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-08-09http: buffer writes even while no socket assignedRobert Nagy
2019-08-09stream: improve read() performance moreBrian White
2019-08-09util: improve debuglog performanceBrian White
2019-08-09stream: encapsulate buffer-listRobert Nagy
2019-08-09util: isEqualBoxedPrimitive: ensure both values are actual boxed SymbolsJordan Harband
2019-08-09util: assert: fix deepEqual comparing fake-boxed to real boxed primitiveJordan Harband
2019-08-07module: refine package name validationGuy Bedford
2019-08-07fs: validate fds as int32scjihrig
2019-08-07crypto: extend RSA-OAEP support with oaepHashTobias Nießen
2019-08-06stream: improve read() performanceBrian White
2019-08-06events: give subclass name in unhandled 'error' messageAnna Henningsen
2019-08-06fs: fix (temporary) for esm packageRobert Nagy
2019-08-05path: improve normalization performanceBrian White
2019-08-03net: shallow copy option when create Serverhimself65
2019-08-02http2: destroy when settingsFn throws an errorhimself65
2019-08-01module: exports error as MODULE_NOT_FOUNDGuy Bedford
2019-07-30worker: handle calling terminate when kHandler is nullelyalvarado
2019-07-30lib: replace var with let in loaders.jsmbj36
2019-07-30src: export v8.GetHeapCodeAndMetadataStatistics()Yuriy Vasiyarov
2019-07-29http2: destructure constants from require callDaniel Nalborczyk
2019-07-29http2: add constant to already destructured constantsDaniel Nalborczyk
2019-07-29dgram: changed 'var' to 'let' and 'const'Manuel Ochoa Loaiza
2019-07-29crypto: add null check to outputLength logiccjihrig
2019-07-28http: reset parser.incoming when server response is finishedAnna Henningsen
2019-07-26stream: resolve perf regression introduced by V8 7.3Matteo Collina
2019-07-26policy: add dependencies map for resourcesBradley Farias
2019-07-26crypto: fix handling of malicious getters (scrypt)Tobias Nießen
2019-07-25crypto: add outputLength option to crypto.createHashTobias Nießen
2019-07-25assert: avoid potentially misleading reference to object identityAnna Henningsen
2019-07-24domain: use strong reference to domain while activeAnna Henningsen
2019-07-23crypto: increase maxmem range from 32 to 53 bitsTobias Nießen
2019-07-23module: implement "exports" proposal for CommonJSJan Krems