2 files changed
+24
-1
lines changedDiff for: uvloop/dns.pyx
+23
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
248 | 271 |
| |
249 | 272 |
| |
250 | 273 |
| |
|
Diff for: vendor/libuv
- .github/stale.yml+3-4
- .github/workflows/CI.yml+49
- .github/workflows/sanitizer.yml+14-5
- .mailmap+4
- AUTHORS+17
- CMakeLists.txt+49-38
- ChangeLog+90-1
- Makefile.am+4-6
- README.md+1-1
- SUPPORTED_PLATFORMS.md+1-1
- configure.ac+1-1
- docs/src/guide/basics.rst+1-1
- docs/src/index.rst+2-2
- docs/src/misc.rst+5-1
- include/uv.h+3
- include/uv/unix.h+2-4
- include/uv/version.h+1-1
- include/uv/win.h+7
- src/threadpool.c+7
- src/unix/bsd-proctitle.c+1-3
- src/unix/darwin.c+10-6
- src/unix/dl.c+1-1
- src/unix/fs.c+79-40
- src/unix/kqueue.c+2-3
- src/unix/linux-core.c+96-5
- src/unix/os390-syscalls.c+5
- src/unix/os390-syscalls.h+1
- src/unix/process.c+54-37
- src/unix/stream.c+3-7
- src/unix/udp.c+54-8
- src/uv-common.c+19
- src/win/fs-event.c+3-3
- src/win/fs.c+15-3
- src/win/pipe.c-2
- src/win/process.c+3-1
- src/win/tcp.c+2-3
- src/win/thread.c+13-2
- src/win/udp.c+1-1
- src/win/util.c+4-1
- src/win/winapi.c+10
- src/win/winapi.h+7
- test/benchmark-list.h-1
- test/dns-server.c-340
- test/task.h+1-1
- test/test-fs-copyfile.c-3
- test/test-fs-event.c+48-4
- test/test-fs-open-flags.c+19-19
- test/test-fs-readdir.c-3
- test/test-fs.c+1-7
- test/test-ip-name.c+65
- test/test-ip6-addr.c+3-3
- test/test-list.h+11-3
- test/test-ping-pong.c+3
- test/test-pipe-connect-error.c-3
- test/test-readable-on-eof.c+34-26
- test/test-tcp-connect-timeout.c+1-1
- test/test-thread-equal.c+6
- test/test-tty-escape-sequence-processing.c+13-3
- test/test-udp-connect.c+1-1
- test/test-udp-connect6.c+200
0 commit comments