Skip to content

Pull requests: apple/swift-nio

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Add WebSocket close code 1005 and 1006. ⚠️ needs-major-version-bump For PRs that when merged cause a bump of the major version, ie. x.0.0 -> (x+1).0.0
#1410 opened Feb 23, 2020 by bridger Loading… 3.0.0
PipeChannel: don't explode if user passes us weird fd patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
#1521 opened May 14, 2020 by weissi Loading…
Allow mutating in MessageToByteEncoder encode ⚠️ needs-major-version-bump For PRs that when merged cause a bump of the major version, ie. x.0.0 -> (x+1).0.0
#1580 opened Jun 29, 2020 by Davidde94 Loading… 3.0.0
Windows work
#1676 opened Oct 14, 2020 by compnerd Draft
NIO: initial pass over iov handling for Windows patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
#1686 opened Nov 2, 2020 by compnerd Loading…
Add support for replacing a channel handler
#1725 opened Jan 20, 2021 by Davidde94 Loading…
Support result builders in ByteBuffer 🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0 swift-5.4 Needs Swift 5.4
#1727 opened Jan 20, 2021 by Davidde94 Loading…
Add a new overloading function completeWith to EventLoopPromise class. 🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0
#1746 opened Feb 9, 2021 by Hailong Loading…
docs: debugging from the OS level needs-no-version-bump For PRs that when merged do not need a bump in version number.
#1759 opened Feb 22, 2021 by weissi Loading…
restore test case from #164 that was modified
#1847 opened May 4, 2021 by weissi Loading…
[EXAMPLE] Use a newer swift-format
#1885 opened Jun 28, 2021 by Davidde94 Loading…
Add AsyncSequence helpers
#1939 opened Aug 16, 2021 by fabianfett Draft
Add NIOAsyncWebSocketServerUpgrader 🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0
#1973 opened Oct 7, 2021 by 0xTim Loading…
Fix stale hyperlinks in README needs-no-version-bump For PRs that when merged do not need a bump in version number.
#1983 opened Nov 2, 2021 by rayfix Loading…
Add RemovableChannelHandler conformance to MessageToByteHandler 🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0
#1993 opened Nov 23, 2021 by AlexisQapa Loading…
Make Future.get() cancellable.
#2089 opened Apr 23, 2022 by Lukasa Draft
Use Swift System to implement NonBlockingFileIO
#2099 opened May 6, 2022 by simonjbeaumont Loading…
1 of 2 tasks
ByteBuffer: one fewer allocs to go to Data patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
#1839 opened Apr 30, 2021 by weissi Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.