History log of /libuv/ (Results 4851 – 4875 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f7b4e65011-Aug-2011 Ryan Dahl

unix: introduce SPAWN_WAIT_EXEC to turn off poll feature

11aa1ea011-Aug-2011 Ryan Dahl

Remove unnecessary casts

ca63392011-Aug-2011 Bert Belder

Windows: fix pipe shutdown

a894104511-Aug-2011 Bert Belder

Whitespace

e8497aee11-Aug-2011 Ben Noordhuis

Add error code UV_EPIPE.

b328e4cb10-Aug-2011 Ben Noordhuis

uv-unix: fd 0 is valid file descriptor

uv__bind() and uv_tcp_listen() created a new socket
if tcp->fd <= 0 but 0 is a valid file descriptor.

The second bug was that the newly cr

uv-unix: fd 0 is valid file descriptor

uv__bind() and uv_tcp_listen() created a new socket
if tcp->fd <= 0 but 0 is a valid file descriptor.

The second bug was that the newly created socket
wasn't actually assigned to tcp->fd.

Fixes failing node.js test:
test/simple/test-regress-GH-746.js

show more ...

ee2027dd10-Aug-2011 Ryan Dahl

fix preprocessor again

b6b97f3010-Aug-2011 Ben Noordhuis

uv-unix: guard against self-close by connection_cb

connection_cb may close the server socket inside the accept loop, handle it.

Fixes failing node.js tests:
test/simple/test-n

uv-unix: guard against self-close by connection_cb

connection_cb may close the server socket inside the accept loop, handle it.

Fixes failing node.js tests:
test/simple/test-net-connect-buffer.js
test/simple/test-net-create-connection.js

show more ...

afb1859610-Aug-2011 Ben Noordhuis

uv-unix: remove dead code

06623d1510-Aug-2011 Ryan Dahl

More preprocessor fixes...

dac30a1510-Aug-2011 Ryan Dahl

More preprocessor fixes

5dc8037f10-Aug-2011 Ryan Dahl

Fix mingw build by using preprocessor correctly.

db190c7b10-Aug-2011 Ryan Dahl

unix: uv_pipe_connect should call uv__stream_open

b8fe56d810-Aug-2011 Ryan Dahl

Remove unnecessary casts

9a127af710-Aug-2011 Bert Belder

Add header files to gyp script

This makes generated project files more convenient to work with.

71396f6a10-Aug-2011 Bert Belder

Polish create-msvs-files script

d3cc9a3910-Aug-2011 Bert Belder

Move gyp files to root

4b1b8fae09-Aug-2011 Robert Mustacchi

Clean up SunOS build

54a6c6fe09-Aug-2011 Peter Bright

Ignore VC++ files.

3409c9b309-Aug-2011 Peter Bright

Include important Windows environmental variables even when a blank/custom environment is specified.

4abd1e0c05-Aug-2011 Ben Noordhuis

uv-unix: close file descriptors immediately in uv_close()

Don't defer closing of socket and pipe file descriptors to the
next iteration of the event loop. It breaks node.js unit tests

uv-unix: close file descriptors immediately in uv_close()

Don't defer closing of socket and pipe file descriptors to the
next iteration of the event loop. It breaks node.js unit tests
that assume the call to `server.close()` immediately frees up
the bound to address.

show more ...

0c815cfe09-Aug-2011 Ben Noordhuis

eio: define HAVE_UTIMES 1 on cygwin, fixes build

0266c0ec09-Aug-2011 Ryan Dahl

Change for MinGW on Win 2k3

e5f513cf09-Aug-2011 Ryan Dahl

Remove desired-api.md

3f8bbb8c09-Aug-2011 Ben Noordhuis

bench: create separate arrays for TCP and pipe streams

Size and alignment of tcp_conn_rec and pipe_conn_rec may differ
so it's not safe to reuse a single array of conn_rec elements.

1...<<191192193194195196197198199200>>...218