History log of /libuv/ (Results 3651 – 3675 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
27b11abc08-Sep-2012 Bert Belder

unix: mark accept idle handle as internal

817b6c3507-Sep-2012 Ben Noordhuis

build: make gyp_uv understand '-f ninja'

3bbe8f9703-Sep-2012 Ben Noordhuis

Merge branch 'v0.8'


b101a53e03-Sep-2012 Ben Noordhuis

sunos: don't set TCP_KEEPALIVE

The system headers advertise the socket option but the actual syscall fails
with ENOPROTOOPT.

Fixes joyent/node#3937.

032c041703-Sep-2012 Bert Belder

windows: use UV_HANDLE_READABLE and UV_HANDLE_WRITABLE

These flags supersede UV_HANDLE_EOF and UV_HANDLE_SHUTTING. This patch
also moves a lot of stream related state-checking code to st

windows: use UV_HANDLE_READABLE and UV_HANDLE_WRITABLE

These flags supersede UV_HANDLE_EOF and UV_HANDLE_SHUTTING. This patch
also moves a lot of stream related state-checking code to stream.c.

show more ...

483043b003-Sep-2012 Bert Belder

windows: map WSAESHUTDOWN to UV_EPIPE

0bbccbc303-Sep-2012 Bert Belder

windows: remove the UV_HANDLE_SHUT flag

ff0a93a031-Aug-2012 Ben Noordhuis

unix: fix clang -Wlanguage-extension-token warnings

5eb1d19130-Aug-2012 Bert Belder

Merge branch 'v0.8'


24c062cc30-Aug-2012 Bert Belder

windows: fix memory corruption when closing shared server sockets

a75e105029-Aug-2012 Ben Noordhuis

freebsd: fix build breakage introduced in 3b69c0f

09faee4029-Aug-2012 Shigeki Ohtsu

windows: fix environment_creation test

abc945bc04bcd84ecb980988264949013ca35198 fails environment_creation test

abc945bc28-Aug-2012 Bert Belder

windows: make spawn with custom environment work again

5c674b2828-Aug-2012 Bert Belder

windows: squelch some warnings related to int64 to int32 conversion

162e57ba28-Aug-2012 Bert Belder

windows: map ERROR_DIRECTORY to UV_ENOENT

621a4e3627-Aug-2012 Bert Belder

test: add test for uv_is_active and uv_is_closing

637be16127-Aug-2012 Bert Belder

windows: make active and closing handle state independent

c77d08eb25-Aug-2012 Ben Noordhuis

bench: add timed and non-timed udp pummel benchmarks

a3c6a48525-Aug-2012 Ben Noordhuis

Merge branch 'v0.8'

Conflicts:
include/uv.h


ad7b48ae25-Aug-2012 Ben Noordhuis

unix: fix memory leak in udp.c

Some memory was leaked when the uv_udp_t handle was closed when there were
in-flight send requests with a heap allocated buffer list.

That doesn't

unix: fix memory leak in udp.c

Some memory was leaked when the uv_udp_t handle was closed when there were
in-flight send requests with a heap allocated buffer list.

That doesn't happen much in practice. In the common case (writing < 5 buffers),
the buffer list is stored inside the uv_udp_send_t structure, not allocated on
the heap.

show more ...

343be71c24-Aug-2012 Shigeki Ohtsu

windows: remove superfluous uv__handle_start

uv__handle_start was not needed in uv_signal_init

d62b1ac323-Aug-2012 Bert Belder

windows: fix the MinGW build

e89cb90723-Aug-2012 Ben Noordhuis

unix: fix aliasing warnings in stream.c

b81e67a123-Aug-2012 Ben Noordhuis

unix: fix aliasing warning in udp.c

0ac2fdc522-Aug-2012 Ben Noordhuis

unix: map errno ESPIPE

1...<<141142143144145146147148149150>>...218