History log of /libuv/src/win/winapi.h (Results 51 – 66 of 66)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: node-v0.6.8, node-v0.6.7, node-v0.6.6
# f5c2a4a1 02-Dec-2011 Ben Noordhuis

Merge branch 'v0.6'

Conflicts:
src/unix/core.c
src/win/winapi.h


# 2a6a4a08 01-Dec-2011 Bert Belder

Fix MinGW and MinGW-w64 builds

# ee49c7a2 01-Dec-2011 Bert Belder

Fix MinGW and MinGW-w64 builds

Closes GH-222 and GH-267.
Thanks Yuki Okumura and Yasuhiro Matsumoto for providing fixes.

Revision tags: node-v0.6.4, node-v0.6.3, node-v0.6.2
# 1fc1f280 14-Nov-2011 Ben Noordhuis

Wrap platform mutex and rwlock APIs.

Read/write locks are emulated with critical sections on Windows XP and Vista
because those platforms don't have a (complete) native read/write lock A

Wrap platform mutex and rwlock APIs.

Read/write locks are emulated with critical sections on Windows XP and Vista
because those platforms don't have a (complete) native read/write lock API.

show more ...

Revision tags: node-v0.6.1, node-v0.6.0, node-v0.5.10
# 66f39250 22-Oct-2011 Bert Belder

Fix MinGW build

# 54982a23 19-Oct-2011 Igor Zinkovsky

windows: stdio over non-overlapped pipes

# 51e9dbc2 20-Oct-2011 Bert Belder

Work around windows udp bug, allow zero reads

# 72b5976e 12-Oct-2011 Igor Zinkovsky

windows: support utf8 in uv_fs functions
fixes #201

Revision tags: node-v0.5.9, node-v0.5.8, node-v0.5.7, node-v0.5.6
# 12e689dc 09-Sep-2011 Bert Belder

win: the ddk got the NTSTATUS_FROM_WIN32 wrong

# 2d1c672e 08-Sep-2011 Bert Belder

More MinGW fixes

# 06d69a82 08-Sep-2011 Bert Belder

Make MinGW happy again

# 7db243dc 04-Sep-2011 Peter Bright

Bring inline with node common.gypi.

Win32 readlink()

# 060026ce 03-Sep-2011 Igor Zinkovsky

windows: uv_fs_link + uv_fs_symlink

# cf5ed86a 03-Sep-2011 Igor Zinkovsky

windows: implement missing fs functions

Revision tags: node-v0.5.5
# 6622c35b 23-Aug-2011 Bert Belder

win: add ntstatus-to-winsock-error mapping

# 48a8f195 21-Aug-2011 Bert Belder

win: merge kernel32.h and ntdll.h; declare pointers in winapi.h

123