- Apr 27, 2024
-
-
Georgy Moshkin authored
This fixes a weird flakiness in our macos CI job
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Close #193 This bug was introduced during refactoring when the non-blocking tcp connect was introduced.
-
- Apr 17, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
(cherry picked from commit 588f3653)
-
Georgy Moshkin authored
-
- Apr 15, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Apr 10, 2024
-
-
Georgy Moshkin authored
-
We don't use async getaddrinfo in the TcpStream anymore. You shouldn't be creating connections concurrently within a fiber with other yielding operations anyway, it's always possible to rewrite this kind of code and make it simpler doing so. In principle it's not impossible to make this sort of thing work, but for now it requires getting more flexible access to the libev which underlies the fiber runtime, and for that we already have some work in progress. Should it land in tarantool & tarantool-module, we'll have a simpler way to do async getaddrinfo.
-
-
- Apr 09, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
affected structs: - decimal - datetime - uuid
-
- Apr 04, 2024
-
-
Georgy Moshkin authored
-
-
- Apr 03, 2024
-
-
Arseniy Volynets authored
-
- Apr 02, 2024
-
-
Bogdan Berezovskiy authored
-
- Mar 18, 2024
-
-
Georgy Moshkin authored
-
- Mar 01, 2024
-
-
Bogdan Berezovskiy authored
-
- Feb 28, 2024
-
-
Georgy Moshkin authored
-
-