summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.cc
AgeCommit message (Expand)Author
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
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski
2014-01-21async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris
2013-11-12src: fix Context::Scope usageBen Noordhuis
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis
2013-10-31async-wrap: add methods to udp/tcp/pipe/timersTrevor Norris
2013-10-31node: add AsyncListener supportTrevor Norris
2013-10-29src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-29src: don't use class specific Unwrap methodsTrevor Norris
2013-10-29src: use function to get internal pointerTrevor Norris
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-09-28src: turn uv_pipe_open() failures into exceptionsBen Noordhuis