0
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement basic loop.create_unix_server More... almost 9 years ago
transport: Implement correct semantics of transports closing More... almost 9 years ago
tcp, transport: Rename self.host_server -> self._server More... almost 9 years ago
handles.transport: Update flow control code to match aio/_FlowControlMixin More... almost 9 years ago
Factor out basic transport implementation into new UVTransport class More... almost 9 years ago
Stop using @cython.internal More... almost 9 years ago
Drop 'callback' for _StreamWriteContext (no used) More... about 9 years ago
Better typing for some _sock_* methods params More... about 9 years ago
uv.pxd: Export UV_ECONNRESET constant More... about 9 years ago
tcp: Implement 'sockname' and 'peername' keys for get_extra_info More... about 9 years ago
tcp: Initial implementation of transport closing machinery More... about 9 years ago
stream: Return if on_write callback is called after the handle is closed More... about 9 years ago
stream: Make sure that Stream._close always calls UVHandle._close More... about 9 years ago
tcp: Move _get_write_buffer_size to the base Stream handle class More... about 9 years ago
Fix some broken code (in debug mode) More... about 9 years ago
Fix tests More... about 9 years ago
Add much more detailed debug stats More... about 9 years ago
examples/bench: Add an arg to parametrize server/client host More... about 9 years ago
make: Use "cython -p" option for debug builds More... about 9 years ago
Switch libuv submodule url to https More... about 9 years ago
Fix loop.create_server to accept a list of hosts More... about 9 years ago
tests: Add one more send/recv cycle to test_create_server_1 More... about 9 years ago
test: Test that server close all proxy-sockets More... about 9 years ago
Add a config file for py.test More... about 9 years ago
tests: Add a test for loop.create_server More... about 9 years ago
tests: Check that all resources were GCed when compiled with DEBUG More... about 9 years ago
cbhandles: Micro refactoring More... about 9 years ago
Drop dead module More... about 9 years ago
Refactor all socket-related apis to use new high-efficient callback Handle More... about 9 years ago
handles/poll: Cancel read/write callbacks when new ones are assigned More... about 9 years ago