Skip to content

Commit

Permalink
Update NetCoreServer
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Feb 23, 2024
1 parent 01af5d4 commit 41ee04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetCoreServer
Submodule NetCoreServer updated 96 files
+1 −0 .gitattributes
+2 −2 .github/workflows/build-linux.yml
+2 −2 .github/workflows/build-macos.yml
+2 −2 .github/workflows/build-windows.yml
+1 −1 LICENSE
+0 −214 NetCoreServer.sln
+3 −2 README.md
+1 −1 examples/HttpClient/HttpClient.csproj
+1 −1 examples/HttpServer/HttpServer.csproj
+1 −1 examples/HttpsClient/HttpsClient.csproj
+1 −1 examples/HttpsServer/HttpsServer.csproj
+1 −1 examples/ProtoClient/ProtoClient.csproj
+1 −1 examples/ProtoServer/ProtoServer.csproj
+1 −1 examples/SslChatClient/SslChatClient.csproj
+1 −1 examples/SslChatServer/SslChatServer.csproj
+1 −1 examples/TcpChatClient/TcpChatClient.csproj
+1 −1 examples/TcpChatServer/TcpChatServer.csproj
+1 −1 examples/UdpEchoClient/UdpEchoClient.csproj
+1 −1 examples/UdpEchoServer/UdpEchoServer.csproj
+1 −1 examples/UdpMulticastClient/UdpMulticastClient.csproj
+1 −1 examples/UdpMulticastServer/UdpMulticastServer.csproj
+1 −1 examples/UdsChatClient/UdsChatClient.csproj
+1 −1 examples/UdsChatServer/UdsChatServer.csproj
+1 −1 examples/WsChatClient/WsChatClient.csproj
+1 −1 examples/WsChatServer/Program.cs
+1 −1 examples/WsChatServer/WsChatServer.csproj
+1 −1 examples/WssChatClient/WssChatClient.csproj
+1 −1 examples/WssChatServer/Program.cs
+1 −1 examples/WssChatServer/WssChatServer.csproj
+1 −1 performance/HttpTraceClient/HttpTraceClient.csproj
+1 −1 performance/HttpTraceServer/HttpTraceServer.csproj
+1 −1 performance/HttpsTraceClient/HttpsTraceClient.csproj
+1 −1 performance/HttpsTraceServer/HttpsTraceServer.csproj
+1 −1 performance/ProtoClient/ProtoClient.csproj
+1 −1 performance/ProtoServer/ProtoServer.csproj
+1 −1 performance/SslEchoClient/SslEchoClient.csproj
+1 −1 performance/SslEchoServer/SslEchoServer.csproj
+1 −1 performance/SslMulticastClient/SslMulticastClient.csproj
+1 −1 performance/SslMulticastServer/SslMulticastServer.csproj
+1 −1 performance/TcpEchoClient/TcpEchoClient.csproj
+1 −1 performance/TcpEchoServer/TcpEchoServer.csproj
+1 −1 performance/TcpMulticastClient/TcpMulticastClient.csproj
+1 −1 performance/TcpMulticastServer/TcpMulticastServer.csproj
+1 −1 performance/UdpEchoClient/UdpEchoClient.csproj
+1 −1 performance/UdpEchoServer/UdpEchoServer.csproj
+1 −1 performance/UdpMulticastClient/UdpMulticastClient.csproj
+1 −1 performance/UdpMulticastServer/UdpMulticastServer.csproj
+1 −1 performance/UdsEchoClient/UdsEchoClient.csproj
+1 −1 performance/UdsEchoServer/UdsEchoServer.csproj
+1 −1 performance/UdsMulticastClient/UdsMulticastClient.csproj
+1 −1 performance/UdsMulticastServer/UdsMulticastServer.csproj
+1 −1 performance/WsEchoClient/WsEchoClient.csproj
+1 −1 performance/WsEchoServer/WsEchoServer.csproj
+1 −1 performance/WsMulticastClient/WsMulticastClient.csproj
+1 −1 performance/WsMulticastServer/WsMulticastServer.csproj
+1 −1 performance/WssEchoClient/WssEchoClient.csproj
+1 −1 performance/WssEchoServer/WssEchoServer.csproj
+1 −1 performance/WssMulticastClient/WssMulticastClient.csproj
+1 −1 performance/WssMulticastServer/WssMulticastServer.csproj
+1 −1 proto/com.chronoxor.fbe.cs
+3 −3 proto/com.chronoxor.simple.cs
+1 −1 proto/proto.csproj
+12 −4 source/NetCoreServer/Buffer.cs
+14 −16 source/NetCoreServer/FileCache.cs
+3 −0 source/NetCoreServer/IWebSocket.cs
+5 −3 source/NetCoreServer/NetCoreServer.csproj
+2 −2 source/NetCoreServer/SslClient.cs
+3 −1 source/NetCoreServer/SslServer.cs
+2 −2 source/NetCoreServer/SslSession.cs
+15 −0 source/NetCoreServer/StringExtensions.cs
+2 −2 source/NetCoreServer/TcpClient.cs
+3 −1 source/NetCoreServer/TcpServer.cs
+2 −2 source/NetCoreServer/TcpSession.cs
+2 −2 source/NetCoreServer/UdsClient.cs
+3 −1 source/NetCoreServer/UdsServer.cs
+2 −2 source/NetCoreServer/UdsSession.cs
+14 −8 source/NetCoreServer/WebSocket.cs
+15 −3 source/NetCoreServer/WsClient.cs
+8 −2 source/NetCoreServer/WsServer.cs
+12 −2 source/NetCoreServer/WsSession.cs
+15 −3 source/NetCoreServer/WssClient.cs
+8 −2 source/NetCoreServer/WssServer.cs
+12 −2 source/NetCoreServer/WssSession.cs
+5 −4 tests/tests.csproj
+1 −1 www/api/swagger/swagger-ui-bundle.js
+1 −1 www/api/swagger/swagger-ui-bundle.js.map
+1 −1 www/api/swagger/swagger-ui-es-bundle-core.js
+1 −1 www/api/swagger/swagger-ui-es-bundle-core.js.map
+1 −1 www/api/swagger/swagger-ui-es-bundle.js
+1 −1 www/api/swagger/swagger-ui-es-bundle.js.map
+1 −1 www/api/swagger/swagger-ui-standalone-preset.js
+1 −1 www/api/swagger/swagger-ui-standalone-preset.js.map
+1 −1 www/api/swagger/swagger-ui.css
+1 −1 www/api/swagger/swagger-ui.css.map
+1 −1 www/api/swagger/swagger-ui.js
+1 −1 www/api/swagger/swagger-ui.js.map

0 comments on commit 41ee04d

Please sign in to comment.