Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kieselsteini
/
sts
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
78
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Improvements I made on my end
- #2
#2
Open
schellingb
wants to merge 12 commits into
kieselsteini:master
kieselsteini/sts:master
from
schellingb:master
schellingb/sts:master
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Improvements I made on my end
#2
schellingb
wants to merge 12 commits into
kieselsteini:master
kieselsteini/sts:master
from
schellingb:master
schellingb/sts:master
Copy head branch name to clipboard
Commits
Commits on Apr 7, 2017
Add extern "C" to header section for mixed C/C++ project
schellingb
committed
b3d8586
View commit details
Copy full SHA for b3d8586
Browse repository at this point
Add optional define STS_NET_NO_ERRORSTRINGS to remove error strings from build
schellingb
committed
ae3ed60
View commit details
Copy full SHA for ae3ed60
Browse repository at this point
Define _WINSOCK_DEPRECATED_NO_WARNINGS to remove build warnings
schellingb
committed
83f27e9
View commit details
Copy full SHA for 83f27e9
Browse repository at this point
Added sts_net_gethostname function to query the host name (or ip address) of a connected client (or the listen interface of a server)
schellingb
committed
3821f1d
View commit details
Copy full SHA for 3821f1d
Browse repository at this point
Fix build error when compiling against C89 standard
schellingb
committed
e9ce5df
View commit details
Copy full SHA for e9ce5df
Browse repository at this point
Fix memcpy to use sts__ macro in sts_net_gethostname
schellingb
committed
96ff416
View commit details
Copy full SHA for 96ff416
Browse repository at this point
Added sts_net_enumerate_interfaces to get a list of interface names and ip-addresses of the host machine
schellingb
committed
a9392b7
View commit details
Copy full SHA for a9392b7
Browse repository at this point
Improved socket opening and socket sets
Show description for 47a53d4
schellingb
committed
47a53d4
View commit details
Copy full SHA for 47a53d4
Browse repository at this point
Added sts_net_check_socket to check just a single socket
schellingb
committed
287d175
View commit details
Copy full SHA for 287d175
Browse repository at this point
Commits on Apr 9, 2017
Fixed some more compile warnings on stricter warning levels
schellingb
committed
ad4c1e8
View commit details
Copy full SHA for ad4c1e8
Browse repository at this point
Commits on Jun 18, 2017
fix possible missing ptrdiff_t on non-windows platforms
Show description for 6fada02
schellingb
committed
6fada02
View commit details
Copy full SHA for 6fada02
Browse repository at this point
Commits on May 22, 2020
added basic udp functionality (sts_net_udp_*)
Show description for 43f73d2
schellingb
committed
43f73d2
View commit details
Copy full SHA for 43f73d2
Browse repository at this point
You can’t perform that action at this time.