5 | | * Add SHA to ChangeLog (Santiago Gimeno) |
6 | | |
7 | | * misc: update readthedocs config (Jameson Nash) |
8 | | |
9 | | * test: remove erroneous RETURN_SKIP (Ben Noordhuis) |
10 | | |
11 | | * android: disable io_uring support (Ben Noordhuis) |
12 | | |
13 | | * linux: add some more iouring backed fs ops (Santiago Gimeno) |
14 | | |
15 | | * build: add autoconf option for disable-maintainer-mode (Jameson Nash) |
16 | | |
17 | | * fs: use WTF-8 on Windows (Stefan Karpinski) |
18 | | |
19 | | * unix,win: replace QUEUE with struct uv__queue (Ben Noordhuis) |
20 | | |
21 | | * linux: fs_read to use io_uring if iovcnt > IOV_MAX (Santiago Gimeno) |
22 | | |
23 | | * ios: fix uv_getrusage() ru_maxrss calculation (Ben Noordhuis) |
24 | | |
25 | | * include: update outdated code comment (Ben Noordhuis) |
26 | | |
27 | | * linux: support abstract unix sockets (Ben Noordhuis) |
28 | | |
29 | | * unix,win: add UV_PIPE_NO_TRUNCATE flag (Ben Noordhuis) |
30 | | |
31 | | * unix: add loongarch support (liuxiang88) |
32 | | |
33 | | * doc: add DPS8M to LINKS.md (Jeffrey H. Johnson) |
34 | | |
35 | | * include: add EUNATCH errno mapping (Abdirahim Musse) |
36 | | |
37 | | * src: don't run timers if loop is stopped/unref'd (Trevor Norris) |
38 | | |
39 | | * win: fix -Wpointer-to-int-cast warning (Ben Noordhuis) |
40 | | |
41 | | * test,win: fix -Wunused-variable warning (Ben Noordhuis) |
42 | | |
43 | | * test,win: fix -Wformat warning (Ben Noordhuis) |
44 | | |
45 | | * linux: work around io_uring IORING_OP_CLOSE bug (Ben Noordhuis) |
46 | | |
47 | | * win: remove unused functions (Ben Noordhuis) |
48 | | |
49 | | * bench: add bench to check uv_loop_alive (Trevor Norris) |
50 | | |
51 | | * test: add uv_cancel test for threadpool (Trevor Norris) |
52 | | |
53 | | * unix: skip prohibited syscalls on tvOS and watchOS (小明) |
54 | | |
55 | | * unix,fs: make no_pwritev access thread-safe (Santiago Gimeno) |
56 | | |
57 | | * unix: fix build for lower versions of Android (小明) |
| 5 | * Add SHA to ChangeLog |
| 6 | * misc: update readthedocs config |
| 7 | * test: remove erroneous RETURN_SKIP |
| 8 | * android: disable io_uring support |
| 9 | * linux: add some more iouring backed fs ops |
| 10 | * build: add autoconf option for disable-maintainer-mode |
| 11 | * fs: use WTF-8 on Windows |
| 12 | * unix,win: replace QUEUE with struct uv__queue |
| 13 | * linux: fs_read to use io_uring if iovcnt > IOV_MAX |
| 14 | * ios: fix uv_getrusage() ru_maxrss calculation |
| 15 | * include: update outdated code comment |
| 16 | * linux: support abstract unix sockets |
| 17 | * unix,win: add UV_PIPE_NO_TRUNCATE flag |
| 18 | * unix: add loongarch support |
| 19 | * doc: add DPS8M to LINKS.md |
| 20 | * include: add EUNATCH errno mapping |
| 21 | * src: don't run timers if loop is stopped/unref'd |
| 22 | * win: fix -Wpointer-to-int-cast warning |
| 23 | * test,win: fix -Wunused-variable warning |
| 24 | * test,win: fix -Wformat warning |
| 25 | * linux: work around io_uring IORING_OP_CLOSE bug |
| 26 | * win: remove unused functions |
| 27 | * bench: add bench to check uv_loop_alive |
| 28 | * test: add uv_cancel test for threadpool |
| 29 | * unix: skip prohibited syscalls on tvOS and watchOS |
| 30 | * unix,fs: make no_pwritev access thread-safe |
| 31 | * unix: fix build for lower versions of Android |