summaryrefslogtreecommitdiff
path: root/src/tty_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: refactor stream callbacks and ownershipAnna Henningsen2018-02-261-0/+1
* net,src: refactor writeQueueSize trackingAnatoli Papirovski2018-02-201-4/+2
* src: explicitly register built-in modulesYihong Wang2017-12-121-1/+1
* src: rename req-wrap -> req_wrapDaniel Bevenius2017-12-111-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-061-3/+0
* src: rename StreamWrap to LibuvStreamWrapAnna Henningsen2017-10-131-5/+5
* src: reduce code duplicationJames M Snell2017-08-231-1/+1
* src: fixup strings, reduce duplicationJames M Snell2017-08-231-2/+5
* async_wrap,src: add GetAsyncId() methodTrevor Norris2017-05-101-0/+2
* tty_wrap: throw when uv_tty_init() returns errorTrevor Norris2017-05-101-3/+11
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* tty: add ref() so process.stdin.ref() etc. workBen Schmidt2017-02-281-0/+1
* src: remove unused using declsHaojian Wu2016-08-081-2/+0
* src: no abort from getter if object isn't wrappedTrevor Norris2016-05-241-2/+8
* handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel2016-05-111-1/+1
* Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel2016-05-111-1/+1
* handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel2016-04-251-1/+1
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-251-1/+0
* handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel2016-04-071-0/+1
* src: Add ABORT macroEvan Lucas2015-09-171-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-5/+4
* tty: do not add `shutdown` method to handleFedor Indutny2015-03-051-1/+1
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-17/+1
* src: switch from QUEUE to intrusive listBen Noordhuis2015-02-111-1/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: replace NULL with nullptrBen Noordhuis2014-10-231-2/+2
* src: attach env directly to api functionsBen Noordhuis2014-10-131-21/+17
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-5/+5
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-10/+0
* stream_wrap: Add support to write binary stringsTrevor Norris2014-09-031-0/+3
* node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-2/+2
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-3/+3
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-10/+14
* async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-1/+4
* node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-1/+1
* src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-1/+1
* src: shorten Object{Wrap,Unwrap}Trevor Norris2013-10-291-2/+2
* src: don't use class specific Unwrap methodsTrevor Norris2013-10-291-5/+0
* src: use function to get internal pointerTrevor Norris2013-10-291-7/+5
* src: add multi-context supportBen Noordhuis2013-09-061-14/+17
* src: fix build break from generic macro nameTrevor Norris2013-08-121-3/+3
* src: centralize class wrap/unwrapTrevor Norris2013-08-121-5/+7
* src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-4/+4
* src: more lint after cpplint tighteningBen Noordhuis2013-07-311-3/+3
* src: lint c++ codeFedor Indutny2013-07-311-1/+3
* src, lib: update after internal api changeBen Noordhuis2013-07-201-9/+12
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-53/+24
* src: clean up `using` directivesBen Noordhuis2013-06-171-2/+0
* process: abstract out HandleToStreamFedor Indutny2013-06-151-0/+3
* src: replace c-style casts with c++-style castsBen Noordhuis2013-05-301-1/+1