- 22 Jul, 2011 1 commit
-
-
Bert Belder authored
-
- 21 Jul, 2011 24 commits
-
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
Fixes failing test pipe_bind_error_addrnotavail.
-
Ben Noordhuis authored
-
Igor Zinkovsky authored
-
Ben Noordhuis authored
Fixes #116.
-
Ben Noordhuis authored
Fixes failing test pipe_bind_error_inval.
-
Ben Noordhuis authored
Fixes failing test pipe_listen_without_bind.
-
Ben Noordhuis authored
Silences the ton of warnings you get with `gcc -Wall -Wextra`.
-
Ben Noordhuis authored
Fixes #113.
-
Bert Belder authored
-
Bert Belder authored
-
Bert Belder authored
-
Bert Belder authored
-
Igor Zinkovsky authored
-
Igor Zinkovsky authored
-
Ben Noordhuis authored
on_connect callback must be invoked even if the connect() syscall fails. stream->fd == -1 in that case.
-
Bert Belder authored
-
Bert Belder authored
-
Ryan Dahl authored
-
Bert Belder authored
-
Igor Zinkovsky authored
-
Igor Zinkovsky authored
-
Ben Noordhuis authored
uv__accept() puts the socket in non-blocking close-on-exec mode, accept() by itself does not. Solves the case of the mysteriously hanging HTTP benchmarks.
-
- 20 Jul, 2011 10 commits
-
-
Ben Noordhuis authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ben Noordhuis authored
Fixes #50.
-
Ben Noordhuis authored
-
Ryan Dahl authored
-
Ryan Dahl authored
Fixes #115.
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ben Noordhuis authored
Fixes #112.
-
- 19 Jul, 2011 5 commits
-
-
Ben Noordhuis authored
-
Ryan Dahl authored
-
Bert Belder authored
For much better performance. Closes #88.
-
Bert Belder authored
-
Bert Belder authored
-