Skip to content
This repository was archived by the owner on Apr 16, 2018. It is now read-only.

Conversation

agauniyal
Copy link
Member

[WIP] - Do Not Merge

agauniyal and others added 30 commits February 9, 2017 16:03
* Try to complete all TODO's

* Remove static_cast from errno comparisons

* Add code for capturing current errno value in currentErrNo variable

* Try to handle error in non-blocking sockets using bool *_isErrorInNonBlocking in read and recv

* Make getErrorMsg func arg const

* Rename isErrorInNonBlocking to isSpecialErrorInNonBlocking

* Refactor error handling, add initial support for AF_UNIX
Add documentation to the project
@agauniyal agauniyal self-assigned this Apr 1, 2017
@codecov
Copy link

codecov bot commented Apr 1, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@f5f216a). Click here to learn what that means.
The diff coverage is 87.14%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #21   +/-   ##
=========================================
  Coverage          ?   87.14%           
=========================================
  Files             ?       12           
  Lines             ?     1198           
  Branches          ?      103           
=========================================
  Hits              ?     1044           
  Misses            ?      154           
  Partials          ?        0
Impacted Files Coverage Δ
test/socket_bind_test.cpp 100% <100%> (ø)
include/socket_options.hpp 100% <100%> (ø)
test/socket_constructor_test.cpp 100% <100%> (ø)
include/socket.hpp 74.87% <74.87%> (ø)
src/socket.cpp 77.07% <77.07%> (ø)
test/socket_connect_test.cpp 87.5% <87.5%> (ø)
test/socket_recv_test.cpp 87.67% <87.67%> (ø)
test/socket_getSocket_test.cpp 89.47% <89.47%> (ø)
test/socket_read_write_test.cpp 91.89% <91.89%> (ø)
test/socket_send_test.cpp 93.02% <93.02%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f5f216a...8f74a5d. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants