FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · RainsSoft/Netcode.IO.NET · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RainsSoft
/
Netcode.IO.NET
Public
forked from
GlaireDaggers/Netcode.IO.NET
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Feb 9, 2023
Merge pull request #15 from mhjort/master
Show description for 5f01079
GlaireDaggers
authored
5f01079
View commit details
Copy full SHA for 5f01079
Browse repository at this point
Merge pull request #18 from gresolio/master
Show description for 7705e90
GlaireDaggers
authored
7705e90
View commit details
Copy full SHA for 7705e90
Browse repository at this point
Merge pull request #20 from ghost/feature/log-events
Show description for f7f9d0d
GlaireDaggers
authored
f7f9d0d
View commit details
Copy full SHA for f7f9d0d
Browse repository at this point
Commits on Jun 4, 2020
Merge pull request #22 from yome/master
Show description for 9bcd054
Alan Stagner
authored
9bcd054
View commit details
Copy full SHA for 9bcd054
Browse repository at this point
Fix for IPv6 support (DatagramQueue's endpoint would be created with an IP of the wrong AddressFamily)
yome
committed
ecfbde2
View commit details
Copy full SHA for ecfbde2
Browse repository at this point
Commits on Jan 25, 2019
Add log delegate
Show description for f426ff7
stellarLuminant
committed
f426ff7
View commit details
Copy full SHA for f426ff7
Browse repository at this point
Commits on Apr 26, 2018
Fixed mostRecentSequence
gresolio
committed
4095141
View commit details
Copy full SHA for 4095141
Browse repository at this point
Commits on Mar 3, 2018
Fix connect token address type check (was failing on IPv6)
yome
committed
c769f58
View commit details
Copy full SHA for c769f58
Browse repository at this point
Commits on Feb 3, 2018
Add possibility to specify separate local bind ip address and external ip address
Show description for 91b3906
mhjort
committed
91b3906
View commit details
Copy full SHA for 91b3906
Browse repository at this point
Commits on Nov 13, 2017
Removing some stray post-build commands left over from another project
KillaMaaki
committed
fa538a3
View commit details
Copy full SHA for fa538a3
Browse repository at this point
Commits on Nov 1, 2017
Miscellaneous bug fixes and GC allocation fixes.
KillaMaaki
committed
744e244
View commit details
Copy full SHA for 744e244
Browse repository at this point
Commits on Sep 21, 2017
Merge pull request #8 from gresolio/master
Show description for f2b060e
KillaMaaki
authored
f2b060e
View commit details
Copy full SHA for f2b060e
Browse repository at this point
Removed files from the Git index that are now in .gitignore
Show description for 6a69f1d
gresolio
committed
6a69f1d
View commit details
Copy full SHA for 6a69f1d
Browse repository at this point
Updated .gitignore
gresolio
committed
93cf4a8
View commit details
Copy full SHA for 93cf4a8
Browse repository at this point
Commits on Sep 16, 2017
Fixed some issues with using negative timeouts. Client no longer immediately times out and encryption manager no longer fails to find an encryption slot.
KillaMaaki
committed
6d30e23
View commit details
Copy full SHA for 6d30e23
Browse repository at this point
Commits on Sep 7, 2017
Fixed issue causing tests to fail (simulated socket context return port 0 instead of expected bound port)
KillaMaaki
committed
deb1b93
View commit details
Copy full SHA for deb1b93
Browse repository at this point
Commits on Sep 5, 2017
Added new Port property to both client and server. Now you can bind a server to port 0 and then just check what port it was assigned by the OS for generating connect tokens.
KillaMaaki
committed
620c029
View commit details
Copy full SHA for 620c029
Browse repository at this point
Removed client endpoint -> ID dictionary, moved into encryption manager.
Show description for 7f82413
KillaMaaki
committed
7f82413
View commit details
Copy full SHA for 7f82413
Browse repository at this point
Commits on Aug 25, 2017
Fixed clients sending an ICMP Host/Port Unreachable causing the server to close its socket thread.
KillaMaaki
committed
12c3941
View commit details
Copy full SHA for 12c3941
Browse repository at this point
Commits on Aug 24, 2017
Fixed sending packet allocating more space for header than necessary, causing extra bytes to be written to buffer (and causing the receiving end to attempt to read past the end of the stream)
KillaMaaki
committed
eaea704
View commit details
Copy full SHA for eaea704
Browse repository at this point
Commits on Aug 17, 2017
Fixed client binding socket to server address (which was a typo). Now binds socket to IPAddress.Any/IPv6Any and port 0.
KillaMaaki
committed
2ee82ab
View commit details
Copy full SHA for 2ee82ab
Browse repository at this point
Commits on Aug 13, 2017
Added new 30-minute soak test of 1024 clients attempting to connect to 32 different servers (each with a random max slots between 1 and 1024), sending 10 packets, disconnecting, and attempting to c…
Show description for 8afbec5
KillaMaaki
committed
8afbec5
View commit details
Copy full SHA for 8afbec5
Browse repository at this point
More folder reorganization.
KillaMaaki
committed
af9ead3
View commit details
Copy full SHA for af9ead3
Browse repository at this point
Update README.md
KillaMaaki
authored
ea0cd00
View commit details
Copy full SHA for ea0cd00
Browse repository at this point
Merge branch 'master' of https://github.com/KillaMaaki/Netcode.IO.NET
KillaMaaki
committed
767a0f6
View commit details
Copy full SHA for 767a0f6
Browse repository at this point
- Slight folder reorganization.
Show description for 0efeeff
KillaMaaki
committed
0efeeff
View commit details
Copy full SHA for 0efeeff
Browse repository at this point
Commits on Aug 11, 2017
Update README.md
KillaMaaki
authored
5b107e9
View commit details
Copy full SHA for 5b107e9
Browse repository at this point
Commits on Aug 10, 2017
Fixed connect token generation, was not serializing some very important fields >.>
KillaMaaki
committed
4a84b0c
View commit details
Copy full SHA for 4a84b0c
Browse repository at this point
Fixed an issue where PacketIO.EncryptPrivateConnectToken attempts to encrypt all 1024 input bytes into a 1024-byte output buffer causing an IndexOutOfRangeException (according to spec it encrypts f…
Show description for 433a8e4
KillaMaaki
committed
433a8e4
View commit details
Copy full SHA for 433a8e4
Browse repository at this point
Commits on Aug 8, 2017
Merge branch 'master' of https://github.com/KillaMaaki/Netcode.IO.NET
KillaMaaki
committed
d9284a8
View commit details
Copy full SHA for d9284a8
Browse repository at this point
Switched KeyUtils to use RNGCryptoServiceProvider instead of Random.
KillaMaaki
committed
8d1c63d
View commit details
Copy full SHA for 8d1c63d
Browse repository at this point
Commits on Aug 7, 2017
Update README.md
KillaMaaki
authored
007a42a
View commit details
Copy full SHA for 007a42a
Browse repository at this point
Changed Client to use protocol ID defined in connect token instead of taking protocol ID in constructor.
KillaMaaki
committed
93bbac0
View commit details
Copy full SHA for 93bbac0
Browse repository at this point
Commits on Aug 6, 2017
Did a little more work with the client state changes, cross-referencing with the C reference implementation to ensure matching behavior
KillaMaaki
committed
7d4bdf0
View commit details
Copy full SHA for 7d4bdf0
Browse repository at this point
Fixed disconnect not removing client from slot. Server now properly triggers OnClientDisconnected when a client times out.
KillaMaaki
committed
63a4516
View commit details
Copy full SHA for 63a4516
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL