History log of /libuv/ (Results 4626 – 4650 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c1374ba515-Sep-2011 Ryan Dahl

Add uv_is_tty()

6beeb5fc20-Sep-2011 Ben Noordhuis

Update AUTHORS and .mailmap

ee115bfd19-Sep-2011 Igor Zinkovsky

windows: fail uv_spawn() if options.file is NULL

37e8bf2519-Sep-2011 Ben Noordhuis

unix: fix dangling pointer free() bug

70e1032017-Sep-2011 Erick Tryzelaar

unix: Fix uv_getaddrinfo from deleting invalid data

If the uv_getaddrinfo_t handle is owned by its
data pointer, deleting the data in the callback
could cause uv_getaddrinfo_done to

unix: Fix uv_getaddrinfo from deleting invalid data

If the uv_getaddrinfo_t handle is owned by its
data pointer, deleting the data in the callback
could cause uv_getaddrinfo_done to call freeaddrinfo
on an invalid pointer.

show more ...

8f6f324719-Sep-2011 Ben Noordhuis

build: use -m32 only when host_arch != target_arch

Unbreaks the gyp build on x86_64 linux systems.

2f18cf5e19-Sep-2011 Ryan Dahl

Fix gyp build

75a088eb16-Sep-2011 Ben Noordhuis

unix: remove failed write requests from stream->write_queue_size

3c0684e816-Sep-2011 Ben Noordhuis

unix: pass error to write callback in stream cleanup

4487531b16-Sep-2011 Ben Noordhuis

test: check that write_queue_size updates after write error

d0a46a5516-Sep-2011 Ryan Dahl

HAVE_FUTIMES on osx

f00a5e6516-Sep-2011 Ryan Dahl

ignore SIGPIPE in tests

2640aae115-Sep-2011 Ryan Dahl

unix: Reset flags for stdio fds after fork

533418d410-Sep-2011 Erick Tryzelaar

test and bench: assert return values of *_init functions in tests

905fe71310-Sep-2011 Erick Tryzelaar

unix: fix a compiler warning

9700181514-Sep-2011 Erick Tryzelaar

test: fix compiling with gcc-4.5

58dd327514-Sep-2011 Igor Zinkovsky

windows: ERROR_PATH_NOT_FOUND -> UV_ENOENT mapping

4197fc7614-Sep-2011 Igor Zinkovsky

windows: make file handles non-inheritable by default to match node behavior

2931bdcf14-Sep-2011 Igor Zinkovsky

windows: strip '\??\' from readlink path buffer.

65c8a72714-Sep-2011 Igor Zinkovsky

uv_fs_ functions to return result in sync mode

76216d8014-Sep-2011 Ben Noordhuis

unix: handle readdir errors in uv__fs_after()

337ff16514-Sep-2011 Ben Noordhuis

unix: revert "eio: fix memory leak in eio__scandir()"

This reverts commit b450d8771967d0848595f8e966972ada257d3ffb.

It turns out that libeio doesn't actually leak memory but it does

unix: revert "eio: fix memory leak in eio__scandir()"

This reverts commit b450d8771967d0848595f8e966972ada257d3ffb.

It turns out that libeio doesn't actually leak memory but it does do an
unnecessary (and confusing!) allocation that is not free'd until after
the user callback returns.

show more ...

4b9b692b14-Sep-2011 Ben Noordhuis

unix: fix off-by-one error in comparison

Only 3 of the 4 buffer list entries were being used.

3c96410909-Sep-2011 Ben Noordhuis

unix: bring back uv__stream_destroy()

This is the revised version of reverted commit 431195c.

bca4996014-Sep-2011 Ben Noordhuis

unix: handle stream write errors properly

1. Ensure that failed writes don't leave the write queue in an inconsistent
state. Before, write requests were handed back to the user but we

unix: handle stream write errors properly

1. Ensure that failed writes don't leave the write queue in an inconsistent
state. Before, write requests were handed back to the user but were not
removed from the write queue. The cause of at least one use-after-free bug.

2. Pass the error to the callback on the next iteration of the event loop
instead of returning it immediately.

show more ...

1...<<181182183184185186187188189190>>...218