Daniel Däschle
|
d679146a80
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
Alexander Medvednikov
|
258d1f77dc
|
net: fix byte buffers
|
2022-04-15 15:57:45 +03:00 |
Delyan Angelov
|
10474f35f6
|
net.http: clarify error message in Request.ssl_do
|
2022-03-08 18:17:34 +02:00 |
Alexander Medvednikov
|
59ed4be49a
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
Alexander Medvednikov
|
d1e9aa49ea
|
net.http: in memory cert verification
|
2021-09-09 19:55:57 +03:00 |
Delyan Angelov
|
56993b9e2d
|
net.http: support passing client certificates in http.fetch (#11356)
|
2021-09-01 01:43:35 +03:00 |
Enzo
|
906b207e58
|
checker: deprecate using V strings in C function calls (#10140)
|
2021-05-20 09:17:44 +03:00 |
Uwe Krüger
|
3c0a368af3
|
all: automatically move (some) referenced objects to heap (#9873)
|
2021-04-25 21:40:38 +03:00 |
Delyan Angelov
|
3e297bced4
|
ci: remove some tests from skip_with_werror in `v test-self`
|
2021-04-14 12:47:24 +03:00 |
Delyan Angelov
|
683eaad66f
|
net.http: support `-d trace_http_request` and `-d trace_http_response`
|
2021-03-30 18:11:00 +03:00 |
zakuro
|
e3c0f305b2
|
os: deprecate `os.File.write_bytes` and add `os.File.write_ptr` (#9370)
|
2021-03-20 09:02:28 +02:00 |
Nick Treleaven
|
c03798e390
|
checker: disallow implicit conversion from fixed array to fooptr (#8823)
|
2021-02-26 00:28:47 +01:00 |
Delyan Angelov
|
b01a302a4e
|
net.http: fix compilation of trivial examples with `v -cflags -Werror`
|
2021-02-22 17:11:02 +02:00 |
Nick Treleaven
|
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 |
Lukas Neubert
|
ac2c3847af
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
Delyan Angelov
|
31ef921ef2
|
ci: fix warnings/errors due to the vfmt change
|
2020-10-15 16:17:52 +03:00 |
Sandro Martini
|
dab639662f
|
http: fix new warnings (#6153)
|
2020-08-17 20:17:17 +02:00 |
Alexander Medvednikov
|
fec9920b1a
|
http: replace method string with an enum
|
2020-07-27 21:20:23 +02:00 |
Alexander Medvednikov
|
cf4235ab65
|
http: fix cookies
|
2020-07-26 15:54:21 +02:00 |
Delyan Angelov
|
d28a1042a0
|
net.http, net.websocket: allow importing both in the same app
|
2020-07-12 15:21:40 +03:00 |
Delyan Angelov
|
e3a162db77
|
http: remove redundant consts in backend_nix.c.v
|
2020-05-20 21:40:29 +03:00 |
Delyan Angelov
|
6eee69f7bc
|
http: cleanup ssl_do, enhance the detection of chunked encoding
|
2020-05-20 14:32:59 +03:00 |
Delyan Angelov
|
ac396ea02f
|
http: cleanup backend_nix.c.v, fixes vpm too
|
2020-05-20 12:04:28 +03:00 |
Delyan Angelov
|
1c2376741b
|
http: fix redirects handling
|
2020-05-20 09:58:57 +03:00 |
Alexander Medvednikov
|
0a6d709ce2
|
http: fix recent changes; picoev: make compile
|
2020-05-20 05:37:03 +02:00 |
Uwe Krüger
|
2635be511f
|
all: re-apply C++ support
|
2020-05-18 21:38:06 +02:00 |
Alexander Medvednikov
|
07a78b2843
|
Revert "all: C++ compiler support"
This reverts commit 9a237c3e82 .
|
2020-05-18 17:05:48 +02:00 |
Uwe Krüger
|
9a237c3e82
|
all: C++ compiler support
|
2020-05-18 15:51:36 +02:00 |
Alexander Medvednikov
|
4f307c1a78
|
checker: requre & in struct init; http: chunked encoding
|
2020-05-18 05:11:00 +02:00 |
lutherwenxu
|
dc4db87be3
|
vlib: use new filename format
|
2020-04-11 19:51:32 +02:00 |