summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-281-3/+0
* src: enable writev for pipe handles on UnixAlexey Orlenko2017-03-081-0/+4
* src: make ReqWrap req_ member privateDaniel Bevenius2016-10-111-1/+1
* src: pull AfterConnect from pipe_wrap and tcp_wrapDaniel Bevenius2016-09-131-40/+0
* src: remove unused using declsHaojian Wu2016-08-101-1/+0
* src: unifying PipeConnectWrap and TCPConnectWrapDaniel Bevenius2016-08-101-26/+8
* src: pull OnConnection from pipe_wrap and tcp_wrapDaniel Bevenius2016-08-101-49/+5
* src: no abort from getter if object isn't wrappedTrevor Norris2016-06-021-6/+12
* handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel2016-05-171-1/+1
* Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel2016-05-171-1/+1
* handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel2016-05-171-1/+1
* handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel2016-05-171-0/+1
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-261-1/+0
* 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
* | pipe_wrap: use Instantiate() methodTrevor Norris2014-03-171-2/+1
* | src: update to v8 3.24 APIsFedor Indutny2014-03-131-11/+12
* | src: make stdout/sterr pipes blockingAlexis Campailla2014-02-261-0/+2
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-9/+13
* | async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-2/+7
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-1/+1
* | async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris2014-01-211-2/+0
* | src: fix Context::Scope usageBen Noordhuis2013-11-121-2/+2
* | src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-2/+2
* | async-wrap: add methods to udp/tcp/pipe/timersTrevor Norris2013-10-311-0/+2
* | node: add AsyncListener supportTrevor Norris2013-10-311-15/+3
* | src: shorten Object{Wrap,Unwrap}Trevor Norris2013-10-291-6/+6
* | src: don't use class specific Unwrap methodsTrevor Norris2013-10-291-5/+0
* | src: use function to get internal pointerTrevor Norris2013-10-291-15/+7
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-10-251-1/+4
|\ \ | |/
| * src: turn uv_pipe_open() failures into exceptionsBen Noordhuis2013-09-281-3/+4