Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(network): introduce network, tcp, and unix components #257

Merged
merged 1 commit into from Nov 8, 2021

Conversation

azjezz
Copy link
Owner

@azjezz azjezz commented Nov 6, 2021

Signed-off-by: azjezz azjezz@protonmail.com

closes #28

@azjezz azjezz added Priority: High After critical issues are fixed, these should be dealt with before any further issues. Status: In Progress This issue is being worked on, and has someone assigned. Type: Enhancement Most issues will probably ask for additions or changes. labels Nov 6, 2021
@azjezz azjezz added this to the 2.0.0 milestone Nov 6, 2021
@azjezz azjezz self-assigned this Nov 6, 2021
@azjezz azjezz added this to To do in v2.0.0 via automation Nov 6, 2021
@coveralls
Copy link

coveralls commented Nov 6, 2021

Pull Request Test Coverage Report for Build 1433039844

  • 67 of 67 (100.0%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 1432781629: 0.0%
Covered Lines: 3148
Relevant Lines: 3148

💛 - Coveralls

@azjezz azjezz force-pushed the feature/network branch 3 times, most recently from 4aa0c42 to 8c5ac19 Compare November 6, 2021 16:51
@azjezz azjezz mentioned this pull request Nov 6, 2021
11 tasks
@azjezz azjezz moved this from To do to In progress in v2.0.0 Nov 6, 2021
@azjezz azjezz force-pushed the feature/network branch 6 times, most recently from 693002c to 627a1fc Compare November 8, 2021 02:46
@azjezz azjezz changed the title feat(network): introduce network, tcp, and udp components feat(network): introduce network, tcp, and unix components Nov 8, 2021
Signed-off-by: azjezz <azjezz@protonmail.com>
@azjezz azjezz moved this from In progress to Review in progress in v2.0.0 Nov 8, 2021
@azjezz azjezz added Status: Completed Nothing further to be done with this issue. Awaiting to be closed by the requestor out of politeness and removed Status: In Progress This issue is being worked on, and has someone assigned. labels Nov 8, 2021
@azjezz azjezz merged commit c8f0e0f into 2.0.x Nov 8, 2021
v2.0.0 automation moved this from Review in progress to Done Nov 8, 2021
@azjezz azjezz deleted the feature/network branch November 8, 2021 03:03
@azjezz azjezz mentioned this pull request Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High After critical issues are fixed, these should be dealt with before any further issues. Status: Completed Nothing further to be done with this issue. Awaiting to be closed by the requestor out of politeness Type: Enhancement Most issues will probably ask for additions or changes.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

I/O, File, and Network API
2 participants