GGRei
|
2c6a8c536c
|
net.http: add a temporary fix for the intermittent segfault with http.get_ text/1 and -prod -cc gcc 13.2.0 (fix #20506) (#20660)
|
2024-01-26 11:33:09 +02:00 |
|
Delyan Angelov
|
856984aa14
|
cleanup: turn .microseconds() ... us to .microseconds() ... µs (#20588)
|
2024-01-20 07:16:24 +02:00 |
|
Anton
|
763f94388b
|
all: update copyright year (#20334)
|
2024-01-01 23:29:54 +02:00 |
|
koplenov
|
76e1ac3db3
|
net.http: support -d no_vschannel on windows, to fix long waits, while connecting on some systems (#20265)
|
2023-12-28 11:49:25 +02:00 |
|
el-gringo
|
5be5cd9be1
|
websocket: enable using an already existing connection (from vweb or another http server) (#20103)
|
2023-12-19 14:16:07 +02:00 |
|
Delyan Angelov
|
de3b2b00a3
|
os, net.http.file: add a folder listing to the http static file server, started by file.serve/1 (#20192)
|
2023-12-16 08:06:30 +02:00 |
|
Delyan Angelov
|
687b33a137
|
net.http.file: fix oneline usage examples in the comments of file.serve/1
|
2023-12-15 20:34:12 +02:00 |
|
Swastik Baranwal
|
6e47782bdd
|
net.http: remove unused read_set_cookies function (#20187)
|
2023-12-15 16:53:40 +02:00 |
|
Felipe Pena
|
42a8c7e16b
|
net.http: fix http.delete() checking (#20131)
|
2023-12-10 14:32:30 +02:00 |
|
Alexander Medvednikov
|
f09826e928
|
all: unwrap const() blocks
|
2023-11-25 10:02:51 +03:00 |
|
Turiiya
|
09ed7d74aa
|
vlib, tools: make minor improvements, cleanup (#19950)
|
2023-11-21 17:45:45 +02:00 |
|
Joe C
|
1e3d38255f
|
parser: deprecate old attribute syntax & update remaining (missed) attributes (#19879)
|
2023-11-15 13:07:59 +02:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Alexander Medvednikov
|
e7cad4f55d
|
net,vweb: reduce allocations by ~80%
|
2023-11-11 01:10:34 +03:00 |
|
Roman
|
e4f55fb299
|
net.http: add socks5|http(s) proxy support [Linux] (#19676)
|
2023-11-09 23:56:16 +02:00 |
|
JalonSolov
|
29d60280c4
|
net.http: increase max_redirects to 16 (#19743)
|
2023-11-03 06:57:16 +02:00 |
|
yuyi
|
7681a0b46d
|
checker: check error of implementing other module private interface (fix #19620) (#19688)
|
2023-10-29 14:20:16 +02:00 |
|
shove
|
b3b68e418d
|
net.http: add a retry mechanism to http.fetch(), when the socket inevitably errors (#19660)
|
2023-10-27 12:27:54 +03:00 |
|
Larpon
|
95509cf8fb
|
all: make all struct C.XYZ -> pub struct C.XYZ (#19651)
|
2023-10-25 15:01:50 +03:00 |
|
Roman
|
99e0832f17
|
net.http: support passing an HTTP proxy server in http.fetch (#19606)
|
2023-10-25 11:41:52 +03:00 |
|
Turiiya
|
9051ac8921
|
all: fix typos (#19634)
|
2023-10-23 21:21:15 +03:00 |
|
shove
|
166604f775
|
net, net.http: fixed some ssl library call return values judgment and handling (#19614)
|
2023-10-23 09:53:19 +03:00 |
|
shove
|
07390ef4c4
|
net, net.http: fix C.FD_ISSET declaration (#19594)
|
2023-10-19 11:29:13 +03:00 |
|
Delyan Angelov
|
0a89f3082d
|
net.http: support passing on_running, on_stopped, on_closed callback functions to http.Server{}, as well as show_startup_message: false. (#19591)
|
2023-10-18 09:00:42 +03:00 |
|
Alexander Medvednikov
|
c947c140ee
|
builtin: windows definitions
|
2023-10-15 07:43:57 +03:00 |
|
Delyan Angelov
|
d93488b141
|
vlib: add net.http.file, allowing for v -e "import net.http.file; file.serve()" (#19348)
|
2023-09-15 00:45:02 +03:00 |
|
shuankio
|
a0490f2b67
|
net.http: fix post error with https on windows (#19334)
|
2023-09-12 15:43:13 +03:00 |
|
yuyi
|
55ca8d8d8e
|
fmt: align the custom values of the enum fields (#19331)
|
2023-09-12 14:44:38 +03:00 |
|
Delyan Angelov
|
c7ebc477b0
|
net.http: default explicitly to Method.get for http.Request and http.FetchConfig too
|
2023-09-06 12:03:19 +03:00 |
|
Delyan Angelov
|
330dda59c8
|
net.http: fix http.fetch(), without explicit method (default again to .get, not to .acl)
|
2023-09-06 11:59:47 +03:00 |
|
Turiiya
|
f755118e7c
|
vlib: update doc comments (#19231)
|
2023-08-30 08:50:00 +03:00 |
|
pancake
|
45e6e7d763
|
http: add support for stream connections, and custom .on_redirect, .on_progress, .on_finish callbacks to http.fetch() (#19184)
|
2023-08-23 20:42:05 +03:00 |
|
shove
|
11a8a46ade
|
tests: cleanup test cases (#19104)
|
2023-08-13 13:36:08 +03:00 |
|
Delyan Angelov
|
41f99c1abf
|
tools: add cmd/tools/show_ancient_deprecations.v, to cleanup ancient functionality, deprecated over an year ago (#18946)
|
2023-07-22 19:13:58 +03:00 |
|
l-m
|
36d45c6d14
|
net.http.chunked: return !string on decode (#18928)
|
2023-07-21 16:37:55 +03:00 |
|
Delyan Angelov
|
ef049839ab
|
ci: fix failing tests-sanitize-memory-clang (regression after 9047f7c )
|
2023-07-18 02:35:01 +03:00 |
|
alexferl
|
c2dc1ca706
|
net.http: make listener public, and add addr in Server struct (#18871)
|
2023-07-16 15:42:30 +03:00 |
|
Delyan Angelov
|
9047f7c9a8
|
vweb: fix parsing of form fields, send with multipart/form-data (by JS fetch)
|
2023-07-14 16:20:02 +03:00 |
|
Alexander Medvednikov
|
f1bc5e6d46
|
http: Request.host
|
2023-07-14 14:26:11 +03:00 |
|
Joe Koop
|
8b25c4c9a3
|
net.http: copy IANA's list of methods to the http.Method enum (#18508)
|
2023-06-22 09:31:34 +03:00 |
|
yuyi
|
126fbe8e33
|
scanner: fix indent error for line comment generated by vdoc (#18422)
|
2023-06-13 08:50:02 +03:00 |
|
Felipe Pena
|
54eabcb242
|
cgen: make the default values for all enums, be their first listed entry, even if it was enum MyEnum { first = 999 second} , not just the defaul 0 (#18388)
|
2023-06-11 21:57:36 +03:00 |
|
xiusin
|
43bc85d3bb
|
http: add workers to improve the server's concurrent capacity. (#18271)
|
2023-05-27 01:57:32 +03:00 |
|
xiusin
|
e4c769d072
|
net.http: add remote-addr header (#18208)
|
2023-05-21 15:23:24 +02:00 |
|
Turiiya
|
67e3061ea1
|
net: fix typos (#18164)
|
2023-05-12 09:31:27 +03:00 |
|
SolarWolf-Code
|
7981d2854a
|
net: fix typo give => given (#17955)
|
2023-04-14 11:15:16 +03:00 |
|
Alexander Medvednikov
|
6756d28595
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
|
Delyan Angelov
|
bfb0932588
|
net.http.mime: execute v run vlib/net/http/mime/build.vsh to update db.v with the latest official mime types
|
2023-03-24 08:29:32 +02:00 |
|
Brandon
|
aee76c5819
|
net: update new_request (#17618)
|
2023-03-17 22:17:22 +01:00 |
|
yuyi
|
90591eb813
|
checker: check nested struct field with required attr (fix #10913) (#17277)
|
2023-02-11 11:22:31 +02:00 |
|