Tomas Hellström
|
ec973f5c6e
|
x.websocket: move to net.websocket module (#10648)
|
2021-07-03 02:56:00 +03:00 |
Ekopalypse
|
e259f7ac58
|
net: make openssl init function backward compatible (#10537)
|
2021-06-21 19:23:57 +03:00 |
Emily Hudson
|
535dcac8fa
|
net: ipv6 support, merge unix+ip;[pack:x] attribute (#9904)
|
2021-06-13 23:53:38 +03:00 |
Enzo
|
906b207e58
|
checker: deprecate using V strings in C function calls (#10140)
|
2021-05-20 09:17:44 +03:00 |
Delyan Angelov
|
9d8489b025
|
net.openssl: add `-ldl -lpthread` for linux
|
2021-05-16 08:28:46 +00:00 |
joe-conigliaro
|
2d73411396
|
checker: define missing C fn args & check C & JS args (#8770)
|
2021-03-05 17:41:11 +03:00 |
Delyan Angelov
|
b1209aac1b
|
ci: fix building of vlib/x/websocket/websocket_test.v
|
2021-02-21 17:03:25 +02:00 |
Swastik Baranwal
|
9291fb5e0c
|
checker: disallow comparison between enum and int (#7886)
|
2021-01-08 17:41:52 +01:00 |
Joe Conigliaro
|
dbad60acbf
|
net: use non versioned paths for openssl on mac arm64
|
2020-12-28 10:32:35 +11:00 |
Tomas Hellström
|
3eb1550b43
|
x.websocket: Fixes wss connection failures to certain addresses (#7247)
|
2020-12-11 02:04:12 +02:00 |
Alexander Medvednikov
|
e2e0c625f1
|
net: add openssl header dir on arm64 macs
|
2020-12-05 20:27:16 +01:00 |
Tomas Hellström
|
155aa6dac5
|
x.websocket: fix autobahn tests for wss and wss close behavor (#6901)
|
2020-11-21 15:45:45 +02:00 |
Delyan Angelov
|
9309a07438
|
net.openssl: update custom missing headers message
|
2020-10-17 19:30:50 +03:00 |
Delyan Angelov
|
3c2202572b
|
cgen: produce cleaner error on missing C headers (with optional explanation) (#6637)
Implements support for `#include <openssl/rand.h> # Please install OpenSSL`.
|
2020-10-17 18:27:06 +03:00 |
Tomas Hellström
|
fb148e0b61
|
x.websockets: new websockets module on top of x.net (#6189)
|
2020-08-22 00:50:38 +02:00 |
Delyan Angelov
|
d28a1042a0
|
net.http, net.websocket: allow importing both in the same app
|
2020-07-12 15:21:40 +03:00 |