Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-05-09net: remove typo in setTimeout commentDaniel Bevenius
2018-05-08fs: fchmod->fchown in promises/lchownСковорода Никита Андреевич
2018-05-08fs: remove broken code in promises/writeСковорода Никита Андреевич
2018-05-08console: make console.table() use colored inspectTSUYUSATO Kitsune
2018-05-08fs: move fs/promises to fs.promisescjihrig
2018-05-07constants: freeze the constants objectBryan English
2018-05-07errors: remove ERR_INVALID_ARRAY_LENGTHRuben Bridgewater
2018-05-07url: fix WHATWG host formatting errorYichao 'Peak' Ji
2018-05-07Revert "stream: prevent 'end' to be emitted after 'error'"Brian White
2018-05-06errors: remove dead codeRuben Bridgewater
2018-05-06tls: remove sharedCreds in Server constructorDaniel Bevenius
2018-05-06tls: cleanup onhandshakestart callbackAnatoli Papirovski
2018-05-06lib: expose FixedQueue internally and fix nextTick bugAnatoli Papirovski
2018-05-05https: defines maxHeadersCount in the constructorDaiki Arai
2018-05-05repl: add spaces to load/save messagescjihrig
2018-05-03console: console.time() should not reset a timer when it existsGus Caplan
2018-05-03lib: named anonymous functionsCarrie Coxwell
2018-05-03util: named anonymous functionsCarrie Coxwell
2018-05-03util: improve spliceOne perfAnatoli Papirovski
2018-05-03events: optimize condition for optimal scenarioAnatoli Papirovski
2018-05-03child_process: name anonymous functionsDenis Fäcke
2018-05-03timers: named anonymous functionsKyle Martin
2018-05-02http2: reduce require calls in http2/coreDaniel Bevenius
2018-04-30errors: minor (SystemError) refactoringRuben Bridgewater
2018-04-30dns: report out of memory properlyRuben Bridgewater
2018-04-29stream: fix error handling with async iterationJulien Fontanet
2018-04-29test: fix a TODO and remove obsolete TODOsRuben Bridgewater
2018-04-29http2: fix ping callbackRuben Bridgewater
2018-04-29assert: make skipping indicator blueRuben Bridgewater
2018-04-29assert: minor error message improvementsRuben Bridgewater
2018-04-29http,https,tls: switch to WHATWG URL parserHackzzila
2018-04-29child_process: fix leak when passing http socketsSantiago Gimeno
2018-04-29buffer: do not always use defaultsRuben Bridgewater
2018-04-29timers: reschedule interval even if it threwAnatoli Papirovski
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-28fs: point isFd to isUint32Daniel Bevenius
2018-04-28stream: only check options once in Duplex ctorDaniel Bevenius
2018-04-28util: fix isInsideNodeModules inside errorAnatoli Papirovski
2018-04-28console: fix console.table() display edge caseRich Trott
2018-04-27http: refactor outgoing headers processingAnatoli Papirovski
2018-04-27tls: specify options.name in validateKeyCertDaniel Bevenius
2018-04-26process: migrate methods to throw errors with codeMichaël Zasso
2018-04-26lib: introduce internal/validatorsMichaël Zasso
2018-04-26http: added aborted property to requestRobert Nagy
2018-04-26crypto: make pbkdf2 use checkIsArrayBufferViewDaniel Bevenius
2018-04-26crypto: add checkIsArrayBufferViewDaniel Bevenius
2018-04-26crypto: add getIntOption function to reduce duplDaniel Bevenius
2018-04-26crypto: simplify diffiehellman getFormat functionDaniel Bevenius
2018-04-25src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung
2018-04-24lib: make sure `console` is writableKyle Farnung