net
Here are 975 public repositories matching this topic...
-
Updated
Jun 30, 2020 - C#
Rename tag
in elif ACL_WINDOWS
lib_acl/src/net/acl_vstream_net.c
line 117
@@ -114,7 +114,7 @@ ACL_VSTREAM *acl_vstream_accept_ex(ACL_VSTREAM *sstream,
connfd = acl_accept(servfd, buf, sizeof(buf), NULL);
} else if (sstream->iocp_sock == ACL_SOCKET_INVALID) {
return NULL;
- else {
+ } else {
int ret;
co
I noticed that the "certificate weakening" TlsOptions like IgnoreCertificateChainErrors, IgnoreCertificateRevocationErrors, AllowUntrustedCertificates and CertificateValidationCallback have no effect when using web socket connections.
I understand this is because the underlying api (System.Net.WebSockets) does not support this (at least not in all target frameworks), but I think it should be no
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Jul 7, 2020 - C#
-
Updated
Jul 10, 2020 - C#
-
Updated
Jun 19, 2020 - C#
Serialization format
Hello Riki, your serializer looks very promising!
I'm wondering whether its physical format stable enough to be standardized?
Would be great to have a wire-compatible javascript version of the .NET serializer.
Existing formats like Json, Bson or MessagePack are quite limited (don't support circular references, etc).
Regards, Alex
TypeBinder example
-
Updated
Jun 30, 2020 - C#
Describe the bug:
The VisualProgressBar control does not draw using the ProgressBar color from the theme.
To Reproduce:
Steps to reproduce the behavior:
- Run the VisualThemeBuilder.
- Change the ProgressBar color to something obviously non-green.
- Select, in sequence, from the controls dropdown the VisualGuage, VisualRadialProgress, and VisualProgressBar entries.
- Observe t
-
Updated
Jul 9, 2020 - C#
-
Updated
May 9, 2018 - Python
-
Updated
Jun 29, 2020 - C#
To start off with, thank you for your work.
I'd like to clearify a few things, and maybe help other users who also struggle on the same topic.
Running FluentDocker 2.7.1
I've spent several hours trying to find out
how to easily use remote docker hosts WITHOUT using docker-machine, and WITHOUT SSH keys.
In our local dev & test environment with have several docker host serv
-
Updated
Jul 7, 2020 - C#
-
Updated
Jun 8, 2019 - C#
-
Updated
Jul 22, 2019 - C#
-
Updated
Jul 10, 2020 - HTML
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jul 3, 2020 - C
Improve this page
Add a description, image, and links to the net topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the net topic, visit your repo's landing page and select "manage topics."
Please add the ability to change the client tag in main form