summaryrefslogtreecommitdiff
path: root/src/tty_wrap.cc
AgeCommit message (Expand)Author
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-15src: remove unused UVHandle methodsMarianneDr
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
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-29tty: make process.binding('tty_wrap') internalcjihrig
2018-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2018-06-25src: start annotating native code side effectTimothy Gu
2018-05-30src: remove unused req_wrap-inl.hDaniel Bevenius
2018-05-10src: store fd for libuv streams on WindowsAnna Henningsen
2018-05-10src: make CleanupHandles() tear down handles/reqsAnna Henningsen
2018-05-04src: remove `kFlagNoShutdown` flagAnna Henningsen
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2017-12-18net,src: refactor writeQueueSize trackingAnatoli Papirovski
2017-11-17src: rename req-wrap -> req_wrapDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-02tty: convert to internal/errors using SystemErrorJames M Snell
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-13src: rename StreamWrap to LibuvStreamWrapAnna Henningsen
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-05-10tty_wrap: throw when uv_tty_init() returns errorTrevor Norris
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-28tty: add ref() so process.stdin.ref() etc. workBen Schmidt
2016-08-08src: remove unused using declsHaojian Wu
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-11handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel
2016-05-11Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel
2016-04-25handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-04-07handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel
2015-09-17src: Add ABORT macroEvan Lucas
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-03-05tty: do not add `shutdown` method to handleFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-09-03stream_wrap: Add support to write binary stringsTrevor Norris
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis