summaryrefslogtreecommitdiff
path: root/src/tty_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: remove unused using declarationsDaniel Bevenius2020-05-281-1/+0
* src: improve handling of internal field countingJames M Snell2020-03-021-2/+1
* src: move guessHandleType in the util bindingJoyee Cheung2019-04-201-25/+0
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-2/+2
* src: prevent crash in TTYWrap::InitializeThomas2019-04-041-5/+6
* src: store onread callback in internal fieldAnna Henningsen2019-03-261-1/+1
* src: remove templating from StreamBaseJon Moss2019-03-081-1/+2
* src: remove unused namespaceAymen Naghmouchi2019-03-051-1/+1
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-3/+5
* src: remove unused UVHandle methodsMarianneDr2018-10-151-5/+0
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-5/+1
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-1/+1
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-051-3/+7
* tty: make process.binding('tty_wrap') internalcjihrig2018-08-291-1/+1
* src: add HandleWrap::AddWrapMethodsJon Moss2018-07-131-6/+1
* src: start annotating native code side effectTimothy Gu2018-06-251-4/+4
* src: remove unused req_wrap-inl.hDaniel Bevenius2018-05-301-1/+0
* src: store fd for libuv streams on WindowsAnna Henningsen2018-05-101-0/+1
* src: make CleanupHandles() tear down handles/reqsAnna Henningsen2018-05-101-0/+2
* src: remove `kFlagNoShutdown` flagAnna Henningsen2018-05-041-1/+1
* src: refactor stream callbacks and ownershipAnna Henningsen2018-02-011-0/+1
* net,src: refactor writeQueueSize trackingAnatoli Papirovski2017-12-181-2/+1
* src: rename req-wrap -> req_wrapDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* tty: convert to internal/errors using SystemErrorJames M Snell2017-11-021-3/+4
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-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