Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

461 wiersze
15 KiB

  1. LICENSE-APACHE
  2. LICENSE-MIT
  3. MANIFEST.in
  4. Makefile
  5. README.rst
  6. performance.png
  7. setup.cfg
  8. setup.py
  9. docs/conf.py
  10. docs/index.rst
  11. docs/api/index.rst
  12. docs/dev/index.rst
  13. docs/user/index.rst
  14. examples/bench/echoclient.py
  15. examples/bench/echoserver.py
  16. examples/bench/rlserver.py
  17. tests/__init__.py
  18. tests/test_aiohttp.py
  19. tests/test_base.py
  20. tests/test_context.py
  21. tests/test_cython.py
  22. tests/test_dealloc.py
  23. tests/test_dns.py
  24. tests/test_executors.py
  25. tests/test_pipes.py
  26. tests/test_process.py
  27. tests/test_regr1.py
  28. tests/test_signals.py
  29. tests/test_sockets.py
  30. tests/test_sourcecode.py
  31. tests/test_tasks.py
  32. tests/test_tcp.py
  33. tests/test_testbase.py
  34. tests/test_udp.py
  35. tests/test_unix.py
  36. tests/certs/ssl_cert.pem
  37. tests/certs/ssl_key.pem
  38. uvloop/__init__.py
  39. uvloop/_noop.py
  40. uvloop/_patch.py
  41. uvloop/_testbase.py
  42. uvloop/cbhandles.pxd
  43. uvloop/cbhandles.pyx
  44. uvloop/dns.pyx
  45. uvloop/errors.pyx
  46. uvloop/loop.c
  47. uvloop/loop.pxd
  48. uvloop/loop.pyx
  49. uvloop/lru.pyx
  50. uvloop/pseudosock.pyx
  51. uvloop/request.pxd
  52. uvloop/request.pyx
  53. uvloop/server.pxd
  54. uvloop/server.pyx
  55. uvloop/sslproto.pxd
  56. uvloop/sslproto.pyx
  57. uvloop.egg-info/PKG-INFO
  58. uvloop.egg-info/SOURCES.txt
  59. uvloop.egg-info/dependency_links.txt
  60. uvloop.egg-info/top_level.txt
  61. uvloop/handles/async_.pxd
  62. uvloop/handles/async_.pyx
  63. uvloop/handles/basetransport.pxd
  64. uvloop/handles/basetransport.pyx
  65. uvloop/handles/check.pxd
  66. uvloop/handles/check.pyx
  67. uvloop/handles/handle.pxd
  68. uvloop/handles/handle.pyx
  69. uvloop/handles/idle.pxd
  70. uvloop/handles/idle.pyx
  71. uvloop/handles/pipe.pxd
  72. uvloop/handles/pipe.pyx
  73. uvloop/handles/poll.pxd
  74. uvloop/handles/poll.pyx
  75. uvloop/handles/process.pxd
  76. uvloop/handles/process.pyx
  77. uvloop/handles/stream.pxd
  78. uvloop/handles/stream.pyx
  79. uvloop/handles/streamserver.pxd
  80. uvloop/handles/streamserver.pyx
  81. uvloop/handles/tcp.pxd
  82. uvloop/handles/tcp.pyx
  83. uvloop/handles/timer.pxd
  84. uvloop/handles/timer.pyx
  85. uvloop/handles/udp.pxd
  86. uvloop/handles/udp.pyx
  87. uvloop/includes/__init__.py
  88. uvloop/includes/compat.h
  89. uvloop/includes/consts.pxi
  90. uvloop/includes/debug.h
  91. uvloop/includes/debug.pxd
  92. uvloop/includes/flowcontrol.pxd
  93. uvloop/includes/python.pxd
  94. uvloop/includes/stdlib.pxi
  95. uvloop/includes/system.pxd
  96. uvloop/includes/uv.pxd
  97. vendor/libuv/.git
  98. vendor/libuv/.gitattributes
  99. vendor/libuv/.gitignore
  100. vendor/libuv/.mailmap
  101. vendor/libuv/AUTHORS
  102. vendor/libuv/CMakeLists.txt
  103. vendor/libuv/CONTRIBUTING.md
  104. vendor/libuv/ChangeLog
  105. vendor/libuv/LICENSE
  106. vendor/libuv/LICENSE-docs
  107. vendor/libuv/MAINTAINERS.md
  108. vendor/libuv/Makefile.am
  109. vendor/libuv/Makefile.in
  110. vendor/libuv/README.md
  111. vendor/libuv/SUPPORTED_PLATFORMS.md
  112. vendor/libuv/aclocal.m4
  113. vendor/libuv/android-configure-arm
  114. vendor/libuv/android-configure-arm64
  115. vendor/libuv/android-configure-x86
  116. vendor/libuv/android-configure-x86_64
  117. vendor/libuv/appveyor.yml
  118. vendor/libuv/ar-lib
  119. vendor/libuv/autogen.sh
  120. vendor/libuv/common.gypi
  121. vendor/libuv/compile
  122. vendor/libuv/config.guess
  123. vendor/libuv/config.sub
  124. vendor/libuv/configure
  125. vendor/libuv/configure.ac
  126. vendor/libuv/depcomp
  127. vendor/libuv/gyp_uv.py
  128. vendor/libuv/install-sh
  129. vendor/libuv/libuv.pc.in
  130. vendor/libuv/ltmain.sh
  131. vendor/libuv/missing
  132. vendor/libuv/uv.gyp
  133. vendor/libuv/vcbuild.bat
  134. vendor/libuv/.github/ISSUE_TEMPLATE.md
  135. vendor/libuv/autom4te.cache/output.0
  136. vendor/libuv/autom4te.cache/output.1
  137. vendor/libuv/autom4te.cache/requests
  138. vendor/libuv/autom4te.cache/traces.0
  139. vendor/libuv/autom4te.cache/traces.1
  140. vendor/libuv/include/uv.h
  141. vendor/libuv/include/uv/aix.h
  142. vendor/libuv/include/uv/android-ifaddrs.h
  143. vendor/libuv/include/uv/bsd.h
  144. vendor/libuv/include/uv/darwin.h
  145. vendor/libuv/include/uv/errno.h
  146. vendor/libuv/include/uv/linux.h
  147. vendor/libuv/include/uv/os390.h
  148. vendor/libuv/include/uv/posix.h
  149. vendor/libuv/include/uv/stdint-msvc2008.h
  150. vendor/libuv/include/uv/sunos.h
  151. vendor/libuv/include/uv/threadpool.h
  152. vendor/libuv/include/uv/tree.h
  153. vendor/libuv/include/uv/unix.h
  154. vendor/libuv/include/uv/version.h
  155. vendor/libuv/include/uv/win.h
  156. vendor/libuv/m4/.gitignore
  157. vendor/libuv/m4/as_case.m4
  158. vendor/libuv/m4/libtool.m4
  159. vendor/libuv/m4/libuv-check-flags.m4
  160. vendor/libuv/m4/libuv-extra-automake-flags.m4
  161. vendor/libuv/m4/ltoptions.m4
  162. vendor/libuv/m4/ltsugar.m4
  163. vendor/libuv/m4/ltversion.m4
  164. vendor/libuv/m4/lt~obsolete.m4
  165. vendor/libuv/samples/.gitignore
  166. vendor/libuv/samples/socks5-proxy/.gitignore
  167. vendor/libuv/samples/socks5-proxy/LICENSE
  168. vendor/libuv/samples/socks5-proxy/Makefile
  169. vendor/libuv/samples/socks5-proxy/build.gyp
  170. vendor/libuv/samples/socks5-proxy/client.c
  171. vendor/libuv/samples/socks5-proxy/defs.h
  172. vendor/libuv/samples/socks5-proxy/getopt.c
  173. vendor/libuv/samples/socks5-proxy/main.c
  174. vendor/libuv/samples/socks5-proxy/s5.c
  175. vendor/libuv/samples/socks5-proxy/s5.h
  176. vendor/libuv/samples/socks5-proxy/server.c
  177. vendor/libuv/samples/socks5-proxy/util.c
  178. vendor/libuv/src/fs-poll.c
  179. vendor/libuv/src/heap-inl.h
  180. vendor/libuv/src/idna.c
  181. vendor/libuv/src/idna.h
  182. vendor/libuv/src/inet.c
  183. vendor/libuv/src/queue.h
  184. vendor/libuv/src/strscpy.c
  185. vendor/libuv/src/strscpy.h
  186. vendor/libuv/src/threadpool.c
  187. vendor/libuv/src/timer.c
  188. vendor/libuv/src/uv-common.c
  189. vendor/libuv/src/uv-common.h
  190. vendor/libuv/src/uv-data-getter-setters.c
  191. vendor/libuv/src/version.c
  192. vendor/libuv/src/unix/aix-common.c
  193. vendor/libuv/src/unix/aix.c
  194. vendor/libuv/src/unix/android-ifaddrs.c
  195. vendor/libuv/src/unix/async.c
  196. vendor/libuv/src/unix/atomic-ops.h
  197. vendor/libuv/src/unix/bsd-ifaddrs.c
  198. vendor/libuv/src/unix/bsd-proctitle.c
  199. vendor/libuv/src/unix/core.c
  200. vendor/libuv/src/unix/cygwin.c
  201. vendor/libuv/src/unix/darwin-proctitle.c
  202. vendor/libuv/src/unix/darwin.c
  203. vendor/libuv/src/unix/dl.c
  204. vendor/libuv/src/unix/freebsd.c
  205. vendor/libuv/src/unix/fs.c
  206. vendor/libuv/src/unix/fsevents.c
  207. vendor/libuv/src/unix/getaddrinfo.c
  208. vendor/libuv/src/unix/getnameinfo.c
  209. vendor/libuv/src/unix/haiku.c
  210. vendor/libuv/src/unix/ibmi.c
  211. vendor/libuv/src/unix/internal.h
  212. vendor/libuv/src/unix/kqueue.c
  213. vendor/libuv/src/unix/linux-core.c
  214. vendor/libuv/src/unix/linux-inotify.c
  215. vendor/libuv/src/unix/linux-syscalls.c
  216. vendor/libuv/src/unix/linux-syscalls.h
  217. vendor/libuv/src/unix/loop-watcher.c
  218. vendor/libuv/src/unix/loop.c
  219. vendor/libuv/src/unix/netbsd.c
  220. vendor/libuv/src/unix/no-fsevents.c
  221. vendor/libuv/src/unix/no-proctitle.c
  222. vendor/libuv/src/unix/openbsd.c
  223. vendor/libuv/src/unix/os390-syscalls.c
  224. vendor/libuv/src/unix/os390-syscalls.h
  225. vendor/libuv/src/unix/os390.c
  226. vendor/libuv/src/unix/pipe.c
  227. vendor/libuv/src/unix/poll.c
  228. vendor/libuv/src/unix/posix-hrtime.c
  229. vendor/libuv/src/unix/posix-poll.c
  230. vendor/libuv/src/unix/process.c
  231. vendor/libuv/src/unix/procfs-exepath.c
  232. vendor/libuv/src/unix/proctitle.c
  233. vendor/libuv/src/unix/pthread-fixes.c
  234. vendor/libuv/src/unix/signal.c
  235. vendor/libuv/src/unix/spinlock.h
  236. vendor/libuv/src/unix/stream.c
  237. vendor/libuv/src/unix/sunos.c
  238. vendor/libuv/src/unix/sysinfo-loadavg.c
  239. vendor/libuv/src/unix/sysinfo-memory.c
  240. vendor/libuv/src/unix/tcp.c
  241. vendor/libuv/src/unix/thread.c
  242. vendor/libuv/src/unix/tty.c
  243. vendor/libuv/src/unix/udp.c
  244. vendor/libuv/src/win/async.c
  245. vendor/libuv/src/win/atomicops-inl.h
  246. vendor/libuv/src/win/core.c
  247. vendor/libuv/src/win/detect-wakeup.c
  248. vendor/libuv/src/win/dl.c
  249. vendor/libuv/src/win/error.c
  250. vendor/libuv/src/win/fs-event.c
  251. vendor/libuv/src/win/fs-fd-hash-inl.h
  252. vendor/libuv/src/win/fs.c
  253. vendor/libuv/src/win/getaddrinfo.c
  254. vendor/libuv/src/win/getnameinfo.c
  255. vendor/libuv/src/win/handle-inl.h
  256. vendor/libuv/src/win/handle.c
  257. vendor/libuv/src/win/internal.h
  258. vendor/libuv/src/win/loop-watcher.c
  259. vendor/libuv/src/win/pipe.c
  260. vendor/libuv/src/win/poll.c
  261. vendor/libuv/src/win/process-stdio.c
  262. vendor/libuv/src/win/process.c
  263. vendor/libuv/src/win/req-inl.h
  264. vendor/libuv/src/win/signal.c
  265. vendor/libuv/src/win/snprintf.c
  266. vendor/libuv/src/win/stream-inl.h
  267. vendor/libuv/src/win/stream.c
  268. vendor/libuv/src/win/tcp.c
  269. vendor/libuv/src/win/thread.c
  270. vendor/libuv/src/win/tty.c
  271. vendor/libuv/src/win/udp.c
  272. vendor/libuv/src/win/util.c
  273. vendor/libuv/src/win/winapi.c
  274. vendor/libuv/src/win/winapi.h
  275. vendor/libuv/src/win/winsock.c
  276. vendor/libuv/src/win/winsock.h
  277. vendor/libuv/test/benchmark-async-pummel.c
  278. vendor/libuv/test/benchmark-async.c
  279. vendor/libuv/test/benchmark-fs-stat.c
  280. vendor/libuv/test/benchmark-getaddrinfo.c
  281. vendor/libuv/test/benchmark-list.h
  282. vendor/libuv/test/benchmark-loop-count.c
  283. vendor/libuv/test/benchmark-million-async.c
  284. vendor/libuv/test/benchmark-million-timers.c
  285. vendor/libuv/test/benchmark-multi-accept.c
  286. vendor/libuv/test/benchmark-ping-pongs.c
  287. vendor/libuv/test/benchmark-pound.c
  288. vendor/libuv/test/benchmark-pump.c
  289. vendor/libuv/test/benchmark-sizes.c
  290. vendor/libuv/test/benchmark-spawn.c
  291. vendor/libuv/test/benchmark-tcp-write-batch.c
  292. vendor/libuv/test/benchmark-thread.c
  293. vendor/libuv/test/benchmark-udp-pummel.c
  294. vendor/libuv/test/blackhole-server.c
  295. vendor/libuv/test/dns-server.c
  296. vendor/libuv/test/echo-server.c
  297. vendor/libuv/test/run-benchmarks.c
  298. vendor/libuv/test/run-tests.c
  299. vendor/libuv/test/runner-unix.c
  300. vendor/libuv/test/runner-unix.h
  301. vendor/libuv/test/runner-win.c
  302. vendor/libuv/test/runner-win.h
  303. vendor/libuv/test/runner.c
  304. vendor/libuv/test/runner.h
  305. vendor/libuv/test/task.h
  306. vendor/libuv/test/test-active.c
  307. vendor/libuv/test/test-async-null-cb.c
  308. vendor/libuv/test/test-async.c
  309. vendor/libuv/test/test-barrier.c
  310. vendor/libuv/test/test-callback-order.c
  311. vendor/libuv/test/test-callback-stack.c
  312. vendor/libuv/test/test-close-fd.c
  313. vendor/libuv/test/test-close-order.c
  314. vendor/libuv/test/test-condvar.c
  315. vendor/libuv/test/test-connect-unspecified.c
  316. vendor/libuv/test/test-connection-fail.c
  317. vendor/libuv/test/test-cwd-and-chdir.c
  318. vendor/libuv/test/test-default-loop-close.c
  319. vendor/libuv/test/test-delayed-accept.c
  320. vendor/libuv/test/test-dlerror.c
  321. vendor/libuv/test/test-eintr-handling.c
  322. vendor/libuv/test/test-embed.c
  323. vendor/libuv/test/test-emfile.c
  324. vendor/libuv/test/test-env-vars.c
  325. vendor/libuv/test/test-error.c
  326. vendor/libuv/test/test-fail-always.c
  327. vendor/libuv/test/test-fork.c
  328. vendor/libuv/test/test-fs-copyfile.c
  329. vendor/libuv/test/test-fs-event.c
  330. vendor/libuv/test/test-fs-fd-hash.c
  331. vendor/libuv/test/test-fs-open-flags.c
  332. vendor/libuv/test/test-fs-poll.c
  333. vendor/libuv/test/test-fs-readdir.c
  334. vendor/libuv/test/test-fs.c
  335. vendor/libuv/test/test-get-currentexe.c
  336. vendor/libuv/test/test-get-loadavg.c
  337. vendor/libuv/test/test-get-memory.c
  338. vendor/libuv/test/test-get-passwd.c
  339. vendor/libuv/test/test-getaddrinfo.c
  340. vendor/libuv/test/test-gethostname.c
  341. vendor/libuv/test/test-getnameinfo.c
  342. vendor/libuv/test/test-getsockname.c
  343. vendor/libuv/test/test-getters-setters.c
  344. vendor/libuv/test/test-gettimeofday.c
  345. vendor/libuv/test/test-handle-fileno.c
  346. vendor/libuv/test/test-homedir.c
  347. vendor/libuv/test/test-hrtime.c
  348. vendor/libuv/test/test-idle.c
  349. vendor/libuv/test/test-idna.c
  350. vendor/libuv/test/test-ip4-addr.c
  351. vendor/libuv/test/test-ip6-addr.c
  352. vendor/libuv/test/test-ipc-heavy-traffic-deadlock-bug.c
  353. vendor/libuv/test/test-ipc-send-recv.c
  354. vendor/libuv/test/test-ipc.c
  355. vendor/libuv/test/test-list.h
  356. vendor/libuv/test/test-loop-alive.c
  357. vendor/libuv/test/test-loop-close.c
  358. vendor/libuv/test/test-loop-configure.c
  359. vendor/libuv/test/test-loop-handles.c
  360. vendor/libuv/test/test-loop-stop.c
  361. vendor/libuv/test/test-loop-time.c
  362. vendor/libuv/test/test-multiple-listen.c
  363. vendor/libuv/test/test-mutexes.c
  364. vendor/libuv/test/test-osx-select.c
  365. vendor/libuv/test/test-pass-always.c
  366. vendor/libuv/test/test-ping-pong.c
  367. vendor/libuv/test/test-pipe-bind-error.c
  368. vendor/libuv/test/test-pipe-close-stdout-read-stdin.c
  369. vendor/libuv/test/test-pipe-connect-error.c
  370. vendor/libuv/test/test-pipe-connect-multiple.c
  371. vendor/libuv/test/test-pipe-connect-prepare.c
  372. vendor/libuv/test/test-pipe-getsockname.c
  373. vendor/libuv/test/test-pipe-pending-instances.c
  374. vendor/libuv/test/test-pipe-sendmsg.c
  375. vendor/libuv/test/test-pipe-server-close.c
  376. vendor/libuv/test/test-pipe-set-fchmod.c
  377. vendor/libuv/test/test-pipe-set-non-blocking.c
  378. vendor/libuv/test/test-platform-output.c
  379. vendor/libuv/test/test-poll-close-doesnt-corrupt-stack.c
  380. vendor/libuv/test/test-poll-close.c
  381. vendor/libuv/test/test-poll-closesocket.c
  382. vendor/libuv/test/test-poll-oob.c
  383. vendor/libuv/test/test-poll.c
  384. vendor/libuv/test/test-process-priority.c
  385. vendor/libuv/test/test-process-title-threadsafe.c
  386. vendor/libuv/test/test-process-title.c
  387. vendor/libuv/test/test-queue-foreach-delete.c
  388. vendor/libuv/test/test-ref.c
  389. vendor/libuv/test/test-run-nowait.c
  390. vendor/libuv/test/test-run-once.c
  391. vendor/libuv/test/test-semaphore.c
  392. vendor/libuv/test/test-shutdown-close.c
  393. vendor/libuv/test/test-shutdown-eof.c
  394. vendor/libuv/test/test-shutdown-twice.c
  395. vendor/libuv/test/test-signal-multiple-loops.c
  396. vendor/libuv/test/test-signal.c
  397. vendor/libuv/test/test-socket-buffer-size.c
  398. vendor/libuv/test/test-spawn.c
  399. vendor/libuv/test/test-stdio-over-pipes.c
  400. vendor/libuv/test/test-strscpy.c
  401. vendor/libuv/test/test-tcp-alloc-cb-fail.c
  402. vendor/libuv/test/test-tcp-bind-error.c
  403. vendor/libuv/test/test-tcp-bind6-error.c
  404. vendor/libuv/test/test-tcp-close-accept.c
  405. vendor/libuv/test/test-tcp-close-while-connecting.c
  406. vendor/libuv/test/test-tcp-close.c
  407. vendor/libuv/test/test-tcp-connect-error-after-write.c
  408. vendor/libuv/test/test-tcp-connect-error.c
  409. vendor/libuv/test/test-tcp-connect-timeout.c
  410. vendor/libuv/test/test-tcp-connect6-error.c
  411. vendor/libuv/test/test-tcp-create-socket-early.c
  412. vendor/libuv/test/test-tcp-flags.c
  413. vendor/libuv/test/test-tcp-oob.c
  414. vendor/libuv/test/test-tcp-open.c
  415. vendor/libuv/test/test-tcp-read-stop.c
  416. vendor/libuv/test/test-tcp-shutdown-after-write.c
  417. vendor/libuv/test/test-tcp-try-write-error.c
  418. vendor/libuv/test/test-tcp-try-write.c
  419. vendor/libuv/test/test-tcp-unexpected-read.c
  420. vendor/libuv/test/test-tcp-write-after-connect.c
  421. vendor/libuv/test/test-tcp-write-fail.c
  422. vendor/libuv/test/test-tcp-write-queue-order.c
  423. vendor/libuv/test/test-tcp-write-to-half-open-connection.c
  424. vendor/libuv/test/test-tcp-writealot.c
  425. vendor/libuv/test/test-thread-equal.c
  426. vendor/libuv/test/test-thread.c
  427. vendor/libuv/test/test-threadpool-cancel.c
  428. vendor/libuv/test/test-threadpool.c
  429. vendor/libuv/test/test-timer-again.c
  430. vendor/libuv/test/test-timer-from-check.c
  431. vendor/libuv/test/test-timer.c
  432. vendor/libuv/test/test-tmpdir.c
  433. vendor/libuv/test/test-tty-duplicate-key.c
  434. vendor/libuv/test/test-tty.c
  435. vendor/libuv/test/test-udp-alloc-cb-fail.c
  436. vendor/libuv/test/test-udp-bind.c
  437. vendor/libuv/test/test-udp-connect.c
  438. vendor/libuv/test/test-udp-create-socket-early.c
  439. vendor/libuv/test/test-udp-dgram-too-big.c
  440. vendor/libuv/test/test-udp-ipv6.c
  441. vendor/libuv/test/test-udp-multicast-interface.c
  442. vendor/libuv/test/test-udp-multicast-interface6.c
  443. vendor/libuv/test/test-udp-multicast-join.c
  444. vendor/libuv/test/test-udp-multicast-join6.c
  445. vendor/libuv/test/test-udp-multicast-ttl.c
  446. vendor/libuv/test/test-udp-open.c
  447. vendor/libuv/test/test-udp-options.c
  448. vendor/libuv/test/test-udp-send-and-recv.c
  449. vendor/libuv/test/test-udp-send-hang-loop.c
  450. vendor/libuv/test/test-udp-send-immediate.c
  451. vendor/libuv/test/test-udp-send-unreachable.c
  452. vendor/libuv/test/test-udp-try-send.c
  453. vendor/libuv/test/test-uname.c
  454. vendor/libuv/test/test-walk-handles.c
  455. vendor/libuv/test/test-watcher-cross-stop.c
  456. vendor/libuv/test/test.gyp
  457. vendor/libuv/test/fixtures/empty_file
  458. vendor/libuv/test/fixtures/load_error.node
  459. vendor/libuv/test/fixtures/lorem_ipsum.txt
  460. vendor/libuv/tools/make_dist_html.py
  461. vendor/libuv/tools/vswhere_usability_wrapper.cmd