Alexander Medvednikov
|
fb192d949b
|
all: replace []byte with []u8
|
2022-04-15 15:35:35 +03:00 |
Alexander Medvednikov
|
36ec47cd20
|
all: replace "NB:" with "Note:" (docs/comments)
|
2022-03-06 20:01:22 +03:00 |
Delyan Angelov
|
143c3d4bb4
|
io: deprecate io.make_reader (not needed anymore)
|
2021-05-13 10:26:26 +03:00 |
spaceface
|
b712af56fd
|
all: bring back `panic(err.msg)` -> `panic(err)` (#9022)
|
2021-03-01 00:18:14 +01:00 |
spaceface
|
d63b7bc35a
|
all: update repo to use the new error handling syntax (#8950)
|
2021-02-28 23:20:21 +03:00 |
zakuro
|
d0a64f2da7
|
net/openssl/websocket: implement io.Writer (#8980)
|
2021-02-27 10:29:18 +02:00 |
yuyi
|
91af2418de
|
ftp: minor optimization in dir() (#8518)
|
2021-02-02 18:51:55 +01:00 |
yuyi
|
5ec6f7a781
|
ftp: fix error in dir() (#8504)
|
2021-02-02 08:22:52 +01:00 |
Delyan Angelov
|
e5a84719ca
|
all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}`
|
2021-01-26 16:43:17 +02:00 |
Delyan Angelov
|
d92f5c55ba
|
net: use mut and refs as receivers consistently (#8205)
|
2021-01-20 11:11:01 +01:00 |
yuyi
|
ad79d55a5c
|
ftp: fix an error (#7930)
|
2021-01-07 20:21:47 +01:00 |
yuyi
|
f751271e4e
|
ftp: fix error of ftp.connect() (fix parts of #7914) (#7915)
|
2021-01-06 19:53:25 +02:00 |
Emily Hudson
|
cd2a2cef25
|
vlib/net: add buffered IO, x.net -> net (#6754)
|
2020-11-15 22:54:47 +02:00 |
Delyan Angelov
|
dab66593fc
|
vlib: run vfmt over vlib files, so that `v doc -m vlib/` can run without warnings
|
2020-10-21 12:54:10 +03:00 |
Maciej Obarski
|
7bd2804ce9
|
all: automatic error propagation in place of "or { return(err) }"
|
2020-08-29 01:58:03 +02:00 |
Delyan Angelov
|
36eae1c175
|
builtin: x.vstring() instead of string(x) (#6102)
|
2020-08-10 18:05:26 +02:00 |
Delyan Angelov
|
276c1de190
|
unsafe: tag with unsafe{} some more pointer manipulations
|
2020-07-22 21:42:51 +03:00 |
Delyan Angelov
|
78e1127d99
|
cgen: treat the main module like any other v module
|
2020-07-01 00:53:53 +02:00 |
Ned Palacios
|
5ff7d07138
|
vdoc: fix sorting + other minor improvements
|
2020-06-19 10:36:45 +02:00 |
Enzo Baldisserri
|
11b7b97311
|
parser: fail when assigning to _ with :=
|
2020-06-08 00:47:04 +02:00 |
yuyi
|
4608898bcd
|
checker: fix multiple assign immutable error
|
2020-05-23 17:30:28 +02:00 |
Enzo Baldisserri
|
f44a40eee0
|
checker: check incorrect names
|
2020-05-16 16:12:23 +02:00 |
Alexander Medvednikov
|
32a7bd3a48
|
parser/checker: do not allow using private types from other modules
|
2020-05-04 21:56:41 +02:00 |
Tim Basel
|
3e4cd12fd0
|
.gitignore: ignore all binary files by default
|
2020-04-29 16:49:13 +02:00 |
yuyi
|
9f4d498ff1
|
all: update`import ()` and `[]array`
|
2020-04-26 13:49:31 +02:00 |
Delyan Angelov
|
adb8fb1dc6
|
comptime: fix custom -d flags and `$if x? {}`. Fixes ftp_test.v .
|
2020-04-23 17:52:44 +03:00 |
Delyan Angelov
|
fdac3a1f2e
|
ftp.v: fix compilation
|
2020-04-10 23:23:42 +03:00 |
spaceface777
|
ef8c1203b4
|
cleanup: replace C for loops with range
|
2020-02-24 17:55:16 +01:00 |
Delyan Angelov
|
0ad5d53423
|
net.http: more robust handling of relative /path URL redirects
|
2020-02-12 14:52:39 +01:00 |
sha0coder
|
990e44cd14
|
ftp: protocol compatibility
|
2020-01-19 13:53:13 +01:00 |
Delyan Angelov
|
cc606623bb
|
enable `$if !network {` checks in net tests
|
2020-01-16 19:44:16 +01:00 |
Chris Watson
|
84a6c019e8
|
http: refactor and reduce duplication
|
2020-01-16 18:16:11 +01:00 |
Delyan Angelov
|
68e1d8e8eb
|
net.ftp: make ftp's tests just compile (not run) on CI
|
2019-12-28 13:55:53 +01:00 |
Alexey
|
e02d6a3b04
|
ftp: flatten tests
|
2019-12-28 09:41:54 +01:00 |
Alexander Medvednikov
|
ec6a8cc9fd
|
move ftp to net/ftp
|
2019-12-28 09:16:27 +01:00 |