Thanks to visit codestin.com
Credit goes to github.com
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
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
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 }}
codehezi
/
spring
Public
forked from
spring/spring
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
spring
rts
System
Net
Socket.cpp
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on May 30, 2017
add SpringExitCode.h; change defines to enums
Show description for 7760dff
rtri
committed
7760dff
View commit details
Copy full SHA for 7760dff
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
calls to streflop_init do not need ifdef guards now
rtri
committed
4a7b838
View commit details
Copy full SHA for 4a7b838
View code at this point
Browse repository at this point
Commits on Oct 15, 2016
minor boost cleaning
ashdnazg
committed
e79efd5
View commit details
Copy full SHA for e79efd5
View code at this point
Browse repository at this point
Commits on Oct 6, 2016
replace boost::asio with asio
Show description for 97105f6
ashdnazg
committed
97105f6
View commit details
Copy full SHA for 97105f6
View code at this point
Browse repository at this point
Commits on Oct 5, 2016
Revert "add asio lib and remove boost::asio dependency"
Show description for 9344501
ashdnazg
committed
9344501
View commit details
Copy full SHA for 9344501
View code at this point
Browse repository at this point
add asio lib and remove boost::asio dependency
Show description for e6a99ef
ashdnazg
committed
e6a99ef
View commit details
Copy full SHA for e6a99ef
View code at this point
Browse repository at this point
Commits on Jan 28, 2016
small cleanup in UDP code
jK
committed
2cb6cd0
View commit details
Copy full SHA for 2cb6cd0
View code at this point
Browse repository at this point
fix #5046: handle HostNames/IP resolves correctly
jK
committed
548752a
View commit details
Copy full SHA for 548752a
View code at this point
Browse repository at this point
Commits on May 6, 2015
remove boost backwards compatibility code:
Show description for dc060b9
abma
committed
dc060b9
View commit details
Copy full SHA for dc060b9
View code at this point
Browse repository at this point
Commits on Mar 25, 2014
some code improvements in netcode
jK
committed
d94568b
View commit details
Copy full SHA for d94568b
View code at this point
Browse repository at this point
Commits on May 12, 2013
"force" usage of streflop in System/Net/Socket.cpp
abma
committed
5189828
View commit details
Copy full SHA for 5189828
View code at this point
Browse repository at this point
Commits on Aug 1, 2012
Prefix calls to streflop_init with streflop namespace
tvo
committed
729a520
View commit details
Copy full SHA for 729a520
View code at this point
Browse repository at this point
Commits on Jul 2, 2012
Try to fix mantis #3146 (Warning: Network error 11: Resource temporarily unavailable)
zerver
committed
0bbb723
View commit details
Copy full SHA for 0bbb723
View code at this point
Browse repository at this point
Commits on Aug 11, 2011
Remove unused win32.h includes
zerver
committed
a031337
View commit details
Copy full SHA for a031337
View code at this point
Browse repository at this point
Remove StdAfx
zerver
committed
2fe681e
View commit details
Copy full SHA for 2fe681e
View code at this point
Browse repository at this point
Commits on Jul 7, 2011
use ILog.h in System/Net/
hoijui
committed
dbfa5bd
View commit details
Copy full SHA for dbfa5bd
View code at this point
Browse repository at this point
Commits on Jan 6, 2011
fix some documentation and var names in Net code [minor]
hoijui
committed
db21237
View commit details
Copy full SHA for db21237
View code at this point
Browse repository at this point
Commits on Dec 24, 2010
prefix "System/" in Net code #include's [minor]
hoijui
committed
f978875
View commit details
Copy full SHA for f978875
View code at this point
Browse repository at this point
cleanup Net code
Show description for f5109de
hoijui
committed
f5109de
View commit details
Copy full SHA for f5109de
View code at this point
Browse repository at this point
Commits on Dec 23, 2010
encapsulate `resolver.resolve(query)` + restore-FPU into `WrapResolve(...)`
hoijui
committed
2ab5686
View commit details
Copy full SHA for 2ab5686
View code at this point
Browse repository at this point
encapsulate `ip::address::from_string(str)` + restore-FPU into `WrapIP(str)`
hoijui
committed
b646d1d
View commit details
Copy full SHA for b646d1d
View code at this point
Browse repository at this point
add utility method to Socket `bool IsLoopbackAddress(addr)`
hoijui
committed
9adf6f7
View commit details
Copy full SHA for 9adf6f7
View code at this point
Browse repository at this point
Commits on Aug 6, 2010
make boost::asio::ip::address::from_string sync safe on win2k
-jk-
committed
a8a9f78
View commit details
Copy full SHA for a8a9f78
View code at this point
Browse repository at this point
Commits on Feb 24, 2010
introduce a standard header to all .cpp, .hpp and .h under rts/
Show description for 598bea2
hoijui
committed
598bea2
View commit details
Copy full SHA for 598bea2
View code at this point
Browse repository at this point
Commits on Aug 18, 2009
specify autohostIP in the script.txt (not only port, default to localhost)
Karl-Robert Ernst
committed
ef5c13b
View commit details
Copy full SHA for ef5c13b
View code at this point
Browse repository at this point
Commits on Aug 2, 2009
fix compilation on boost < 1.36
Karl-Robert Ernst
committed
76424b4
View commit details
Copy full SHA for 76424b4
View code at this point
Browse repository at this point
network handling error improved, so it only spams error message and doesn'T crash (can still timeout, tho)
Karl-Robert Ernst
committed
c532567
View commit details
Copy full SHA for c532567
View code at this point
Browse repository at this point
Commits on Jun 19, 2009
Fix boost compile errors (mingw)
zerver
committed
d304156
View commit details
Copy full SHA for d304156
View code at this point
Browse repository at this point
Commits on Jun 15, 2009
Fix compile errors
zerver
committed
f9bbc1c
View commit details
Copy full SHA for f9bbc1c
View code at this point
Browse repository at this point
network: rewrite using boost::asio
Show description for 9a06ebb
Karl-Robert Ernst
committed
9a06ebb
View commit details
Copy full SHA for 9a06ebb
View code at this point
Browse repository at this point
Commits on Feb 7, 2009
osc: stats sender fix for windows
hoijui
committed
808d249
View commit details
Copy full SHA for 808d249
View code at this point
Browse repository at this point
networking: enable sockets to send to do broadcasting, defaults to false
hoijui
committed
2169790
View commit details
Copy full SHA for 2169790
View code at this point
Browse repository at this point
Commits on Jan 10, 2009
don't throw "network unreachable"-exception (wait for regular timeout instead, people may have broken cable clips)
Karl-Robert Ernst
committed
c3bf498
View commit details
Copy full SHA for c3bf498
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
* fix missing includes with gcc 4.3 (mostly string.h)
Show description for e53e4e0
Auswaschbar
authored and
Auswaschbar
committed
e53e4e0
View commit details
Copy full SHA for e53e4e0
View code at this point
Browse repository at this point
Commits on Jun 7, 2008
* removed Net.cpp and Net.h and access underlying Connections directly
Show description for e67c641
Auswaschbar
authored and
Auswaschbar
committed
e67c641
View commit details
Copy full SHA for e67c641
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.