openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
U
uvloop
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
16 days
ago. based on code collected
17 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 28 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Implement basic loop.create_unix_server
Yury Selivanov
More...
almost 9 years ago
transport: Implement correct semantics of transports closing
Yury Selivanov
More...
almost 9 years ago
tcp, transport: Rename self.host_server -> self._server
Yury Selivanov
More...
almost 9 years ago
handles.transport: Update flow control code to match aio/_FlowControlMixin
Yury Selivanov
More...
almost 9 years ago
Factor out basic transport implementation into new UVTransport class
Yury Selivanov
More...
almost 9 years ago
Stop using @cython.internal
Yury Selivanov
More...
almost 9 years ago
Drop 'callback' for _StreamWriteContext (no used)
Yury Selivanov
More...
about 9 years ago
Better typing for some _sock_* methods params
Yury Selivanov
More...
about 9 years ago
uv.pxd: Export UV_ECONNRESET constant
Yury Selivanov
More...
about 9 years ago
tcp: Implement 'sockname' and 'peername' keys for get_extra_info
Yury Selivanov
More...
about 9 years ago
tcp: Initial implementation of transport closing machinery
Yury Selivanov
More...
about 9 years ago
stream: Return if on_write callback is called after the handle is closed
Yury Selivanov
More...
about 9 years ago
stream: Make sure that Stream._close always calls UVHandle._close
Yury Selivanov
More...
about 9 years ago
tcp: Move _get_write_buffer_size to the base Stream handle class
Yury Selivanov
More...
about 9 years ago
Fix some broken code (in debug mode)
Yury Selivanov
More...
about 9 years ago
Fix tests
Yury Selivanov
More...
about 9 years ago
Add much more detailed debug stats
Yury Selivanov
More...
about 9 years ago
examples/bench: Add an arg to parametrize server/client host
Yury Selivanov
More...
about 9 years ago
make: Use "cython -p" option for debug builds
Yury Selivanov
More...
about 9 years ago
Switch libuv submodule url to https
Yury Selivanov
More...
about 9 years ago
Fix loop.create_server to accept a list of hosts
Yury Selivanov
More...
about 9 years ago
tests: Add one more send/recv cycle to test_create_server_1
Yury Selivanov
More...
about 9 years ago
test: Test that server close all proxy-sockets
Yury Selivanov
More...
about 9 years ago
Add a config file for py.test
Yury Selivanov
More...
about 9 years ago
tests: Add a test for loop.create_server
Yury Selivanov
More...
about 9 years ago
tests: Check that all resources were GCed when compiled with DEBUG
Yury Selivanov
More...
about 9 years ago
cbhandles: Micro refactoring
Yury Selivanov
More...
about 9 years ago
Drop dead module
Yury Selivanov
More...
about 9 years ago
Refactor all socket-related apis to use new high-efficient callback Handle
Yury Selivanov
More...
about 9 years ago
handles/poll: Cancel read/write callbacks when new ones are assigned
Yury Selivanov
More...
about 9 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree