GitXplorerGitXplorer
s

xsocket

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7b7026741f56dd0c6a9f8fa9e1228286c073e091

Fix CMake warning about project() declaration

ssryze committed 7 months ago
Unverified
fcc6f4bf71ec574d1330a0c45e58a9d0f3c0be83

Fix misc bugs in http_get example

ssryze committed 3 years ago
Unverified
d7a87745457f7379b731dfc62767dbdc746b6f2d

Fix VS2019 compile warnings

ssryze committed 4 years ago
Unverified
7005e31fca23eaa221bcf54ad7f04bd01f226914

Move header file to include/

ssryze committed 4 years ago
Unverified
bbac30712fcb30201ee6e5b76cd5c5d86af8e91e

Improve http_get example

committed 4 years ago
Unverified
28feddf0e40e600d2defb06f405ff98914134f59

Add README

ssryze committed 4 years ago

README

The README file for this repository.

XSocket

Build Status

XSocket is just a small library that aims to mitigate inconsistencies in the socket APIs between different platforms - Linux, BSD, macOS, Windows - so that you don't have to write tons of #fdef's every time.