History log of /libuv/src/win/fs-event.c (Results 51 – 61 of 61)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: node-v0.6.14, node-v0.6.13, node-v0.7.6, node-v0.6.12, node-v0.6.11, node-v0.7.4, node-v0.6.10, node-v0.7.2, node-v0.6.9, node-v0.7.1, node-v0.7.0, node-v0.6.8, node-v0.6.7
# 4d1d02fd 26-Dec-2011 Igor Zinkovsky

windows: ensure that uv_fs_event callbacks have long names

Revision tags: node-v0.6.6, node-v0.6.4, node-v0.6.3, node-v0.6.2, node-v0.6.1, node-v0.6.0
# 1997e10b 05-Nov-2011 Bert Belder

Add flags to uv_fs_event_init

# 0fb37695 03-Nov-2011 Igor Zinkovsky

windows: don't emit fs-event callback after uv_fs_event handle is closed

Revision tags: node-v0.5.10
# 72b5976e 12-Oct-2011 Igor Zinkovsky

windows: support utf8 in uv_fs functions
fixes #201

Revision tags: node-v0.5.9
# 012fc079 07-Oct-2011 Igor Zinkovsky

windows: fixes #193. Ensures that uv_fs_event deals with short and long names

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".

# fbbc0854 18-Jan-2012 Ben Noordhuis

Rename COUNTOF() to ARRAY_SIZE().

Consistent with Node, it has an ARRAY_SIZE() macro but not COUNTOF().

# f9ad0a7b 22-Sep-2011 Igor Zinkovsky

windows: fire UV_CHANGE in case of overflow

# 019e6edf 22-Sep-2011 Igor Zinkovsky

windows: NextEntryOffset is relative, not absolute

# 1e0757ff 16-Sep-2011 Igor Zinkovsky

windows: file watcher

123