summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http2: only call into JS when necessary for session eventsAnna Henningsen2019-08-151-7/+112
* http2: improve JS-side debug loggingAnna Henningsen2019-08-151-54/+58
* buffer: improve copy() performanceBrian White2019-08-141-1/+69
* http: follow symbol naming conventionRobert Nagy2019-08-144-24/+24
* buffer: improve ERR_BUFFER_OUT_OF_BOUNDS defaultcjihrig2019-08-141-1/+1
* module: add warning when import,export is detected in CJS contextGiorgos Ntemiris2019-08-131-18/+48
* stream: improve read() performance furtherBrian White2019-08-121-10/+10
* doc, lib, src, test, tools: fix assorted typosXhmikosR2019-08-121-1/+1
* http: remove redundant conditionLuigi Pinca2019-08-121-1/+1
* module: pkg exports validations and fallbacksGuy Bedford2019-08-121-15/+51
* http: remove duplicate checkRobert Nagy2019-08-111-5/+1
* repl: close file descriptor of history fileJoão Reis2019-08-101-0/+10
* fs: close file descriptor of promisified truncateJoão Reis2019-08-101-1/+2
* dns: update lookupService() first arg namecjihrig2019-08-102-13/+12
* http: add missing stream-like properties to OutgoingMessageRobert Nagy2019-08-101-1/+19
* stream: inline and simplify onwritedrainRobert Nagy2019-08-091-12/+4
* src: add error codes to errors thrown in C++Yaniv Friedensohn2019-08-093-3/+24
* http: buffer writes even while no socket assignedRobert Nagy2019-08-092-3/+10
* stream: improve read() performance moreBrian White2019-08-091-1/+4
* util: improve debuglog performanceBrian White2019-08-091-4/+5
* stream: encapsulate buffer-listRobert Nagy2019-08-092-7/+12
* util: isEqualBoxedPrimitive: ensure both values are actual boxed SymbolsJordan Harband2019-08-091-2/+5
* util: assert: fix deepEqual comparing fake-boxed to real boxed primitiveJordan Harband2019-08-091-1/+3
* module: refine package name validationGuy Bedford2019-08-071-1/+1
* fs: validate fds as int32scjihrig2019-08-071-18/+18
* crypto: extend RSA-OAEP support with oaepHashTobias Nießen2019-08-071-1/+4
* stream: improve read() performanceBrian White2019-08-061-5/+1
* events: give subclass name in unhandled 'error' messageAnna Henningsen2019-08-061-2/+8
* fs: fix (temporary) for esm packageRobert Nagy2019-08-061-0/+4
* path: improve normalization performanceBrian White2019-08-051-1/+4
* net: shallow copy option when create Serverhimself652019-08-031-1/+1
* http2: destroy when settingsFn throws an errorhimself652019-08-021-1/+7
* module: exports error as MODULE_NOT_FOUNDGuy Bedford2019-08-012-4/+5
* worker: handle calling terminate when kHandler is nullelyalvarado2019-07-301-2/+3
* lib: replace var with let in loaders.jsmbj362019-07-301-1/+1
* src: export v8.GetHeapCodeAndMetadataStatistics()Yuriy Vasiyarov2019-07-301-3/+27
* http2: destructure constants from require callDaniel Nalborczyk2019-07-291-15/+15
* http2: add constant to already destructured constantsDaniel Nalborczyk2019-07-291-4/+4
* dgram: changed 'var' to 'let' and 'const'Manuel Ochoa Loaiza2019-07-291-11/+11
* crypto: add null check to outputLength logiccjihrig2019-07-291-1/+2
* http: reset parser.incoming when server response is finishedAnna Henningsen2019-07-281-0/+2
* stream: resolve perf regression introduced by V8 7.3Matteo Collina2019-07-262-3/+11
* policy: add dependencies map for resourcesBradley Farias2019-07-265-49/+160
* crypto: fix handling of malicious getters (scrypt)Tobias Nießen2019-07-261-6/+6
* crypto: add outputLength option to crypto.createHashTobias Nießen2019-07-251-2/+5
* assert: avoid potentially misleading reference to object identityAnna Henningsen2019-07-251-1/+1
* domain: use strong reference to domain while activeAnna Henningsen2019-07-241-1/+6
* crypto: increase maxmem range from 32 to 53 bitsTobias Nießen2019-07-231-3/+3
* module: implement "exports" proposal for CommonJSJan Krems2019-07-232-9/+98
* lib: support min/max values in validateInteger()cjihrig2019-07-231-6/+11