libuv/src/win
Ben Noordhuis ff0316813d unix,windows: make uv_thread_create() return errno
Before this commit, UNIX returned -1 on failure.  Windows sometimes
returned a UV_E* error code and sometimes a bogus status code, courtesy
of errno values not mapping to UV_E* error codes on that platform.

PR-URL: https://github.com/libuv/libuv/pull/204
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-02-17 22:25:01 +01:00
..
async.c unix, windows: removed unused status parameter 2014-03-17 21:42:36 +01:00
atomicops-inl.h windows: move uv_atomic_exchange_set to atomicops-inl.h 2012-08-14 01:04:43 +02:00
core.c win,unix: move loop functions which have identical implementations 2015-01-20 12:22:28 +01:00
dl.c Merge branch 'v0.10' into v1.x 2014-12-14 20:36:18 +01:00
error.c windows: map ERROR_INVALID_DRIVE to UV_ENOENT 2014-10-21 00:23:48 +02:00
fs-event.c unix, windows: avoid error in uv_fs_event_stop 2014-05-13 10:05:39 +02:00
fs.c win: use NtQueryDirectoryFile to implement uv_fs_scandir 2015-01-05 01:38:28 +01:00
getaddrinfo.c windows: fix regression when cancelling getaddrinfo 2015-01-28 11:42:13 +01:00
getnameinfo.c unix, win: add synchronous uv_get{addr,name}info 2015-01-23 01:12:05 +01:00
handle-inl.h style: remove trailing whitespace 2014-06-24 20:18:10 +04:00
handle.c windows: improved handling of invalid FDs 2014-01-09 18:29:18 +01:00
internal.h win,tty: support uv_try_write 2015-01-13 22:53:41 +01:00
loop-watcher.c windows: further simplify the code for timers 2014-09-10 09:52:00 +02:00
pipe.c win, unix: add pipe_peername implementation 2015-01-28 21:40:32 +01:00
poll.c unix, windows: set non-block mode in uv_poll_init 2015-01-16 10:41:00 +01:00
process-stdio.c windows: fix warnings of MinGW -Wall -O3 2014-03-07 17:21:00 +08:00
process.c unix, windows: fix typos in comments 2014-11-29 04:23:19 +01:00
req-inl.h unix, windows: fix UV_RUN_ONCE mode if progress was made 2014-12-23 09:49:12 +01:00
req.c windows: inline a couple of inline request functions 2012-06-02 23:08:22 +02:00
signal.c windows: fix console signal handler refcount 2014-04-12 10:09:40 +02:00
stream-inl.h common: use common uv__count_bufs code 2014-07-04 18:28:18 +02:00
stream.c win,tty: support uv_try_write 2015-01-13 22:53:41 +01:00
tcp.c win,tcp: support uv_try_write 2015-01-13 22:53:40 +01:00
thread.c unix,windows: make uv_thread_create() return errno 2015-02-17 22:25:01 +01:00
timer.c windows: improve timer precision 2014-09-17 23:17:41 +02:00
tty.c win,tty: support uv_try_write 2015-01-13 22:53:41 +01:00
udp.c unix, windows: fix typos in comments 2014-11-29 04:23:19 +01:00
util.c unix, windows: fix typos in comments 2014-11-29 04:23:19 +01:00
winapi.c win: make available NtQueryDirectoryFile 2015-01-05 01:38:27 +01:00
winapi.h win: add definitions for MUI errors mingw lacks 2015-01-05 17:15:00 +01:00
winsock.c Merge branch 'v0.10' into v1.x 2014-12-10 16:58:01 +01:00
winsock.h win: add missing IP_ADAPTER_UNICAST_ADDRESS_LH definition for MinGW 2014-11-06 19:20:32 -05:00