Revision tags: node-v0.8.10, node-v0.9.2, node-v0.8.9, node-v0.9.1, node-v0.8.8, node-v0.8.7, node-v0.8.6, node-v0.8.5, node-v0.6.21, node-v0.8.3, node-v0.9.0, node-v0.8.2, node-v0.8.1, node-v0.8.0, node-v0.7.12, node-v0.7.11, node-v0.7.10, node-v0.6.19, node-v0.7.9, node-v0.6.18, node-v0.6.16, node-v0.6.17, node-v0.7.8, node-v0.6.15 |
|
#
b309f2e2 |
| 01-Apr-2012 |
Vladimir Dronnikov |
Add uv_is_closing() Closes #367. |
Revision tags: node-v0.6.14, node-v0.6.13, node-v0.7.6, node-v0.6.12, node-v0.6.11, node-v0.7.4 |
|
#
f9be43a5 |
| 08-Feb-2012 |
Igor Zinkovsky |
support half-duplex pipes |
Revision tags: node-v0.6.10, node-v0.7.2, node-v0.6.9, node-v0.7.1, node-v0.7.0, node-v0.6.8, node-v0.6.7, node-v0.6.6, node-v0.6.4 |
|
#
d513d9bb |
| 30-Nov-2011 |
Bruce Mitchener |
Fix typos. |
Revision tags: node-v0.6.3, node-v0.6.2, node-v0.6.1, node-v0.6.0 |
|
#
faca1402 |
| 04-Nov-2011 |
Igor Zinkovsky |
make uv_pipe_connect return void |
Revision tags: node-v0.5.10, node-v0.5.9, node-v0.5.8 |
|
#
6921d2fc |
| 26-Sep-2011 |
Ryan Dahl |
Add argument to uv_pipe_init for IPC, unix impl |
Revision tags: node-v0.5.7 |
|
#
97001815 |
| 14-Sep-2011 |
Erick Tryzelaar |
test: fix compiling with gcc-4.5 |
Revision tags: node-v0.5.6 |
|
#
0dc564a2 |
| 08-Sep-2011 |
Bert Belder |
Remove uv_init calls from tests and benchmarks |
#
3aec77f9 |
| 31-Aug-2011 |
Bert Belder |
bring back uv_init |
#
56dcaf9b |
| 31-Aug-2011 |
Ryan Dahl |
unix: multiplicity |
Revision tags: node-v0.5.5 |
|
#
36ce74f2 |
| 19-Aug-2011 |
Ben Noordhuis |
Add UDP support to libuv. |
#
507c4cce |
| 17-Aug-2011 |
Jeroen Janssen |
fixes for unsigned/signed comparison |
Revision tags: node-v0.5.4, node-v0.5.2 |
|
#
b13a446d |
| 20-Jul-2011 |
Ryan Dahl |
Test for sync tcp and pipe connections |
#
0ea4c87f |
| 14-Jul-2011 |
Bert Belder |
Windows implementation of new request API This changes uv-win to use the new uv_req subclasses. It gets rid of the uv_req.flags field. There used to be only request flag (UV_REQ
Windows implementation of new request API This changes uv-win to use the new uv_req subclasses. It gets rid of the uv_req.flags field. There used to be only request flag (UV_REQ_PENDING), and it was mostly obsolete; it only had a real purpose for internal uv_read requests. Now we'll use the UV_HANDLE_READ_PENDING flag on the handle instead. This patch also simplifies the accept logic for named pipes on windows. We no longer have a separate struct to store information about established connections. Instead we just carry over the windows HANDLE from the accept request to the client handle in uv_pipe_accept().
show more ...
|
#
abe0b1ea |
| 13-Jul-2011 |
Ryan Dahl |
Better request API Instead of uv_shutdown, uv_write, uv_connect taking raw uv_req_t we subclass uv_req_t into uv_shutdown_t, uv_write_t, and uv_connect_t. uv_req_init is removed. |
Revision tags: node-v0.5.1 |
|
#
9c193915 |
| 13-Jul-2011 |
Ben Noordhuis |
test-ping-pong: cast callback to expected prototype. |
Revision tags: node-v0.5.0 |
|
#
b6a6dae3 |
| 02-Jul-2011 |
Igor Zinkovsky |
Named pipes implementation for Windows |
#
8c00b369 |
| 08-Jul-2011 |
Robert Mustacchi |
C99 compatibility. Get 99% of the way there for --std=c89 -pedantic for core files. Also cleans up follow up warnings and others in tests. |
#
ce8ff303 |
| 06-Jul-2011 |
Ryan Dahl |
src/ and include/ directories Helps #71 but does not update the MSVC files. |
#
26880b0c |
| 02-Jul-2011 |
Henry Rawas |
win: IPv6 connect |
#
320057d5 |
| 01-Jul-2011 |
Igor Zinkovsky |
uv_stream_t |
#
b3863c80 |
| 09-Jun-2011 |
Ryan Dahl |
nread should have type ssize_t |
#
04b6aaeb |
| 08-Jun-2011 |
Ryan Dahl |
API Change: Move close_cb to uv_close from init functions |
#
7db9629f |
| 08-Jun-2011 |
Ryan Dahl |
API Change: Remove data parameters from init functions |
#
7770b1a1 |
| 02-Jun-2011 |
Ryan Dahl |
API change: alloc_cb moved to uv_read_start() Fixes #47. |
#
6b077915 |
| 02-Jun-2011 |
Ryan Dahl |
API Change: Pass sockaddr_in by value instead of reference |