- 20.05.2025 2 коммита
-
-
-
Ilya Pankratov создал
-
- 24.04.2025 2 коммита
-
-
-
Ilya Pankratov создал
-
- 26.03.2025 2 коммита
-
-
Aleksei Tirman создал
-
renovate[bot] создал
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
- 25.03.2025 2 коммита
-
-
Osip Fatkullin создал
* Migrate CurlWebSocketTests to ClientEngineTest * KTOR-8361 Fix flaky tests in AuthTokenHolderTest * KTOR-8362 Fix flaky tests in RunTestWithDataTest
-
Osip Fatkullin создал
-
- 24.03.2025 3 коммита
-
-
renovate[bot] создал
* Update Kotlin badge * Update Ktor plugin version in readme * Remove workarounds for fixed bugs --------- Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:
Osip Fatkullin <osip.fatkullin@jetbrains.com> -
renovate[bot] создал
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> -
Osip Fatkullin создал
* Fix compatibility with configuration cache * Add a workaround for KT-72933 * Add a workaround for KT-76147
-
- 21.03.2025 1 коммит
-
-
Osip Fatkullin создал
* Remove redundant build scan customization * Configure build cache for build-settings-logic * Obfuscate hostname and username
-
- 19.03.2025 1 коммит
-
-
Osip Fatkullin создал
* Apply project plugin in project build scripts * Unify dependencies declaration API * Remove shared configurations from parent projects * Remove buildSrc * Don't publish empty artifacts (KTOR-8336) * Add ProjectTagsService to remove usage of rootProject.subprojects * Remove usage of findProperty and rootProject.layout
-
- 18.03.2025 1 коммит
-
-
Aleksei Tirman создал
-
- 17.03.2025 2 коммита
-
-
Pantus Oleh создал
* KTOR-8256 Ktor headers map matches only on hashCode * Extend HeadersHashMap interface changing the implementation and deprecating some methods Co-authored-by:
Osip Fatkullin <osip.fatkullin@jetbrains.com> -
renovate[bot] создал
* Update dependency gradle to v8.13 * Drop usage of org.gradle.platform.OperatingSystem --------- Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:
Osip Fatkullin <osip.fatkullin@jetbrains.com>
-
- 13.03.2025 1 коммит
-
-
Thomas Vos создал
-
- 12.03.2025 1 коммит
-
-
Osip Fatkullin создал
* Add ValidatePublishedArtifactsTask to validate artifacts consistency * Delete verifier.gradle
-
- 11.03.2025 1 коммит
-
-
Florian Schäfer создал
* Add unit test for encoding/decoding a string containing all base64 characters This also checks decoding of URL-safe base64 strings, which currently does not work, but will be changed in a separate commit. * Change base64 decoder, so it can also handle URL-safe base64 strings * Fix code formatting using the `formatKotlin` task --------- Co-authored-by:
Bruce Hamilton <150327496+bjhham@users.noreply.github.com>
-
- 10.03.2025 1 коммит
-
-
Osip Fatkullin создал
* Auto-approve PR only if it requires review * Remove auto-merge as it doesn't work
-
- 07.03.2025 2 коммита
-
-
renovate[bot] создал
* Update dokka to v2 * Add project ktor-dokka to generate API reference * Add links to sources * Change footer message and title * Use Ktor logo --------- Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:
Osip Fatkullin <osip.fatkullin@jetbrains.com> -
Osip Fatkullin создал
-
- 06.03.2025 2 коммита
-
-
Osip Fatkullin создал
-
-
- 05.03.2025 1 коммит
-
-
renovate[bot] создал
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
- 28.02.2025 1 коммит
-
-
Osip Fatkullin создал
* Make the module list immutable after ServerConfig creation * Handle cases when lambda has more or less than one constructor
-
- 26.02.2025 3 коммита
-
-
lhsvozil создал
According to RFC 6455 protocols are delimited by comma and arguments by semicolon, not the other way around https://datatracker.ietf.org/doc/html/rfc6455#page-48 Co-authored-by:
Ludek Svozil <ludek.svozil.EXT@deutsche-boerse.com> -
Osip Fatkullin создал
* Create plugins for different project types * Move CI-specific configs to build-logic * Move compilerOptions configuration to build-logic * Move Gradle Doctor conventions to build-logic * Move train configuration to build-logic * Move codestyle config to build-logic * Move compatibility configs to build-logic * Enable allWarningsAsErrors for build scripts
-
hehua2008 создал
Fixed an issue where canceling the incoming flow of OkHttpSSESession/DefaultClientSSESession failed to disconnect the SSE session. (#4694) * Fixed an issue where canceling the incoming flow of OkHttpSSESession failed to disconnect the SSE session. * Fixed an issue where canceling the incoming flow of DefaultClientSSESession failed to disconnect the SSE session. * Add testCancelSseSession in ServerSentEventsTest for ktor-client --------- Co-authored-by:
hehua2008 <hegan2010@gmail.com>
-
- 25.02.2025 1 коммит
-
-
Aleksei Tirman создал
-
- 24.02.2025 3 коммита
-
-
Aleksei Tirman создал
-
renovate[bot] создал
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> -
Aleksei Tirman создал
-
- 22.02.2025 1 коммит
-
-
renovate[bot] создал
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
- 21.02.2025 2 коммита
-
-
Bruce Hamilton создал
* KTOR-8210 Use peek over copy; avoid assumptions of Source contents fully buffered * Revert "KTOR-8210 Use peek over copy; avoid assumptions of Source contents fully buffered" This reverts commit 37bf04a03d5678e12f405c8325717e0138a96a54. * KTOR-8210 Fix copy() and multipart source content processing * fixup! KTOR-8210 Fix copy() and multipart source content processing * Increase Jetty test timeout to resolve flakiness
-
Thomas Vos создал
Remove unnecessary maxDescriptor + 1; Improve posix call debug information in SelectorManager (#4689) * Remove unnecessary maxDescriptor + 1 * Improve posix call debug information in SelectorManager
-
- 20.02.2025 4 коммита
-
-
renovate[bot] создал
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> -
renovate[bot] создал
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> -
renovate[bot] создал
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> -
Osip Fatkullin создал
-