summaryrefslogtreecommitdiff
path: root/src/uv.cc
AgeCommit message (Expand)Author
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-03src: 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-28src: expose uv.errmap to bindingJoyee Cheung
2017-11-13src: 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-12Remove 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-27node: 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-07-31src: more lint after cpplint tighteningBen Noordhuis
2013-07-20src: add libuv bindings moduleBen Noordhuis