summaryrefslogtreecommitdiff
path: root/src/handle_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: add HandleScope in HandleWrap::OnCloseTimothy J Fontaine2013-11-121-0/+2
* handle_wrap: fix NULL pointer dereferenceBen Noordhuis2013-04-161-2/+2
* core: Move UNWRAP_NO_ABORT to handle_wrap.hisaacs2013-03-131-6/+0
* handle_wrap: add close callback supportBen Noordhuis2013-03-061-13/+28
* handle_wrap: replace unref_ field with flags_ fieldBen Noordhuis2013-03-061-3/+3
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-7/+7
* src: pass node_isolate to Undefined()Ben Noordhuis2013-01-071-2/+2
* src: pass node_isolate to Null()Ben Noordhuis2013-01-071-1/+1
* bindings: update to new v8 apisFedor Indutny2013-01-021-5/+5
* handle_wrap: don't abort if wrap == NULLBen Noordhuis2012-09-221-6/+16
* child_process: spawn().ref() and spawn().unref()Fedor Indutny2012-06-071-2/+12
* deps: upgrade libuv to a478847Ben Noordhuis2012-05-221-33/+5
* Make UNWRAP macro generic.Oleg Efimov2012-05-211-23/+13
* process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis2012-05-151-0/+8
* core: use proper #include directivesBen Noordhuis2012-03-101-2/+2
* Revert support for isolates.Ben Noordhuis2012-02-061-3/+2
* fs, handle_wrap: use Loop(), not uv_default_loop()Ben Noordhuis2012-01-201-1/+1
* Merge branch 'v0.6'Fedor Indutny2012-01-121-0/+6
|\
| * handle_wrap: guard against uninitialized handle or double closeBen Noordhuis2012-01-091-1/+6
* | Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl2011-12-291-2/+2
* | Remove node_isolate.h from node.hRyan Dahl2011-12-291-0/+1
* | isolates: isolate-ify the main loopBen Noordhuis2011-12-291-2/+1
|/
* Fix #2257 pause/resume semantics for stdinisaacs2011-12-051-6/+24
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* Display sys_errno when UV_UNKNOWN is returnedRyan Dahl2011-10-191-1/+3
* Move process.stdout unref hack to handle_wrap.ccRyan Dahl2011-09-271-0/+23
* stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky2011-07-271-1/+9
* upgrade libuv to 6e50576Ryan Dahl2011-07-201-9/+2
* Abstract out HandleWrap classRyan Dahl2011-07-181-0/+89