Merged
Conversation
58697f7 to
7f06baf
Compare
4e80655 to
63aad13
Compare
cfeefd0 to
60278b4
Compare
7a41650 to
8f80012
Compare
apolyakov
requested changes
Nov 20, 2025
runtime-light/stdlib/component/inter-component-session/client.h
Outdated
Show resolved
Hide resolved
985f78c to
e24c87e
Compare
* Made Inter-Component Sessionmore reliable and robust -- improved cancellation-safety and fixed bugs * Reorganized files hierarchy and better naming * Added supporting of curl_exec_concurrently, curl_reset, curl_error, curl_errno and curl_getinfo functions in k2 std lib Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
810a6de to
1b848c2
Compare
apolyakov
requested changes
Nov 25, 2025
runtime-light/stdlib/component/inter-component-session/client.h
Outdated
Show resolved
Hide resolved
9d06aee to
4e78d5d
Compare
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
4e78d5d to
d24c834
Compare
astrophysik
reviewed
Nov 25, 2025
apolyakov
requested changes
Nov 25, 2025
runtime-light/stdlib/component/inter-component-session/client.h
Outdated
Show resolved
Hide resolved
runtime-light/stdlib/component/inter-component-session/client.h
Outdated
Show resolved
Hide resolved
runtime-light/stdlib/component/inter-component-session/client.h
Outdated
Show resolved
Hide resolved
6d20e03 to
6cfe7ee
Compare
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
294b294 to
19ec443
Compare
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
19ec443 to
cfa0b66
Compare
apolyakov
previously approved these changes
Nov 26, 2025
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
d591033 to
65f91d9
Compare
apolyakov
approved these changes
Nov 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the continue of #1426
Significant changes:
Inter-Component Sessionmore reliable and robust -- improved cancellation-safety and fixed bugscurl_exec_concurrently,curl_reset,curl_error,curl_errnoandcurl_getinfofunctions in k2 std lib