summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.cc
AgeCommit message (Expand)Author
2017-12-19async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen
2017-12-18net,src: refactor writeQueueSize trackingAnatoli Papirovski
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-13src: rename StreamWrap to LibuvStreamWrapAnna Henningsen
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-11src: enable writev for pipe handles on UnixAlexey Orlenko
2016-09-23src: make ReqWrap req_ member privateDaniel Bevenius
2016-09-11src: pull AfterConnect from pipe_wrap and tcp_wrapDaniel Bevenius
2016-08-08src: remove unused using declsHaojian Wu
2016-07-28src: unifying PipeConnectWrap and TCPConnectWrapDaniel Bevenius
2016-07-25src: pull OnConnection from pipe_wrap and tcp_wrapDaniel Bevenius
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
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso
2015-10-01async_wrap: update providers and add testTrevor Norris
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-28Revert "lib,src: add unix socket getsockname/getpeername"Ben Noordhuis
2015-08-27lib,src: add unix socket getsockname/getpeernameBen Noordhuis
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2014-12-09async-wrap: explicitly pass parentTrevor Norris
2014-12-09src: remove unnecessary template parameterTrevor Norris
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
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-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-17pipe_wrap: use Instantiate() methodTrevor Norris
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-26src: make stdout/sterr pipes blockingAlexis Campailla
2014-02-22src: remove `node_isolate` from sourceFedor Indutny