- Jan 08, 2025
-
-
Dom Sekotill authored
It seems possible to get file descriptors through the socket event callback that are not sockets. Possibly c-ares using an epoll like interface? As anyio now accepts non-socket file descriptors for read/write watching this can be handled.
-
- Dec 07, 2024
-
-
Dom Sekotill authored
-
- Dec 06, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Dec 03, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
Closes #5
-
Dom Sekotill authored
-
- Dec 02, 2024
-
-
Dom Sekotill authored
Split the type variable of the protocol into two for different return types of the `get_update` and `completed` methods.
-
- Oct 27, 2024
-
-
Dom Sekotill authored
Rename `konnect.curl.abc.Request` methods: - `has_response()` -> `has_update()` - `response()` -> `get_update()` Closes #1
-
Dom Sekotill authored
-
- Aug 05, 2024
-
-
Dom Sekotill authored
-
- Jul 31, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Jul 30, 2024
-
-
Dom Sekotill authored
-
- Jul 29, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
- Move methods that didn't need to be methods out of Mutli class. - Use individual send/recv streams instead of a stapled stream, as these type check better; send end needs contravariant argument type, recv end needs covariant return type, stapled stream could only be invariant.
-
- Oct 10, 2023
-
-
Dom Sekotill authored
-
Dom Sekotill authored
Intermediate responses were being ignored until at least one request was fully complete.
-
- Sep 04, 2023
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Sep 03, 2023
-
-
Dom Sekotill authored
Mostly for the typing improvement made to `create_memory_object_stream`
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Aug 28, 2023
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-