History log of /libuv/ (Results 5151 – 5175 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8a07429107-Jun-2011 Ryan Dahl

accept_cb -> connection_cb

a749441607-Jun-2011 Ryan Dahl

Add -Wno-variadic-macros as it's apparently okay in MSVC

a1b9be1607-Jun-2011 Ryan Dahl

Use -pedantic flag to avoid breaking Windows build

ed623b3a06-Jun-2011 Bert Belder

Add test-shutdown-eof to msvc project

aa59c81d06-Jun-2011 Bert Belder

Declare variables first please

3d9b965a06-Jun-2011 Bert Belder

Whitespace error

acbd168002-Jun-2011 Ryan Dahl

Add test to assert behavior of uv_tcp_t after shutdown

Handles should *never* call the close callback without the user having first
issued a uv_close() command.

This test is bro

Add test to assert behavior of uv_tcp_t after shutdown

Handles should *never* call the close callback without the user having first
issued a uv_close() command.

This test is broken on windows. See #52.

show more ...

903c07bf02-Jun-2011 Ryan Dahl

API Change: uv_close only called by user - never automatically

Add test that failing on_connect callback does not trigger on_close.

7770b1a102-Jun-2011 Ryan Dahl

API change: alloc_cb moved to uv_read_start()

Fixes #47.

6b07791502-Jun-2011 Ryan Dahl

API Change: Pass sockaddr_in by value instead of reference

11a4ad5002-Jun-2011 Ryan Dahl

Separate out uv_handle_t into different types

Fixes #4

fb5262ab03-Jun-2011 Vanilla Hsu

Support FreeBSD

ee712eba29-May-2011 Ryan Dahl

more desired api

5be0fe2128-May-2011 Ryan Dahl

more desired api

55de5e3228-May-2011 Ryan Dahl

improve design doc

18f54bef28-May-2011 Ryan Dahl

Add doc on desired-api

be1bfe6c27-May-2011 Bert Belder

Revert AUTHORS update

This reverts commit 9467a923903be1cce2e60bfb95192cf3fa93dc51.

d5b3ae0f27-May-2011 Bert Belder

usleep -> uv_sleep

982a620f27-May-2011 Ryan Dahl

Echo server gracefully dies on 'Q'

Allows for better clean up during tests.

e28c0bb627-May-2011 Ryan Dahl

unix: Use fork instead of vfork in runner.

7e34b7bd27-May-2011 Ryan Dahl

runner: insert little delay after starting helpers

f0ebf0c727-May-2011 Ryan Dahl

Split pump bench into two processes.

And add a pump test with 1 client.

e3923b7627-May-2011 Ryan Dahl

UNIX: Bad was_active check in uv_check_start()

143a09a326-May-2011 Bert Belder

Move variable declarations to top

9467a92324-May-2011 Bert Belder

Add Igor to AUTHORS

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