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/src/uv.cc
AgeCommit message (Expand)Author
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-02-19bootstrap: include v8 module into the builtin snapshotJoyee Cheung
2021-01-23lib: support returning Safe collections from C++ExE Boss
2021-01-03src: reduce duplicated boilerplate with new env utility fnJames M Snell
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung
2018-12-29src: lazily load internalBinding('uv') and build the errmap lazilyJoyee Cheung
2018-12-19src: handle empty Maybe in uv binding initializeAnna Henningsen
2018-12-04src: fix type mismatch warnings from missing privSam Roberts
2018-11-26src: replace array implementationkazuya kawaguchi
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-16src: add deprecation warning to errname()Dolapo Toki
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2017-12-27src: expose uv.errmap to bindingJoyee Cheung
2017-11-14src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2016-08-08src: remove unused using declsHaojian Wu
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-01-28node: register modules from DSO constructorsKeith M Wesolowski
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-01src: more lint after cpplint tighteningBen Noordhuis
2013-07-20src: add libuv bindings moduleBen Noordhuis