1 file changed
+1
-1
lines changed- .gitattributes+1
- .github/ISSUE_TEMPLATE.md+3
- .gitignore+1
- .mailmap+2
- AUTHORS+20
- CMakeLists.txt+10-7
- ChangeLog+160-1
- Makefile.am+39-2
- README.md+9-6
- configure.ac+6-1
- docs/src/async.rst+4
- docs/src/design.rst+3-1
- docs/src/fs.rst+51-1
- docs/src/guide/basics.rst+1-1
- docs/src/guide/threads.rst+1-1
- docs/src/misc.rst+41
- docs/src/sphinx-plugins/manpage.py-1
- docs/src/threadpool.rst+3-1
- include/uv.h+27-1
- include/uv/unix.h+7-4
- include/uv/version.h+1-1
- include/uv/win.h+1
- src/fs-poll.c+1-1
- src/threadpool.c+1-1
- src/unix/aix.c+5
- src/unix/async.c+33-4
- src/unix/bsd-ifaddrs.c+6-1
- src/unix/core.c+120-6
- src/unix/cygwin.c+4
- src/unix/darwin-proctitle.c+79-68
- src/unix/darwin.c+5
- src/unix/freebsd.c+5
- src/unix/fs.c+141-21
- src/unix/fsevents.c+2-1
- src/unix/haiku.c+176
- src/unix/ibmi.c+139-3
- src/unix/internal.h+10
- src/unix/kqueue.c+6-6
- src/unix/linux-core.c+138-18
- src/unix/linux-syscalls.c+4-1
- src/unix/netbsd.c+5
- src/unix/openbsd.c+6-1
- src/unix/os390.c+5
- src/unix/process.c+9-2
- src/unix/proctitle.c-4
- src/unix/signal.c+1-1
- src/unix/stream.c+2-2
- src/unix/sunos.c+5
- src/unix/thread.c+28-7
- src/uv-common.c+11
- src/win/fs-fd-hash-inl.h+178
- src/win/fs.c+492-24
- src/win/process.c+2-2
- src/win/tty.c+19-2
- src/win/util.c+82-6
- src/win/winapi.c+8
- src/win/winapi.h+12
- test/fixtures/lorem_ipsum.txt+1
- test/runner-win.c+6
- test/task.h+4
- test/test-cwd-and-chdir.c+7
- test/test-env-vars.c+36-1
- test/test-fs-copyfile.c+9-1
- test/test-fs-fd-hash.c+133
- test/test-fs-open-flags.c+435
- test/test-fs-poll.c+39
- test/test-fs.c+388-50
- test/test-get-memory.c+4-2
- test/test-ipc.c+2-2
- test/test-list.h+28-2
- test/test-pipe-getsockname.c+1-1
- test/test-process-title-threadsafe.c+5-1
- test/test-queue-foreach-delete.c+15-11
- test/test-spawn.c+34
- test/test-tcp-try-write-error.c+109
- test/test-tmpdir.c+11
- test/test.gyp+3
- uv.gyp-1
0 commit comments