Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / apple/swift-nio-extras issues and pull requests
#248 - Eliminate hasPrefix usage for pseudo HTTP header names
Pull Request -
State: closed - Opened by guoye-zhang 6 days ago
Labels: 🔨 semver/patch, area/performance
#247 - Avoid integer overrun in NIOHTTPResponsiveness
Pull Request -
State: closed - Opened by rnro 19 days ago
Labels: 🔨 semver/patch
#246 - CI use 6.1 nightlies
Pull Request -
State: closed - Opened by rnro 21 days ago
Labels: semver/none
#245 - Fix warnings
Pull Request -
State: closed - Opened by glbrntt about 1 month ago
Labels: 🔨 semver/patch
#244 - Android support
Pull Request -
State: closed - Opened by marcprux about 1 month ago
- 3 comments
Labels: 🔨 semver/patch
#243 - Update release.yml
Pull Request -
State: closed - Opened by FranzBusch 2 months ago
Labels: semver/none
#242 - Responsiveness under Working Conditions
Pull Request -
State: closed - Opened by ehaydenr 2 months ago
- 2 comments
Labels: 🆕 semver/minor
#241 - support h2 stream resets through user events
Pull Request -
State: closed - Opened by ehaydenr 2 months ago
Labels: 🆕 semver/minor
#240 - Enable MemberImportVisibility check on all targets
Pull Request -
State: closed - Opened by rnro 2 months ago
Labels: semver/patch
#239 - Aligning semantic version label check name
Pull Request -
State: closed - Opened by FranzBusch 3 months ago
Labels: semver/none
#238 - DO NOT MERGE: checking Cxx interop CI
Pull Request -
State: closed - Opened by rnro 3 months ago
- 1 comment
#237 - remove unused Swift 6 language mode workflow
Pull Request -
State: closed - Opened by rnro 3 months ago
Labels: semver/none
#236 - add .editorconfig file
Pull Request -
State: closed - Opened by rnro 3 months ago
Labels: semver/none
#235 - Unify main.yml and scheduled.yml, remove 5_8 ref
Pull Request -
State: closed - Opened by rnro 4 months ago
Labels: semver/none
#234 - Migrate CI to use GitHub Actions.
Pull Request -
State: closed - Opened by rnro 4 months ago
Labels: semver/none
#233 - Use .git in Package.swift paths
Pull Request -
State: closed - Opened by Lukasa 4 months ago
Labels: semver/patch
#232 - Bad Package.swift file
Issue -
State: closed - Opened by ggilley 4 months ago
#231 - Need to upgrade to Swift 6
Issue -
State: closed - Opened by Medef 5 months ago
#230 - LineBasedFrameDecoderTest cleanup
Pull Request -
State: closed - Opened by rnro 5 months ago
Labels: semver/patch
#229 - LineBasedFrameDecoder.decodeLast handle more frames
Pull Request -
State: closed - Opened by rnro 5 months ago
Labels: semver/patch
#228 - Add HTTPResponseCompressor intent for cases where requested compression algorithm is not supported
Pull Request -
State: closed - Opened by adincebic 5 months ago
#227 - Add release.yml
Pull Request -
State: closed - Opened by FranzBusch 6 months ago
Labels: semver/none
#226 - Remove redundant initializer from HTTPResponseCompressor in next major version
Issue -
State: open - Opened by dimitribouniol 7 months ago
#226 - Remove redundant initializer from HTTPResponseCompressor in next major version
Issue -
State: open - Opened by dimitribouniol 7 months ago
#225 - Conditional Response Compression
Pull Request -
State: closed - Opened by dimitribouniol 8 months ago
- 2 comments
Labels: semver/minor
#225 - Conditional Response Compression
Pull Request -
State: closed - Opened by dimitribouniol 8 months ago
- 2 comments
Labels: semver/minor
#224 - HTTP Compression Test with 304 Not Modified Responses
Pull Request -
State: closed - Opened by dimitribouniol 8 months ago
- 2 comments
Labels: semver/patch
#224 - HTTP Compression Test with 304 Not Modified Responses
Pull Request -
State: closed - Opened by dimitribouniol 8 months ago
- 2 comments
Labels: semver/patch
#223 - Use `oldHeaders.count` when reserving capacity in HTTPFields
Pull Request -
State: closed - Opened by Joannis 9 months ago
- 1 comment
Labels: semver/patch
#223 - Use `oldHeaders.count` when reserving capacity in HTTPFields
Pull Request -
State: closed - Opened by Joannis 9 months ago
- 1 comment
Labels: semver/patch
#222 - clean up @retroactive conformances
Pull Request -
State: closed - Opened by weissi 10 months ago
Labels: semver/patch
#222 - clean up @retroactive conformances
Pull Request -
State: closed - Opened by weissi 10 months ago
Labels: semver/patch
#221 - Fix NIOHTTPDecompression bug for multi-request channels
Pull Request -
State: closed - Opened by sidepelican 11 months ago
- 1 comment
Labels: patch-version-bump-only
#220 - Fixed the shutdown order for quiescing demo (#219)
Pull Request -
State: closed - Opened by crontab 11 months ago
- 1 comment
Labels: needs-no-version-bump
#219 - HTTPServerWithQuiescingDemo prints an error if the main code is wrapped in a function
Issue -
State: open - Opened by crontab 12 months ago
- 3 comments
#218 - Raise minimum swift version to 5.8
Pull Request -
State: closed - Opened by glbrntt 12 months ago
- 2 comments
Labels: 🔼 needs-minor-version-bump
#217 - LineBasedFrameDecoder: can be a NIOSingleStepByteToMessageDecoder
Pull Request -
State: closed - Opened by weissi about 1 year ago
Labels: 🔼 needs-minor-version-bump
#216 - Make HTTP type conversion code public
Pull Request -
State: closed - Opened by adam-fowler about 1 year ago
- 7 comments
Labels: 🔼 needs-minor-version-bump
#215 - Should NIOHTTP1 Swift HTTPTypes conversion code be made public?
Issue -
State: open - Opened by adam-fowler about 1 year ago
- 1 comment
#214 - Add missing availability guards in tests
Pull Request -
State: closed - Opened by simonjbeaumont about 1 year ago
- 1 comment
Labels: needs-no-version-bump
#213 - HTTPType channel handlers RemovableChannelHandler conformance
Pull Request -
State: closed - Opened by adam-fowler about 1 year ago
- 1 comment
Labels: 🔼 needs-minor-version-bump
#212 - Add retroactive marker to test conformances
Pull Request -
State: closed - Opened by Lukasa about 1 year ago
Labels: needs-no-version-bump
#211 - Changes for Musl support.
Pull Request -
State: closed - Opened by al45tair about 1 year ago
- 3 comments
Labels: patch-version-bump-only
#210 - HTTPTypes conversion Handlers don't conform to RemovableChannelHandler
Issue -
State: closed - Opened by adam-fowler about 1 year ago
- 2 comments
#209 - Don't reserve capacity for NIOPCAPRingBuffer
Pull Request -
State: closed - Opened by glbrntt over 1 year ago
Labels: patch-version-bump-only
#208 - Enable automatic compression format detection
Pull Request -
State: closed - Opened by dnadoba over 1 year ago
Labels: patch-version-bump-only
#207 - Bump minimum Swift version to 5.7
Pull Request -
State: closed - Opened by rnro over 1 year ago
- 2 comments
Labels: 🔼 needs-minor-version-bump
#206 - New release with support for visionOS?
Issue -
State: closed - Opened by marcomasser over 1 year ago
- 4 comments
#205 - NFS3 demo server
Pull Request -
State: open - Opened by weissi over 1 year ago
Labels: semver/patch
#204 - Enforce Sendability
Pull Request -
State: closed - Opened by gjcairo over 1 year ago
#203 - Import HTTP resumable upload sample code
Pull Request -
State: closed - Opened by guoye-zhang over 1 year ago
- 2 comments
Labels: semver/minor
#202 - Add HTTP types adapter for SwiftNIO
Pull Request -
State: closed - Opened by guoye-zhang over 1 year ago
- 9 comments
Labels: 🔼 needs-minor-version-bump
#201 - Use #if canImport(Darwin) where possible
Pull Request -
State: closed - Opened by FranzBusch over 1 year ago
Labels: patch-version-bump-only
#200 - Adopt the Swift CoC
Pull Request -
State: closed - Opened by Lukasa over 1 year ago
Labels: needs-no-version-bump
#199 - Compile error on Ubuntu 22.10 x64
Issue -
State: closed - Opened by valeriyvan almost 2 years ago
- 2 comments
#198 - Add docker-compose file for Swift 5.9
Pull Request -
State: closed - Opened by yim-lee almost 2 years ago
- 1 comment
Labels: needs-no-version-bump
#197 - Drop Swift 5.5
Pull Request -
State: closed - Opened by Lukasa almost 2 years ago
- 2 comments
Labels: needs-no-version-bump
#196 - Fix documentation and add support for CI-ing it
Pull Request -
State: closed - Opened by Lukasa almost 2 years ago
Labels: needs-no-version-bump
#195 - Make SynchronizedFileSink.close unavailable from async
Pull Request -
State: closed - Opened by Lukasa almost 2 years ago
Labels: 🔼 needs-minor-version-bump
#194 - syncClose() should be marked noasync and provide an async-safe alternative
Issue -
State: closed - Opened by jakepetroules almost 2 years ago
- 2 comments
#193 - Refactor `QuiescingHelper` to exhaustively iterate state
Pull Request -
State: closed - Opened by FranzBusch almost 2 years ago
- 8 comments
Labels: patch-version-bump-only
#192 - ServerQuiescingHelper no longer leaking promises
Pull Request -
State: closed - Opened by carolinacass about 2 years ago
Labels: 🔼 needs-minor-version-bump
#191 - Remove Jazzy doc generation
Pull Request -
State: closed - Opened by glbrntt about 2 years ago
Labels: needs-no-version-bump
#190 - Add Swift 5.8 CI and update nightly CI to Ubuntu 22.04
Pull Request -
State: closed - Opened by dnadoba about 2 years ago
- 1 comment
Labels: needs-no-version-bump
#189 - Feature Request: WebSocket Compression Support
Issue -
State: open - Opened by fumoboy007 about 2 years ago
#188 - update generated test script from swift-nio
Pull Request -
State: closed - Opened by rnro about 2 years ago
- 2 comments
Labels: needs-no-version-bump
#187 - Redirect GitHub Pages to Swift Package Index DocC page
Pull Request -
State: closed - Opened by yim-lee about 2 years ago
Labels: needs-no-version-bump
#186 - Add .spi.yml for Swift Package Index DocC support
Pull Request -
State: closed - Opened by yim-lee about 2 years ago
Labels: needs-no-version-bump
#185 - Migrate http1 proxy connect handler
Pull Request -
State: closed - Opened by rnro about 2 years ago
- 7 comments
Labels: 🔼 needs-minor-version-bump
#184 - Use #fileID/#filePath instead of #file
Pull Request -
State: closed - Opened by carolinacass over 2 years ago
- 7 comments
Labels: patch-version-bump-only
#183 - Fix README.md
Pull Request -
State: closed - Opened by dnadoba over 2 years ago
Labels: needs-no-version-bump
#182 - Remove `#if compiler(>=5.5)`
Pull Request -
State: closed - Opened by dnadoba over 2 years ago
Labels: patch-version-bump-only
#181 - Replace `NIOSendable` with `Sendable`
Pull Request -
State: closed - Opened by dnadoba over 2 years ago
Labels: patch-version-bump-only
#180 - Raise minimum supported Swift version from 5.4 to 5.5
Pull Request -
State: closed - Opened by glbrntt over 2 years ago
- 1 comment
Labels: 🔼 needs-minor-version-bump
#179 - Backport #177 to 1.9
Pull Request -
State: closed - Opened by Lukasa over 2 years ago
Labels: patch-version-bump-only
#178 - Backport #177 to 1.10 release
Pull Request -
State: closed - Opened by Lukasa over 2 years ago
Labels: patch-version-bump-only
#177 - Correctly validate the bounds of decompression
Pull Request -
State: closed - Opened by Lukasa over 2 years ago
Labels: 🔼 needs-minor-version-bump
#176 - Deflate decompression hangs on trailing garbage
Issue -
State: closed - Opened by vojtarylko over 2 years ago
- 5 comments
#175 - Deflate decompression doesn't fail for truncated input
Issue -
State: closed - Opened by vojtarylko over 2 years ago
- 3 comments
#174 - Adopt `Sendable` in `NIOExtras`
Pull Request -
State: closed - Opened by dnadoba over 2 years ago
Labels: 🔼 needs-minor-version-bump
#173 - Adopt `Sendable` in `NIOSOCKS`
Pull Request -
State: closed - Opened by dnadoba over 2 years ago
Labels: 🔼 needs-minor-version-bump
#172 - Adopt `Sendable` in `NIOHTTPCompression`
Pull Request -
State: closed - Opened by dnadoba over 2 years ago
Labels: 🔼 needs-minor-version-bump
#171 - Validate missing imports in CI
Pull Request -
State: closed - Opened by Lukasa over 2 years ago
Labels: needs-no-version-bump
#170 - Simple index pages for docc
Pull Request -
State: closed - Opened by PeterAdams-A over 2 years ago
Labels: semver/none
#169 - Docnioextras
Pull Request -
State: closed - Opened by PeterAdams-A over 2 years ago
Labels: needs-no-version-bump
#168 - Deprecate cumulationBuffer
Pull Request -
State: closed - Opened by PeterAdams-A over 2 years ago
Labels: patch-version-bump-only
#167 - Prepare for docc
Pull Request -
State: closed - Opened by PeterAdams-A over 2 years ago
Labels: needs-no-version-bump
#166 - `QuiescingHelper` init & forget will crash your program
Issue -
State: open - Opened by weissi over 2 years ago
- 1 comment
#165 - Bump the lowest NIO version to 2.34.0
Pull Request -
State: closed - Opened by Lukasa over 2 years ago
Labels: patch-version-bump-only
#164 - Use 5.7 nightlies
Pull Request -
State: closed - Opened by Lukasa over 2 years ago
Labels: needs-no-version-bump
#163 - LengthFieldBasedFrameDecoder can't handle packets where the length field counts itself
Issue -
State: open - Opened by pontaoski over 2 years ago
#162 - Remove build_podspec.sh
Pull Request -
State: closed - Opened by glbrntt almost 3 years ago
Labels: needs-no-version-bump
#161 - Update podspec generation
Pull Request -
State: closed - Opened by glbrntt almost 3 years ago
Labels: needs-no-version-bump
#160 - Implement Sendable
Pull Request -
State: closed - Opened by Davidde94 almost 3 years ago
- 1 comment
Labels: 🔼 needs-minor-version-bump
#159 - Fix warnings, that appeared after requiring Swift 5.4
Pull Request -
State: closed - Opened by fabianfett almost 3 years ago
Labels: needs-no-version-bump
#158 - more PCAP
Pull Request -
State: open - Opened by weissi almost 3 years ago
- 1 comment
Labels: 🔼 needs-minor-version-bump
#157 - NIORequestResponseWithIDHandler
Pull Request -
State: closed - Opened by weissi almost 3 years ago
- 1 comment
Labels: 🔼 needs-minor-version-bump
#156 - compilation warnings
Issue -
State: open - Opened by weissi almost 3 years ago
- 1 comment
#155 - add the NFS3 protocol
Pull Request -
State: closed - Opened by weissi almost 3 years ago
Labels: 🔼 needs-minor-version-bump
#154 - Drop support for Swift 5.2 and 5.3
Pull Request -
State: closed - Opened by fabianfett almost 3 years ago
- 2 comments
Labels: 🔼 needs-minor-version-bump