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-11-02child_process: handle undefined/null for fork() argsShobhit Chittora
2018-11-02module: support multi-dot file extensionGeoffrey Booth
2018-11-02stream: add auto-destroy modeMathias Buus
2018-11-02lib: fix code cache generationJoyee Cheung
2018-11-02lib: remove useless cwd in posix.resolveZYSzys
2018-11-01src: improve StreamBase write throughputAnna Henningsen
2018-11-01repl: support top-level for-await-ofShelley Vohr
2018-11-01stream: do not error async iterators on destroy(null)Matteo Collina
2018-11-01stream: ended streams should resolve the async iterationMatteo Collina
2018-11-01fs: default open/openSync flags argument to 'r'Ben Noordhuis
2018-11-01lib: add escapeCodeTimeout as an option to createInterfaceRaoof
2018-11-01timers: fix priority queue removeAt fnAnatoli Papirovski
2018-10-24stream: async iteration should work with destroyed streamMatteo Collina
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-24lib: migrate from process.binding('config') to getOptions()Vladimir Ilic
2018-10-24tls: throw if protocol too longAndre Jodat-Danbrani
2018-10-24lib: trigger uncaught exception handler for microtasksGus Caplan
2018-10-24zlib: do not leak on destroyMathias Buus
2018-10-24repl: migrate from process.binding('config') to getOptions()Jose Bucio
2018-10-22src: fix missing deprecation assignmentJames M Snell
2018-10-21tls: support changing credentials dynamicallycjihrig
2018-10-21tls: close StreamWrap and its stream correctlyOuyang Yadong
2018-10-21dns: fix inconsistent (hostname vs host)Ulises Gascón
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-21crypto: migrate to getOptions()nick-ng
2018-10-21console: add trace-events for time and countJames M Snell
2018-10-21timers: run nextTicks after each immediate and timerAnatoli Papirovski
2018-10-21stream: undo internalBinding() conversion in compat mechanismAnna Henningsen
2018-10-17tls: prevent multiple connection errorscjihrig
2018-10-17src: remove function hasTextDecoder in encoding.jsChi-chi Wang
2018-10-17module: removed unused variableMartin Omander
2018-10-17buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-10-17lib: migrate process.binding to internalBindingsurreal8
2018-10-17lib: migrate process.binding to getOptionsRandy Wressell
2018-10-17lib: migrate process.binding('config') to getOptions()Jonny Kalambay
2018-10-17lib: removed unused variableLong Nguyen
2018-10-17lib: switch to internalBinding for cjs loaderSteven Scott
2018-10-17lib: remove an unused variableClaire Liu
2018-10-17tls: update try catch syntaxMatt Jiles
2018-10-17worker: remove delete MessagePort.prototype.hasRefJames Traver
2018-10-17lib: migrate from process.binding to internalBindingAndres Monge
2018-10-17lib: remove unused 'e' from catchMatt Holmes
2018-10-17repl: remove unused variable from try catchmmisiarek
2018-10-17repl: remove unused variable e from try catchKhalid Adil
2018-10-17lib: migrate to getOptions in loaders.jsDavid Xue
2018-10-17zlib: move `bytesRead` accessors to runtime deprecationAnna Henningsen
2018-10-17zlib: move process.binding('zlib') to internalBindingAnna Henningsen
2018-10-17http: reduce duplicated code for cleaning parserWeijia Wang
2018-10-17zlib: generate error code names in C++Anna Henningsen
2018-10-17lib: http server, friendly error messagesSagi Tsofan