1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
f6844e9766 all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
fb192d949b all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
114a341f5f rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
ec973f5c6e x.websocket: move to net.websocket module (#10648) 2021-07-03 02:56:00 +03:00
8dcc73993e net: remove old websocket module 2020-08-27 07:33:59 +02:00
36eae1c175 builtin: x.vstring() instead of string(x) (#6102) 2020-08-10 18:05:26 +02:00
ee349691f9 v/checker: Warn about pointer indexing outside unsafe {} (#5918) 2020-07-22 20:28:53 +03:00
0d8ebf5845 websocket: use log instead submodule logger (1/4) (#5921) 2020-07-22 17:31:22 +03:00
0af415fa28 vlib: add unsafe{} wrappers to C. fn calls, to allow compiling with -prod again 2020-07-21 09:05:31 +03:00
e649cf84e3 rand: reorganize: phase 2 2020-06-09 15:06:07 +02:00
328a235f94 websocket: add Client.nonce_size field 2020-06-01 20:31:58 +03:00
145b125155 websocket: make compile 2020-05-26 12:50:37 +02:00
9f4d498ff1 all: updateimport () and []array 2020-04-26 13:49:31 +02:00
f3e3d7e0c5 websocket: update to work with latest V 2020-04-24 07:32:51 +02:00
b28ab2511c websocket: move library files to root of module 2020-04-08 19:44:30 +02:00