summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: fix NewInstance deprecation warningsMichaël Zasso2016-03-031-2/+2
* async_wrap: update providers and add testTrevor Norris2015-10-011-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-5/+4
* Revert "lib,src: add unix socket getsockname/getpeername"Ben Noordhuis2015-08-281-26/+0
* lib,src: add unix socket getsockname/getpeernameBen Noordhuis2015-08-271-0/+26
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+2
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-20/+1
* src: switch from QUEUE to intrusive listBen Noordhuis2015-02-111-1/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-2/+2
* async-wrap: explicitly pass parentTrevor Norris2014-12-091-6/+18
* src: remove unnecessary template parameterTrevor Norris2014-12-091-1/+1
* src: all wraps now use actual FunctionTemplateTrevor Norris2014-12-091-5/+26
* src: replace NULL with nullptrBen Noordhuis2014-10-231-1/+1
* src: attach env directly to api functionsBen Noordhuis2014-10-131-25/+21
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-12/+12
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-16/+0
* stream_wrap: Add support to write binary stringsTrevor Norris2014-09-031-0/+3
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-2/+2
|\
* | node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-5/+5