summaryrefslogtreecommitdiff
path: root/src/uv.cc
Commit message (Expand)AuthorAgeFilesLines
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-2/+2
* src: fix uv_err_name memory leaktheanarkh2022-08-301-1/+2
* src: split property helpers from node::Environmentlegendecas2022-08-021-5/+3
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-251-1/+1
* bootstrap: include v8 module into the builtin snapshotJoyee Cheung2021-02-191-3/+9
* lib: support returning Safe collections from C++ExE Boss2021-01-221-0/+2
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-01-031-5/+4
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+0
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-2/+2
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+1
* src: declare process-related C++ methods in node_process.hJoyee Cheung2019-01-111-1/+2
* src: lazily load internalBinding('uv') and build the errmap lazilyJoyee Cheung2018-12-291-22/+57
* src: handle empty Maybe in uv binding initializeAnna Henningsen2018-12-191-3/+5
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: replace array implementationkazuya kawaguchi2018-11-261-4/+5
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-4/+5
* src: add deprecation warning to errname()Dolapo Toki2018-10-161-2/+9
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+3
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-051-1/+2
* src: move process.binding('uv') to internalBindingJames M Snell2018-08-091-1/+1
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-4/+4
* util: implement util.getSystemErrorName()Joyee Cheung2018-01-201-0/+2
* src: expose uv.errmap to bindingJoyee Cheung2017-12-281-2/+23
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+2
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* uv: improvements to process.binding('uv')James M Snell2017-08-231-6/+3
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-6/+6
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: remove unused using declsHaojian Wu2016-08-081-2/+0
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-251-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-4/+4
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: attach env directly to api functionsBen Noordhuis2014-10-131-2/+2
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-2/+0
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-2/+2
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-6/+10
* node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-1/+1
* cpplint: disallow if one-linersFedor Indutny2013-10-171-1/+2
* src: add multi-context supportBen Noordhuis2013-09-061-3/+5
* src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-4/+5
* src: more lint after cpplint tighteningBen Noordhuis2013-07-311-1/+1
* src: add libuv bindings moduleBen Noordhuis2013-07-201-0/+61