History log of /libuv/src/win/error.c (Results 51 – 68 of 68)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: node-v0.6.0
# 681bd290 03-Nov-2011 Ryan Dahl

UV_EACCESS -> UV_EACCES

In order to match existing Node API. See
https://github.com/joyent/node/pull/2001

# 74b49e82 02-Nov-2011 Igor Zinkovsky

uv_kill

# f2c6b410 27-Oct-2011 Ben Noordhuis

unix: have uv_strerror() handle getaddrinfo() errors

Revision tags: node-v0.5.10
# 2c7e8bb1 21-Oct-2011 Ryan Dahl

Map EAI_NONAME to ENOENT

Revision tags: node-v0.5.9
# 81c09cb2 07-Oct-2011 Bert Belder

win: add error mappings for ECONNRESET

Revision tags: node-v0.5.8
# e7a53aed 28-Sep-2011 Igor Zinkovsky

fix windows build

# 23796d20 27-Sep-2011 Erick Tryzelaar

Fixes #76. Unify OS error reporting

As a nice fringe benefit, this also shaves a word
off of a windows TCP handle by replacing "uv_err_t
bind_error" with "int bind_error".

Revision tags: node-v0.5.7
# 58dd3275 14-Sep-2011 Igor Zinkovsky

windows: ERROR_PATH_NOT_FOUND -> UV_ENOENT mapping

# 3c00d87b 12-Sep-2011 isaacs

Add EEXIST handling

Additionally, map ERROR_ALREADY_EXISTS to EEXIST on Windows. I'm a bit
unsure about this mapping. Could a windows person confirm?

Revision tags: node-v0.5.6
# e95a29ee 09-Sep-2011 Bert Belder

Add mapping for ECONNABORTED

# cfa1423f 09-Sep-2011 Igor Zinkovsky

fix fs_file_noent on windows

# 12b01e95 04-Sep-2011 Bert Belder

Specialize uv_xxx_getsockname, add uv_tcp_getpeername

# 78debf9f 31-Aug-2011 Bert Belder

win: multiplicity

Revision tags: node-v0.5.5
# 5c9d749a 24-Aug-2011 Bert Belder

win: udp support

# c6c3d15d 15-Aug-2011 Bert Belder

Windows: slightly improve error reporting

Revision tags: node-v0.5.4, node-v0.5.2
# ee5236cf 20-Jul-2011 Igor Zinkovsky

Windows: make uv_pipe_bind fail for the pipe name already in-use

# 86f1ca90 19-Jul-2011 Bert Belder

Windows: implement uv_hrtime()

# 3a91232f 19-Jul-2011 Bert Belder

Split up uv-win.c

123