The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / stream_wrap.h @ 0544a586

History | View | Annotate | Download (2.92 KB)

# Date Author Comment
039fac63 05/22/2012 10:14 AM Ben Noordhuis

deps: upgrade libuv to a478847

The event loop's reference counting scheme in this version of libuv has changed.
Update the libuv bindings to reflect that fact.

7d2e68fd 05/09/2012 12:06 AM Ben Noordhuis

stream_wrap: fix compilation errors

0e57aafb 05/08/2012 09:56 PM Bert Belder

Optimize writing strings with Socket.write

ff4a9d38 03/09/2012 06:14 PM Ben Noordhuis

core: use proper #include directives

60818b95 11/02/2011 01:00 PM Ryan Dahl

Add missing copyright headers

471c5701 10/07/2011 01:31 AM Ryan Dahl

uv_write2 uv_read2_start binding

2aefea5a 08/24/2011 04:27 PM Ben Noordhuis

stream_wrap: update after libuv API change

187fe27a 07/26/2011 09:59 PM Igor Zinkovsky

stdio binding + javascript to enable process.stdin.listen()

6050af4f 07/19/2011 05:19 AM Ryan Dahl

net_uv: properly initialize writeQueueSize

Fixes simple/test-tcp-wrap-listen.js

0c7bf813 07/18/2011 07:22 AM Ryan Dahl

Abstract out HandleWrap class

1ae14890 07/18/2011 06:08 AM Ryan Dahl

Abstract StreamWrap from TCPWrap