summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fs: forbid concurrent operations on Dir handleAnna Henningsen2020-05-152-0/+38
* Revert "vm: add importModuleDynamically option to compileFunction"Matteo Collina2020-05-152-29/+28
* module: do not check circular dependencies for exported proxiesRuben Bridgewater2020-05-151-5/+13
* repl: improve repl autocompletion for require callsRuben Bridgewater2020-05-151-52/+44
* repl: replace hard coded core module list with actual listRuben Bridgewater2020-05-152-50/+13
* repl: show reference errors during previewRuben Bridgewater2020-05-152-6/+26
* repl: improve repl previewRuben Bridgewater2020-05-152-11/+35
* src: add support for TLAGus Caplan2020-05-145-24/+29
* tls: fix --tls-keylog optionAlba Mendez2020-05-141-37/+32
* src: add primordials to arguments commentDaniel Bevenius2020-05-131-1/+1
* http: don't destroy completed requestRobert Nagy2020-05-111-1/+4
* http: emit 'error' on aborted server requestRobert Nagy2020-05-102-1/+13
* lib: fix typo in timers insert function commentDaniel Bevenius2020-05-101-1/+1
* perf_hooks: fix error message for invalid entryTypesMichaƫl Zasso2020-05-101-5/+6
* http: return this from OutgoingMessage#destroy()cjihrig2020-05-091-1/+3
* http: return this from ClientRequest#destroy()cjihrig2020-05-091-1/+3
* http: return this from IncomingMessage#destroy()cjihrig2020-05-091-0/+1
* buffer: improve copy() performanceNikolai Vavilov2020-05-091-1/+1
* tls: reset secureConnecting on client socketDavid Halls2020-05-091-0/+2
* fs: add .ref() and .unref() methods to watcher classesrickyes2020-05-092-2/+59
* http: set IncomingMessage.destroyedRobert Nagy2020-05-093-1/+14
* http: expose http.validate-header-name/valueosher2020-05-092-0/+6
* zlib: reject windowBits=8 when mode=GZIPBen Noordhuis2020-05-091-1/+3
* async_hooks: move PromiseHook handler to JSStephen Belanger2020-05-092-5/+74
* lib: refactored scheduling policy assignmentYash Ladha2020-05-091-10/+11
* module: better error for named exports from cjsMyles Borins2020-05-081-0/+27
* http: cleanup end argument handlingRobert Nagy2020-05-081-39/+46
* lib: fix grammar in internal/bootstrap/loaders.jsszTheory2020-05-081-1/+1
* module: lazy load 'getOptionValue' in initializeLoaderhimself652020-05-081-2/+2
* stream: make from read one at a timeRobert Nagy2020-05-061-0/+2
* http: fixes memory retention issue with FreeList and HTTPParserJohn Leidegren2020-05-051-2/+2
* http: ensure client request emits closeRobert Nagy2020-05-042-25/+22
* test: update c8 ignore commentbcoe2020-05-031-1/+1
* esm: improve commonjs hint on module not foundDaniele Belardi2020-05-031-6/+84
* http: simplify sending headerRobert Nagy2020-05-031-13/+5
* http: set default timeout in agent keepSocketAliveOwen Smith2020-04-301-5/+5
* stream: remove unused _transformStateRobert Nagy2020-04-301-6/+0
* stream: fix stream.finished on DuplexRobert Nagy2020-04-301-4/+12
* vm: fix vm.measureMemory() and introduce execution optionJoyee Cheung2020-04-301-5/+12
* stream: simplify Readable push/unshift logichimself652020-04-301-7/+9
* module: no type module resolver side effectsGuy Bedford2020-04-291-8/+1
* lib: cosmetic change to builtinLibs list for maintainabilityJames M Snell2020-04-291-5/+33
* stream: add null check in Readable.fromPranshu Srivastava2020-04-291-5/+11
* worker: add stack size resource limit optionAnna Henningsen2020-04-291-1/+5
* stream: let Duplex re-use Writable propertiesRobert Nagy2020-04-291-37/+14
* console: support console constructor groupIndentation optionrickyes2020-04-291-6/+21
* crypto: generator must be int32 in DiffieHellman()Ben Noordhuis2020-04-281-1/+3
* crypto: key size must be int32 in DiffieHellman()Ben Noordhuis2020-04-281-1/+11
* cluster: fix error on worker disconnect/destroySantiago Gimeno2020-04-281-2/+9
* lib: fix validateport error message when allowZero is falserickyes2020-04-282-3/+7