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

9 Commits

Author SHA1 Message Date
Alexander Medvednikov
852d302b87 io: BufferedReader.free() 2021-03-15 21:25:19 +01:00
Delyan Angelov
2bfa6dfe2f io: fix not reading the last byte of a stream with .read(mut buf) 2021-03-04 08:59:48 +02:00
Delyan Angelov
4961d3ea17 io: fix detection of end_of_stream, when reading files through io.new_buffered_reader(reader: io.make_reader(f)) 2021-02-16 23:22:17 +02:00
Daniel Däschle
3289dff7ff checker: require explicit return none (#8060) 2021-01-12 11:43:55 +01:00
yuyi
ad79d55a5c ftp: fix an error (#7930) 2021-01-07 20:21:47 +01:00
Emily Hudson
553ecf63e7 vlib/io: fix reader bugs, make read_all take a config struct (#7361) 2020-12-16 18:22:26 +01:00
Delyan Angelov
e3a1756b11 net: add tcp_default_read_timeout and tcp_default_write_timeout and use them consistently 2020-12-15 17:54:51 +02:00
Delyan Angelov
a4d3a0575a vdoc: add http connection read/write timeouts (fix #7343) 2020-12-15 17:12:39 +02:00
Emily Hudson
cd2a2cef25 vlib/net: add buffered IO, x.net -> net (#6754) 2020-11-15 22:54:47 +02:00