| .. |
|
async.c
|
win: multiplicity
|
2011-08-31 04:19:16 +02:00 |
|
cares.c
|
Fix typos.
|
2011-11-30 14:35:13 +01:00 |
|
core.c
|
Rename COUNTOF() to ARRAY_SIZE().
|
2012-01-18 15:48:31 +01:00 |
|
dl.c
|
win, unix: add uv_dlerror() and uv_dlerror_free()
|
2012-03-02 16:39:21 +01:00 |
|
error.c
|
windows: return UV_ENOTSOCK when doing uv_pipe_connect to a file
|
2012-03-01 12:11:29 -08:00 |
|
fs-event.c
|
Rename COUNTOF() to ARRAY_SIZE().
|
2012-01-18 15:48:31 +01:00 |
|
fs.c
|
win: fs: handle EOF in read
|
2012-02-24 00:58:53 +01:00 |
|
getaddrinfo.c
|
Win: get rid of UV_EAINONAME, use UV_ENOENT instead
|
2011-11-25 10:11:29 +01:00 |
|
handle.c
|
windows: return UV_FILE for non-console FILE_TYPE_CHAR
|
2011-11-17 15:36:34 -08:00 |
|
internal.h
|
Merge branch 'v0.6'
|
2012-02-24 01:30:22 +01:00 |
|
loop-watcher.c
|
windows: correct a preprocessor typo
|
2011-09-04 02:26:53 +02:00 |
|
pipe.c
|
windows: return UV_ENOTSOCK when doing uv_pipe_connect to a file
|
2012-03-01 12:11:29 -08:00 |
|
process.c
|
Revert b3e0ad4, 149d32c, e99fdf0 and ea9baef.
|
2012-02-28 15:29:05 +01:00 |
|
req.c
|
Windows: avoid the loop starvation bug. Closes GH-154
|
2011-11-28 19:36:41 +01:00 |
|
stream.c
|
Remove uv_import() and uv_export().
|
2012-02-12 15:49:54 +01:00 |
|
tcp.c
|
Merge branch 'v0.6'
|
2012-02-24 01:30:22 +01:00 |
|
thread.c
|
remove uv_thread_self
|
2012-01-13 17:24:30 -08:00 |
|
threadpool.c
|
Fixes #76. Unify OS error reporting
|
2011-09-27 19:05:33 -07:00 |
|
timer.c
|
Fix typos.
|
2011-11-30 14:35:13 +01:00 |
|
tty.c
|
Merge remote-tracking branch 'origin/v0.6'
|
2012-02-12 16:10:05 +01:00 |
|
udp.c
|
Merge remote-tracking branch 'ry/v0.6'
|
2012-01-31 18:00:59 -08:00 |
|
util.c
|
windows: implement uv_loop_new+uv_loop_delete
|
2012-01-16 17:07:49 -08:00 |
|
winapi.c
|
Wrap platform mutex and rwlock APIs.
|
2011-11-18 12:42:08 +01:00 |
|
winapi.h
|
fix warnings in windows build
|
2012-01-11 18:12:51 -08:00 |
|
winsock.c
|
windows: avoid IOCP short-circuit if non-ifs lsps are detected
|
2012-02-22 11:58:40 -08:00 |
|
winsock.h
|
Merge remote-tracking branch 'origin/v0.6'
|
2012-02-12 16:10:05 +01:00 |