History log of /libuv/ (Results 5001 – 5025 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c1bddb9615-Jul-2011 Bert Belder

Stop g++ from complaining about anonymous struct usage

d56af31315-Jul-2011 Bert Belder

Revert "uv_win: uv_pipe_connect should return -1 on error"

This reverts commit 7b4607348a58013e0dd4dfb70d2347b0269ce178.

1be48f1215-Jul-2011 Shigeki Ohtsu

ev: define HAVE_SYNC_FILE_RANGE if kernel >= 2.6.17 *and* glibc version >= 2.6

d540872115-Jul-2011 Henry Rawas

uv-win: allow listen on unbound tcp handle

7b46073415-Jul-2011 Bert Belder

uv_win: uv_pipe_connect should return -1 on error

902dd56714-Jul-2011 Bert Belder

Benchmarks use the improved request api

2f83928b14-Jul-2011 Bert Belder

Define union uv_any_req

0ea4c87f14-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 ...

abe0b1ea13-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
f5ff869413-Jul-2011 Igor Zinkovsky

allocate windows pipe handles on demand

9aff110214-Jul-2011 Ben Noordhuis

runner: bring back benchmark output

86341f8e14-Jul-2011 Ben Noordhuis

Makefile: disable test-% and bench-% targets

Targets bench-% and test-% mess up dependency resolution, disable for now.

4c2d054514-Jul-2011 Bert Belder

Whitespace fixes

4a6efee414-Jul-2011 Bert Belder

uv-win: get rid of unused variables

a29b209913-Jul-2011 Ben Noordhuis

Make it possible to run individual tests.

Fixes #100.

f142a4b613-Jul-2011 Ben Noordhuis

uv-linux: remove unused variables

b50105e413-Jul-2011 Ben Noordhuis

uv-unix: remove unused variable

932f0ad113-Jul-2011 Ben Noordhuis

uv-linux: fix warning: implicit declaration of function ‘readlink’

f560f75a13-Jul-2011 Ben Noordhuis

uv-unix: fix warning: control reaches end of non-void function

e364dd1513-Jul-2011 Ben Noordhuis

uv-unix: fix warning: no return statement in function returning non-void

aad95b8413-Jul-2011 Ben Noordhuis

uv-unix: increment check_init counter in uv_check_init()

2865042513-Jul-2011 Bert Belder

uv-win: refactor request processing

9c19391513-Jul-2011 Ben Noordhuis

test-ping-pong: cast callback to expected prototype.

afc96b5813-Jul-2011 Ben Noordhuis

test-delayed-accept.c: fix type mismatch in comparison.

1a53b89813-Jul-2011 Ben Noordhuis

test-hrtime: fix printf() compiler warning.

1...<<201202203204205206207208209210>>...218