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

15 Commits

Author SHA1 Message Date
ac4791045f time: consolidate the different sleep functions into time.wait(Duration) (#8853) 2021-02-21 17:05:03 +02:00
39e5f6e9df x.websocket: websocket server fix and bring back server autobahn (#8291) 2021-01-23 16:56:38 +01:00
d92f5c55ba net: use mut and refs as receivers consistently (#8205) 2021-01-20 11:11:01 +01:00
33694665f0 fmt: align each contiguous field of struct. not the whole. (#7981) 2021-01-12 04:38:43 +01:00
cbe7740d97 fmt: do not generate import statements for auto imports (#7966) 2021-01-08 17:42:40 +01:00
f9a873736e x.websocket: server broadcast plus examples (#7922) 2021-01-06 15:43:54 +01:00
dd516858d4 fmt: align struct field comments (#7632) 2021-01-03 21:10:25 +01:00
b65353794c ci: run vfmt over websocket_client.v and websocket_server.v 2020-12-28 07:14:06 +02:00
bd67b647f2 websocket: vfmt 2020-12-28 01:06:57 +01:00
d12f5f7ba0 x.websocket: vdoc (#7091) 2020-12-04 01:52:26 +01:00
7c394b9d58 x.websocket: docs and cleanup (#7078) 2020-12-02 04:02:53 +01:00
cd2a2cef25 vlib/net: add buffered IO, x.net -> net (#6754) 2020-11-15 22:54:47 +02:00
aa889b0edc ci: fix vlib/x/websocket tests 2020-09-27 11:10:56 +03:00
3a146a6dbe checker: fix error pos on default value (#6338) 2020-09-09 15:34:41 +02:00
fb148e0b61 x.websockets: new websockets module on top of x.net (#6189) 2020-08-22 00:50:38 +02:00