summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: refactor deprecated UVException usage in pipe-wrap.ccgengjiawen2019-05-101-1/+3
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-3/+3
* src: move AsyncHooks out of EnvironmentJoyee Cheung2019-03-271-2/+0
* src: store onread callback in internal fieldAnna Henningsen2019-03-261-1/+1
* src: remove templating from StreamBaseJon Moss2019-03-081-1/+2
* src: remove redundant cast in PipeWrap::Fchmodgengjiawen2019-03-021-2/+1
* src: pass along errors from stream obj instantiationAnna Henningsen2019-01-291-7/+6
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+0
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-2/+6
* src: use "constants" string instead of creating new oneOuyang Yadong2018-10-301-1/+1
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-5/+2
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-3/+5
* src: remove calls to deprecated V8 functions (Int32Value)Michaƫl Zasso2018-09-051-3/+7
* lib: make pipe_wrap binding internalcjihrig2018-08-291-1/+1
* src: add HandleWrap::AddWrapMethodsJon Moss2018-07-131-6/+1
* src: remove StreamBase::kFlagHasWritevAnna Henningsen2018-06-301-4/+0
* net: allow IPC servers be accessible by allBartosz Sosnowski2018-05-241-0/+15
* src: store fd for libuv streams on WindowsAnna Henningsen2018-05-101-0/+1
* src: unify ReqWrap libuv callingAnna Henningsen2018-05-101-5/+4
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-6/+1
* src: add node_internal.h includes for arraysizeDaniel Bevenius2018-04-121-0/+1
* src: add convenience ctor for async trigger id scopeAnna Henningsen2018-03-111-2/+1
* src: refactor stream callbacks and ownershipAnna Henningsen2018-02-011-0/+1
* async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen2017-12-191-1/+2
* net,src: refactor writeQueueSize trackingAnatoli Papirovski2017-12-181-1/+0
* async_wrap: add provider types for net serverAndreas Madsen2017-11-281-6/+42
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-2/+0
* src: rename StreamWrap to LibuvStreamWrapAnna Henningsen2017-10-131-2/+2
* async_hooks: consistent internal namingAndreas Madsen2017-09-261-1/+1
* src: reduce code duplicationJames M Snell2017-08-231-2/+2
* src: fixup strings, reduce duplicationJames M Snell2017-08-231-5/+8
* src: implement native changes for async_hooksTrevor Norris2017-05-101-13/+7
* async_wrap,src: add GetAsyncId() methodTrevor Norris2017-05-101-0/+4
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: enable writev for pipe handles on UnixAlexey Orlenko2017-01-111-0/+4
* src: make ReqWrap req_ member privateDaniel Bevenius2016-09-231-1/+1
* src: pull AfterConnect from pipe_wrap and tcp_wrapDaniel Bevenius2016-09-111-40/+0
* src: remove unused using declsHaojian Wu2016-08-081-1/+0
* src: unifying PipeConnectWrap and TCPConnectWrapDaniel Bevenius2016-07-281-26/+8
* src: pull OnConnection from pipe_wrap and tcp_wrapDaniel Bevenius2016-07-251-49/+5
* src: no abort from getter if object isn't wrappedTrevor Norris2016-05-241-6/+12
* 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: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-3/+3