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

18 Commits

Author SHA1 Message Date
f809d4052f net.http: change header behavior to keep custom header case (#9602) 2021-04-08 02:12:46 +02:00
4822274d29 x.websocket: use &byte instead of byteptr 2021-04-05 19:53:48 +03:00
9b9ef5fe1b x.websocket: add header to client (#9517) 2021-03-30 11:39:07 +02:00
d81b6e7805 encoding.base64: change base64 function signatures to use []byte (#8970) 2021-02-26 08:22:12 +02:00
f54c1a5cc2 all: add strings.Builder.write_string and use write_string instead of write (#8892) 2021-02-22 13:18:11 +02:00
4a0367a63c vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766) 2021-02-15 17:15:52 +02:00
ea803113c3 checker: check unsafe V function calls (#8752) 2021-02-14 19:31:42 +01:00
8b61891348 fmt: smarter if condition wrapping (#8201) 2021-01-23 10:33:22 +02:00
53941c4a0a fmt: fix if cond break readability (#8132) 2021-01-16 02:12:17 +01:00
cc17f145c5 websocket: make compile with autofree (#8023) 2021-01-11 09:03:10 +01:00
b7a5dbf7b4 test-cleancode: add the rest of vlib/x/websocket/ 2020-12-28 07:25:46 +02: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
98e8894d90 x.websocket: more informative errors 2020-11-06 16:10:22 +02:00
aad122334b vlib: fix warnings due to the vfmt change 2020-10-17 16:26:56 +03:00
fcc61a981d all: TypeSymbol.source_name (#6187) 2020-08-22 12:29:15 +02:00
fb148e0b61 x.websockets: new websockets module on top of x.net (#6189) 2020-08-22 00:50:38 +02:00