3 files changed
+9
-15
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
+7-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
111 | 110 |
| |
112 | 111 |
| |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
| 112 | + | |
| 113 | + | |
120 | 114 |
| |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
125 | 119 |
| |
126 | 120 |
| |
127 | 121 |
| |
|
- .mailmap+1
- AUTHORS+2
- ChangeLog+61-1
- Makefile.am+2
- configure.ac+2-1
- docs/src/dns.rst+13
- docs/src/fs_event.rst+8-2
- docs/src/fs_poll.rst+5-2
- docs/src/loop.rst+6
- docs/src/pipe.rst+17-2
- docs/src/poll.rst+4
- docs/src/stream.rst+4-2
- docs/src/threadpool.rst+5-1
- include/uv-unix.h+1-1
- include/uv-version.h+2-2
- include/uv-win.h+5-2
- include/uv.h+11-5
- src/fs-poll.c+7-7
- src/unix/aix.c+1-1
- src/unix/darwin-proctitle.c+4-1
- src/unix/darwin.c+1-1
- src/unix/freebsd.c+1-1
- src/unix/getaddrinfo.c+16-14
- src/unix/getnameinfo.c+14-8
- src/unix/internal.h+1-1
- src/unix/linux-core.c+26-7
- src/unix/loop.c+2-73
- src/unix/netbsd.c+1-1
- src/unix/openbsd.c+1-1
- src/unix/pipe.c+26-8
- src/unix/poll.c+6
- src/unix/stream.c+4-1
- src/unix/sunos.c+1-1
- src/unix/thread.c+2-2
- src/uv-common.c+77-7
- src/uv-common.h+2
- src/win/core.c+1-64
- src/win/getaddrinfo.c+35-30
- src/win/getnameinfo.c+14-8
- src/win/pipe.c+41-16
- src/win/poll.c+5
- test/test-fs-event.c+1
- test/test-fs-poll.c+1
- test/test-getaddrinfo.c+32
- test/test-getnameinfo.c+18
- test/test-list.h+8
- test/test-pipe-getsockname.c+112-29
- test/test-pipe-set-non-blocking.c+99
- test/test-poll.c+3-24
- test/test-spawn.c+3-2
- uv.gyp+2
0 commit comments