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 25 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bump version to 0.4.5
Yury Selivanov
More...
almost 9 years ago
build: Include only needed libuv files into distribution; fix build
Yury Selivanov
More...
almost 9 years ago
transport: Call super _close asap in the overloaded one
Yury Selivanov
More...
almost 9 years ago
Implement SSL for create_connection and create_unix_connection
Yury Selivanov
More...
almost 9 years ago
Factor out UVStreamServer into separate files
Yury Selivanov
More...
almost 9 years ago
Implement SSL support for create_server and create_unix_server
Yury Selivanov
More...
almost 9 years ago
testutils: Refactor test harness for sokets; implement tcp_client()
Yury Selivanov
More...
almost 9 years ago
transports: Implement 'waiter' param for transport constructors
Yury Selivanov
More...
almost 9 years ago
includes: Include asyncio.SSLProto
Yury Selivanov
More...
almost 9 years ago
Normalize reprs of TimerHandle and Handle
Yury Selivanov
More...
almost 9 years ago
loop: Make _call_soon and _call_soon_handle inline
Yury Selivanov
More...
almost 9 years ago
loop: Improve log formatting of default_exception_handler
Yury Selivanov
More...
almost 9 years ago
loop: Expose readonly _closed property (some packages use it)
Yury Selivanov
More...
almost 9 years ago
transport: Expose _paused property & _force_close method (used by SSLProto)
Yury Selivanov
More...
almost 9 years ago
loop: Make create_unix_connection accept only UNIX sockets
Yury Selivanov
More...
almost 9 years ago
streams: Fix loop.close() and tests on Linux
Yury Selivanov
More...
almost 9 years ago
loop: Warn if there are any open handles when loop is closing
Yury Selivanov
More...
almost 9 years ago
process: Close all pipes when process transport is closing
Yury Selivanov
More...
almost 9 years ago
process: Call Protocol.process_exited when process is done
Yury Selivanov
More...
almost 9 years ago
streams: When a transport opened via socket use it in get_extra_info
Yury Selivanov
More...
almost 9 years ago
tests: Add test for Transport.abort()
Yury Selivanov
More...
almost 9 years ago
tests: Test Transport.writelines()
Yury Selivanov
More...
almost 9 years ago
setup: uvloop requires unix/linux and Python >= 3.5 for now
Yury Selivanov
More...
almost 9 years ago
signals: Explain why __signal_handler_sigint can be called without GIL
Yury Selivanov
More...
almost 9 years ago
Bump version to 0.4.4
Yury Selivanov
More...
almost 9 years ago
transports: Avoid duplicating socket for get_extra_info()
Yury Selivanov
More...
almost 9 years ago
Fix broken examples/bench/server.py
Yury Selivanov
More...
almost 9 years ago
poll: In case of fatal error, just call callbacks and close
Yury Selivanov
More...
almost 9 years ago
poll: Handle new UV_DISCONNECT; run handles on fatal_error
Yury Selivanov
More...
almost 9 years ago
Use latest libuv (v1.9.0)
Yury Selivanov
More...
almost 9 years ago
←
1
2
…
21
22
23
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