Skip to content

Tags: weissi/async-http-client

Tags

1.0.0-alpha.4

Toggle 1.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
swift 5.1 docker setup (swift-server#111) motivation: support swift 5.1 changes: * add docker compose file for swift 5.1, will add CI job once merged * update swiftformat version to 0.40.12

1.0.0-alpha.3

Toggle 1.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
give generic parameters nice names (swift-server#99) 

1.0.0-alpha.2

Toggle 1.0.0-alpha.2's commit message
add NIO event loop as an argument for execute (swift-server#79) * add NIO event loop as an argument for execute * review fix: add to np-delegate method as well * Resolve confict * add missing linux test * fix formatting * missing self * review fix: add event loop preference argument instead of eventloop * formatting * review fix: spelling * fix compilation error * review fixes: make preference argument not explicit and add precondition that EL must be part of ELG

1.0.0-alpha.1

Toggle 1.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove unused degate and make other one public+rename (swift-server#61)