3
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Invalid warning message about status fixed More... almost 12 years ago
XNA extensions updated to use NetBuffer and VS2010 More... almost 12 years ago
Fixed GetMTU not to generate garbage More... almost 12 years ago
- Patch from MonoGame; makes the BroadcastAddress configurable and changes text encoding from ASCII to UTF8, required for Android support More... almost 12 years ago
Changed xml documentation output option in project file More... almost 12 years ago
Updated documentation.chm More... almost 12 years ago
Lots of fixes for sample solutions More... almost 12 years ago
Flushing delayed packets when shutting down NetPeer More... almost 12 years ago
Expanded comment on TryGetValues thread safety in GetConnection More... almost 12 years ago
Changed how ReadAllFields determines available write methods More... almost 12 years ago
BIGENDIAN fixes for 16 bit values More... almost 12 years ago
fixed Chat sample project dependencies More... almost 12 years ago
Changed SendMessage() to use a List<> instead of IList<> to avoid enumerator allocation More... almost 12 years ago
Re-added ReadTime() More... about 12 years ago
NetIncomingMessage and NetOutgoingMessage common parts unified in NetBuffer; which is now a base class for the former More... about 12 years ago
CLSCompliant(false) added to ReadInt32(out Int32) More... about 12 years ago
Made CreateSenderChannel() reentrant More... about 12 years ago
Now queueing incoming acks until NetConnection.Heartbeat, where a resend is appropriately handled More... about 12 years ago
Forgot to submit SamplesCommon project file in previous VS2010 upgrade More... over 12 years ago
NetOutgoingMessage.Write(float) optimized to avoid memory allocation More... over 12 years ago
Better NetSendResult when trying to send on an unconnected connection More... over 12 years ago
ReadSingle(out float) and ReadInt32(out int) added More... over 12 years ago
All projects converted to .Net 4.0 and VS2010 More... over 12 years ago
Extra try-catch added for socket.Shutdown() failing on mono More... over 12 years ago
Avoid throwing exception in SendToAll when no connections More... over 12 years ago
micro optimization in NetServer.SendToAll() More... over 12 years ago
bool ReadXXX(out result) versions added for some read methods More... over 12 years ago
SIO_UDP_CONNRESET now try-catched since not available in mono More... over 12 years ago
Edited wiki page MessageEncryption through web user interface. More... over 12 years ago
Documentation updated More... over 12 years ago