- LICENSE-APACHE
- LICENSE-MIT
- MANIFEST.in
- Makefile
- README.rst
- performance.png
- setup.cfg
- setup.py
- docs/conf.py
- docs/index.rst
- docs/api/index.rst
- docs/dev/index.rst
- docs/user/index.rst
- examples/bench/echoclient.py
- examples/bench/echoserver.py
- examples/bench/rlserver.py
- tests/__init__.py
- tests/test_aiohttp.py
- tests/test_base.py
- tests/test_context.py
- tests/test_cython.py
- tests/test_dealloc.py
- tests/test_dns.py
- tests/test_executors.py
- tests/test_pipes.py
- tests/test_process.py
- tests/test_regr1.py
- tests/test_signals.py
- tests/test_sockets.py
- tests/test_sourcecode.py
- tests/test_tasks.py
- tests/test_tcp.py
- tests/test_testbase.py
- tests/test_udp.py
- tests/test_unix.py
- tests/certs/ssl_cert.pem
- tests/certs/ssl_key.pem
- uvloop/__init__.py
- uvloop/_noop.py
- uvloop/_patch.py
- uvloop/_testbase.py
- uvloop/cbhandles.pxd
- uvloop/cbhandles.pyx
- uvloop/dns.pyx
- uvloop/errors.pyx
- uvloop/loop.c
- uvloop/loop.pxd
- uvloop/loop.pyx
- uvloop/lru.pyx
- uvloop/pseudosock.pyx
- uvloop/request.pxd
- uvloop/request.pyx
- uvloop/server.pxd
- uvloop/server.pyx
- uvloop/sslproto.pxd
- uvloop/sslproto.pyx
- uvloop.egg-info/PKG-INFO
- uvloop.egg-info/SOURCES.txt
- uvloop.egg-info/dependency_links.txt
- uvloop.egg-info/top_level.txt
- uvloop/handles/async_.pxd
- uvloop/handles/async_.pyx
- uvloop/handles/basetransport.pxd
- uvloop/handles/basetransport.pyx
- uvloop/handles/check.pxd
- uvloop/handles/check.pyx
- uvloop/handles/handle.pxd
- uvloop/handles/handle.pyx
- uvloop/handles/idle.pxd
- uvloop/handles/idle.pyx
- uvloop/handles/pipe.pxd
- uvloop/handles/pipe.pyx
- uvloop/handles/poll.pxd
- uvloop/handles/poll.pyx
- uvloop/handles/process.pxd
- uvloop/handles/process.pyx
- uvloop/handles/stream.pxd
- uvloop/handles/stream.pyx
- uvloop/handles/streamserver.pxd
- uvloop/handles/streamserver.pyx
- uvloop/handles/tcp.pxd
- uvloop/handles/tcp.pyx
- uvloop/handles/timer.pxd
- uvloop/handles/timer.pyx
- uvloop/handles/udp.pxd
- uvloop/handles/udp.pyx
- uvloop/includes/__init__.py
- uvloop/includes/compat.h
- uvloop/includes/consts.pxi
- uvloop/includes/debug.h
- uvloop/includes/debug.pxd
- uvloop/includes/flowcontrol.pxd
- uvloop/includes/python.pxd
- uvloop/includes/stdlib.pxi
- uvloop/includes/system.pxd
- uvloop/includes/uv.pxd
- vendor/libuv/.git
- vendor/libuv/.gitattributes
- vendor/libuv/.gitignore
- vendor/libuv/.mailmap
- vendor/libuv/AUTHORS
- vendor/libuv/CMakeLists.txt
- vendor/libuv/CONTRIBUTING.md
- vendor/libuv/ChangeLog
- vendor/libuv/LICENSE
- vendor/libuv/LICENSE-docs
- vendor/libuv/MAINTAINERS.md
- vendor/libuv/Makefile.am
- vendor/libuv/Makefile.in
- vendor/libuv/README.md
- vendor/libuv/SUPPORTED_PLATFORMS.md
- vendor/libuv/aclocal.m4
- vendor/libuv/android-configure-arm
- vendor/libuv/android-configure-arm64
- vendor/libuv/android-configure-x86
- vendor/libuv/android-configure-x86_64
- vendor/libuv/appveyor.yml
- vendor/libuv/ar-lib
- vendor/libuv/autogen.sh
- vendor/libuv/common.gypi
- vendor/libuv/compile
- vendor/libuv/config.guess
- vendor/libuv/config.sub
- vendor/libuv/configure
- vendor/libuv/configure.ac
- vendor/libuv/depcomp
- vendor/libuv/gyp_uv.py
- vendor/libuv/install-sh
- vendor/libuv/libuv.pc.in
- vendor/libuv/ltmain.sh
- vendor/libuv/missing
- vendor/libuv/uv.gyp
- vendor/libuv/vcbuild.bat
- vendor/libuv/.github/ISSUE_TEMPLATE.md
- vendor/libuv/autom4te.cache/output.0
- vendor/libuv/autom4te.cache/output.1
- vendor/libuv/autom4te.cache/requests
- vendor/libuv/autom4te.cache/traces.0
- vendor/libuv/autom4te.cache/traces.1
- vendor/libuv/include/uv.h
- vendor/libuv/include/uv/aix.h
- vendor/libuv/include/uv/android-ifaddrs.h
- vendor/libuv/include/uv/bsd.h
- vendor/libuv/include/uv/darwin.h
- vendor/libuv/include/uv/errno.h
- vendor/libuv/include/uv/linux.h
- vendor/libuv/include/uv/os390.h
- vendor/libuv/include/uv/posix.h
- vendor/libuv/include/uv/stdint-msvc2008.h
- vendor/libuv/include/uv/sunos.h
- vendor/libuv/include/uv/threadpool.h
- vendor/libuv/include/uv/tree.h
- vendor/libuv/include/uv/unix.h
- vendor/libuv/include/uv/version.h
- vendor/libuv/include/uv/win.h
- vendor/libuv/m4/.gitignore
- vendor/libuv/m4/as_case.m4
- vendor/libuv/m4/libtool.m4
- vendor/libuv/m4/libuv-check-flags.m4
- vendor/libuv/m4/libuv-extra-automake-flags.m4
- vendor/libuv/m4/ltoptions.m4
- vendor/libuv/m4/ltsugar.m4
- vendor/libuv/m4/ltversion.m4
- vendor/libuv/m4/lt~obsolete.m4
- vendor/libuv/samples/.gitignore
- vendor/libuv/samples/socks5-proxy/.gitignore
- vendor/libuv/samples/socks5-proxy/LICENSE
- vendor/libuv/samples/socks5-proxy/Makefile
- vendor/libuv/samples/socks5-proxy/build.gyp
- vendor/libuv/samples/socks5-proxy/client.c
- vendor/libuv/samples/socks5-proxy/defs.h
- vendor/libuv/samples/socks5-proxy/getopt.c
- vendor/libuv/samples/socks5-proxy/main.c
- vendor/libuv/samples/socks5-proxy/s5.c
- vendor/libuv/samples/socks5-proxy/s5.h
- vendor/libuv/samples/socks5-proxy/server.c
- vendor/libuv/samples/socks5-proxy/util.c
- vendor/libuv/src/fs-poll.c
- vendor/libuv/src/heap-inl.h
- vendor/libuv/src/idna.c
- vendor/libuv/src/idna.h
- vendor/libuv/src/inet.c
- vendor/libuv/src/queue.h
- vendor/libuv/src/strscpy.c
- vendor/libuv/src/strscpy.h
- vendor/libuv/src/threadpool.c
- vendor/libuv/src/timer.c
- vendor/libuv/src/uv-common.c
- vendor/libuv/src/uv-common.h
- vendor/libuv/src/uv-data-getter-setters.c
- vendor/libuv/src/version.c
- vendor/libuv/src/unix/aix-common.c
- vendor/libuv/src/unix/aix.c
- vendor/libuv/src/unix/android-ifaddrs.c
- vendor/libuv/src/unix/async.c
- vendor/libuv/src/unix/atomic-ops.h
- vendor/libuv/src/unix/bsd-ifaddrs.c
- vendor/libuv/src/unix/bsd-proctitle.c
- vendor/libuv/src/unix/core.c
- vendor/libuv/src/unix/cygwin.c
- vendor/libuv/src/unix/darwin-proctitle.c
- vendor/libuv/src/unix/darwin.c
- vendor/libuv/src/unix/dl.c
- vendor/libuv/src/unix/freebsd.c
- vendor/libuv/src/unix/fs.c
- vendor/libuv/src/unix/fsevents.c
- vendor/libuv/src/unix/getaddrinfo.c
- vendor/libuv/src/unix/getnameinfo.c
- vendor/libuv/src/unix/haiku.c
- vendor/libuv/src/unix/ibmi.c
- vendor/libuv/src/unix/internal.h
- vendor/libuv/src/unix/kqueue.c
- vendor/libuv/src/unix/linux-core.c
- vendor/libuv/src/unix/linux-inotify.c
- vendor/libuv/src/unix/linux-syscalls.c
- vendor/libuv/src/unix/linux-syscalls.h
- vendor/libuv/src/unix/loop-watcher.c
- vendor/libuv/src/unix/loop.c
- vendor/libuv/src/unix/netbsd.c
- vendor/libuv/src/unix/no-fsevents.c
- vendor/libuv/src/unix/no-proctitle.c
- vendor/libuv/src/unix/openbsd.c
- vendor/libuv/src/unix/os390-syscalls.c
- vendor/libuv/src/unix/os390-syscalls.h
- vendor/libuv/src/unix/os390.c
- vendor/libuv/src/unix/pipe.c
- vendor/libuv/src/unix/poll.c
- vendor/libuv/src/unix/posix-hrtime.c
- vendor/libuv/src/unix/posix-poll.c
- vendor/libuv/src/unix/process.c
- vendor/libuv/src/unix/procfs-exepath.c
- vendor/libuv/src/unix/proctitle.c
- vendor/libuv/src/unix/pthread-fixes.c
- vendor/libuv/src/unix/signal.c
- vendor/libuv/src/unix/spinlock.h
- vendor/libuv/src/unix/stream.c
- vendor/libuv/src/unix/sunos.c
- vendor/libuv/src/unix/sysinfo-loadavg.c
- vendor/libuv/src/unix/sysinfo-memory.c
- vendor/libuv/src/unix/tcp.c
- vendor/libuv/src/unix/thread.c
- vendor/libuv/src/unix/tty.c
- vendor/libuv/src/unix/udp.c
- vendor/libuv/src/win/async.c
- vendor/libuv/src/win/atomicops-inl.h
- vendor/libuv/src/win/core.c
- vendor/libuv/src/win/detect-wakeup.c
- vendor/libuv/src/win/dl.c
- vendor/libuv/src/win/error.c
- vendor/libuv/src/win/fs-event.c
- vendor/libuv/src/win/fs-fd-hash-inl.h
- vendor/libuv/src/win/fs.c
- vendor/libuv/src/win/getaddrinfo.c
- vendor/libuv/src/win/getnameinfo.c
- vendor/libuv/src/win/handle-inl.h
- vendor/libuv/src/win/handle.c
- vendor/libuv/src/win/internal.h
- vendor/libuv/src/win/loop-watcher.c
- vendor/libuv/src/win/pipe.c
- vendor/libuv/src/win/poll.c
- vendor/libuv/src/win/process-stdio.c
- vendor/libuv/src/win/process.c
- vendor/libuv/src/win/req-inl.h
- vendor/libuv/src/win/signal.c
- vendor/libuv/src/win/snprintf.c
- vendor/libuv/src/win/stream-inl.h
- vendor/libuv/src/win/stream.c
- vendor/libuv/src/win/tcp.c
- vendor/libuv/src/win/thread.c
- vendor/libuv/src/win/tty.c
- vendor/libuv/src/win/udp.c
- vendor/libuv/src/win/util.c
- vendor/libuv/src/win/winapi.c
- vendor/libuv/src/win/winapi.h
- vendor/libuv/src/win/winsock.c
- vendor/libuv/src/win/winsock.h
- vendor/libuv/test/benchmark-async-pummel.c
- vendor/libuv/test/benchmark-async.c
- vendor/libuv/test/benchmark-fs-stat.c
- vendor/libuv/test/benchmark-getaddrinfo.c
- vendor/libuv/test/benchmark-list.h
- vendor/libuv/test/benchmark-loop-count.c
- vendor/libuv/test/benchmark-million-async.c
- vendor/libuv/test/benchmark-million-timers.c
- vendor/libuv/test/benchmark-multi-accept.c
- vendor/libuv/test/benchmark-ping-pongs.c
- vendor/libuv/test/benchmark-pound.c
- vendor/libuv/test/benchmark-pump.c
- vendor/libuv/test/benchmark-sizes.c
- vendor/libuv/test/benchmark-spawn.c
- vendor/libuv/test/benchmark-tcp-write-batch.c
- vendor/libuv/test/benchmark-thread.c
- vendor/libuv/test/benchmark-udp-pummel.c
- vendor/libuv/test/blackhole-server.c
- vendor/libuv/test/dns-server.c
- vendor/libuv/test/echo-server.c
- vendor/libuv/test/run-benchmarks.c
- vendor/libuv/test/run-tests.c
- vendor/libuv/test/runner-unix.c
- vendor/libuv/test/runner-unix.h
- vendor/libuv/test/runner-win.c
- vendor/libuv/test/runner-win.h
- vendor/libuv/test/runner.c
- vendor/libuv/test/runner.h
- vendor/libuv/test/task.h
- vendor/libuv/test/test-active.c
- vendor/libuv/test/test-async-null-cb.c
- vendor/libuv/test/test-async.c
- vendor/libuv/test/test-barrier.c
- vendor/libuv/test/test-callback-order.c
- vendor/libuv/test/test-callback-stack.c
- vendor/libuv/test/test-close-fd.c
- vendor/libuv/test/test-close-order.c
- vendor/libuv/test/test-condvar.c
- vendor/libuv/test/test-connect-unspecified.c
- vendor/libuv/test/test-connection-fail.c
- vendor/libuv/test/test-cwd-and-chdir.c
- vendor/libuv/test/test-default-loop-close.c
- vendor/libuv/test/test-delayed-accept.c
- vendor/libuv/test/test-dlerror.c
- vendor/libuv/test/test-eintr-handling.c
- vendor/libuv/test/test-embed.c
- vendor/libuv/test/test-emfile.c
- vendor/libuv/test/test-env-vars.c
- vendor/libuv/test/test-error.c
- vendor/libuv/test/test-fail-always.c
- vendor/libuv/test/test-fork.c
- vendor/libuv/test/test-fs-copyfile.c
- vendor/libuv/test/test-fs-event.c
- vendor/libuv/test/test-fs-fd-hash.c
- vendor/libuv/test/test-fs-open-flags.c
- vendor/libuv/test/test-fs-poll.c
- vendor/libuv/test/test-fs-readdir.c
- vendor/libuv/test/test-fs.c
- vendor/libuv/test/test-get-currentexe.c
- vendor/libuv/test/test-get-loadavg.c
- vendor/libuv/test/test-get-memory.c
- vendor/libuv/test/test-get-passwd.c
- vendor/libuv/test/test-getaddrinfo.c
- vendor/libuv/test/test-gethostname.c
- vendor/libuv/test/test-getnameinfo.c
- vendor/libuv/test/test-getsockname.c
- vendor/libuv/test/test-getters-setters.c
- vendor/libuv/test/test-gettimeofday.c
- vendor/libuv/test/test-handle-fileno.c
- vendor/libuv/test/test-homedir.c
- vendor/libuv/test/test-hrtime.c
- vendor/libuv/test/test-idle.c
- vendor/libuv/test/test-idna.c
- vendor/libuv/test/test-ip4-addr.c
- vendor/libuv/test/test-ip6-addr.c
- vendor/libuv/test/test-ipc-heavy-traffic-deadlock-bug.c
- vendor/libuv/test/test-ipc-send-recv.c
- vendor/libuv/test/test-ipc.c
- vendor/libuv/test/test-list.h
- vendor/libuv/test/test-loop-alive.c
- vendor/libuv/test/test-loop-close.c
- vendor/libuv/test/test-loop-configure.c
- vendor/libuv/test/test-loop-handles.c
- vendor/libuv/test/test-loop-stop.c
- vendor/libuv/test/test-loop-time.c
- vendor/libuv/test/test-multiple-listen.c
- vendor/libuv/test/test-mutexes.c
- vendor/libuv/test/test-osx-select.c
- vendor/libuv/test/test-pass-always.c
- vendor/libuv/test/test-ping-pong.c
- vendor/libuv/test/test-pipe-bind-error.c
- vendor/libuv/test/test-pipe-close-stdout-read-stdin.c
- vendor/libuv/test/test-pipe-connect-error.c
- vendor/libuv/test/test-pipe-connect-multiple.c
- vendor/libuv/test/test-pipe-connect-prepare.c
- vendor/libuv/test/test-pipe-getsockname.c
- vendor/libuv/test/test-pipe-pending-instances.c
- vendor/libuv/test/test-pipe-sendmsg.c
- vendor/libuv/test/test-pipe-server-close.c
- vendor/libuv/test/test-pipe-set-fchmod.c
- vendor/libuv/test/test-pipe-set-non-blocking.c
- vendor/libuv/test/test-platform-output.c
- vendor/libuv/test/test-poll-close-doesnt-corrupt-stack.c
- vendor/libuv/test/test-poll-close.c
- vendor/libuv/test/test-poll-closesocket.c
- vendor/libuv/test/test-poll-oob.c
- vendor/libuv/test/test-poll.c
- vendor/libuv/test/test-process-priority.c
- vendor/libuv/test/test-process-title-threadsafe.c
- vendor/libuv/test/test-process-title.c
- vendor/libuv/test/test-queue-foreach-delete.c
- vendor/libuv/test/test-ref.c
- vendor/libuv/test/test-run-nowait.c
- vendor/libuv/test/test-run-once.c
- vendor/libuv/test/test-semaphore.c
- vendor/libuv/test/test-shutdown-close.c
- vendor/libuv/test/test-shutdown-eof.c
- vendor/libuv/test/test-shutdown-twice.c
- vendor/libuv/test/test-signal-multiple-loops.c
- vendor/libuv/test/test-signal.c
- vendor/libuv/test/test-socket-buffer-size.c
- vendor/libuv/test/test-spawn.c
- vendor/libuv/test/test-stdio-over-pipes.c
- vendor/libuv/test/test-strscpy.c
- vendor/libuv/test/test-tcp-alloc-cb-fail.c
- vendor/libuv/test/test-tcp-bind-error.c
- vendor/libuv/test/test-tcp-bind6-error.c
- vendor/libuv/test/test-tcp-close-accept.c
- vendor/libuv/test/test-tcp-close-while-connecting.c
- vendor/libuv/test/test-tcp-close.c
- vendor/libuv/test/test-tcp-connect-error-after-write.c
- vendor/libuv/test/test-tcp-connect-error.c
- vendor/libuv/test/test-tcp-connect-timeout.c
- vendor/libuv/test/test-tcp-connect6-error.c
- vendor/libuv/test/test-tcp-create-socket-early.c
- vendor/libuv/test/test-tcp-flags.c
- vendor/libuv/test/test-tcp-oob.c
- vendor/libuv/test/test-tcp-open.c
- vendor/libuv/test/test-tcp-read-stop.c
- vendor/libuv/test/test-tcp-shutdown-after-write.c
- vendor/libuv/test/test-tcp-try-write-error.c
- vendor/libuv/test/test-tcp-try-write.c
- vendor/libuv/test/test-tcp-unexpected-read.c
- vendor/libuv/test/test-tcp-write-after-connect.c
- vendor/libuv/test/test-tcp-write-fail.c
- vendor/libuv/test/test-tcp-write-queue-order.c
- vendor/libuv/test/test-tcp-write-to-half-open-connection.c
- vendor/libuv/test/test-tcp-writealot.c
- vendor/libuv/test/test-thread-equal.c
- vendor/libuv/test/test-thread.c
- vendor/libuv/test/test-threadpool-cancel.c
- vendor/libuv/test/test-threadpool.c
- vendor/libuv/test/test-timer-again.c
- vendor/libuv/test/test-timer-from-check.c
- vendor/libuv/test/test-timer.c
- vendor/libuv/test/test-tmpdir.c
- vendor/libuv/test/test-tty-duplicate-key.c
- vendor/libuv/test/test-tty.c
- vendor/libuv/test/test-udp-alloc-cb-fail.c
- vendor/libuv/test/test-udp-bind.c
- vendor/libuv/test/test-udp-connect.c
- vendor/libuv/test/test-udp-create-socket-early.c
- vendor/libuv/test/test-udp-dgram-too-big.c
- vendor/libuv/test/test-udp-ipv6.c
- vendor/libuv/test/test-udp-multicast-interface.c
- vendor/libuv/test/test-udp-multicast-interface6.c
- vendor/libuv/test/test-udp-multicast-join.c
- vendor/libuv/test/test-udp-multicast-join6.c
- vendor/libuv/test/test-udp-multicast-ttl.c
- vendor/libuv/test/test-udp-open.c
- vendor/libuv/test/test-udp-options.c
- vendor/libuv/test/test-udp-send-and-recv.c
- vendor/libuv/test/test-udp-send-hang-loop.c
- vendor/libuv/test/test-udp-send-immediate.c
- vendor/libuv/test/test-udp-send-unreachable.c
- vendor/libuv/test/test-udp-try-send.c
- vendor/libuv/test/test-uname.c
- vendor/libuv/test/test-walk-handles.c
- vendor/libuv/test/test-watcher-cross-stop.c
- vendor/libuv/test/test.gyp
- vendor/libuv/test/fixtures/empty_file
- vendor/libuv/test/fixtures/load_error.node
- vendor/libuv/test/fixtures/lorem_ipsum.txt
- vendor/libuv/tools/make_dist_html.py
- vendor/libuv/tools/vswhere_usability_wrapper.cmd
|