summaryrefslogtreecommitdiff
path: root/src/uv.cc
Commit message (Expand)AuthorAgeFilesLines
* 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