Commit graph

610 commits

Author SHA1 Message Date
世界
c98e8b6921
Update dependencies 2024-03-05 12:51:24 +08:00
世界
a4a9ec42c6
Fix crash in HTTP server 2024-03-02 14:25:20 +08:00
世界
6e3921083b
Fix SO_BINDTOIFINDEX usage 2024-02-29 12:56:57 +08:00
世界
8e89f9b4dc
Update workflow 2024-02-29 12:54:19 +08:00
世界
5f02cb1cff
Fix HTTP server authenticate 2024-02-22 20:46:01 +08:00
世界
ef00a1ec1e
Fix badjson merge 2024-02-22 17:27:13 +08:00
世界
5ee4f84faf
Fix IPv6 handshake for HTTP proxy 2024-02-21 13:40:24 +08:00
世界
30f7629317
Update dependencies 2024-02-21 13:40:21 +08:00
世界
9e1749e108
Fix task 2024-02-10 11:41:03 +08:00
世界
b1355d7a4b
Improve rw.Discard 2024-02-10 11:41:02 +08:00
世界
45f572495e
Fix actions/setup-go usage 2024-01-24 11:53:34 +08:00
世界
3ac055b755
Fix missing Upstream() for timeout debug conns 2023-12-26 17:28:48 +08:00
世界
a6e8fa3019
Remove legacy writev funcs 2023-12-25 00:05:51 +08:00
世界
57b8a4c64a
Add test for copy waiter 2023-12-25 00:05:51 +08:00
wwqgtxx
b7a631f798
Support syscallReadWaiter on windows 2023-12-25 00:05:51 +08:00
世界
fa0cc448dc
Fix missing clear iovecList for unix vectorised packet writer 2023-12-25 00:05:51 +08:00
世界
0d1b3d6d6d
badjson: Refactor TypedMap to handle multiple key types 2023-12-25 00:05:51 +08:00
世界
2196f193ac
Fix filemanager.MkdirAll 2023-12-24 08:03:43 +08:00
世界
c501a58ae7
Add 'preferInterfaceName' parameter to BindToInterface0 2023-12-24 08:03:43 +08:00
世界
c9319a35ee
Remove unnecessary context wrappers 2023-12-24 08:03:42 +08:00
世界
cdb9908442
Improve pause manager 2023-12-24 08:03:42 +08:00
世界
81d1bc2768
Fix vectorised writer test 2023-12-24 08:03:41 +08:00
世界
2e36fa6849
Improve vectorised writer 2023-12-24 08:03:41 +08:00
世界
edd320c3a8
badjson: Add UnmarshalExtended 2023-12-24 08:03:41 +08:00
世界
56b953e091
Add nil checking to MergeJSON function in badjson
The MergeJSON function in the badjson package has been updated to handle cases where the source or destination raw JSON is nil. This introduces error checking that results in returning an error when both are nil and returning the non-nil JSON when only one is nil.
2023-12-24 08:03:41 +08:00
世界
4c4773fe54
badjson: Refactor and restructure Merge functions
The Merge function has been refactored for clearer code by splitting it into multiple functions: "Merge", "MergeFromSource", "MergeFromDestination" and "MergeFrom" in the badjson package. These new functions improve the handling of raw JSON during merge and with this refactoring, the responsibility of each function is more defined.
2023-12-24 08:03:41 +08:00
世界
36acc18bfb
Add Ptr function to common
A new function Ptr has been added to common/cond.go. This function returns address of any type of object that is passed as an argument to it. This enhancement will be useful in many scenarios where pointer to an object is required.
2023-12-24 08:03:40 +08:00
世界
ad670bab68
Improve WriteZeroN using clear in go1.21 2023-12-24 08:03:40 +08:00
世界
2a2dbf1971
Add compat func for clear 2023-12-24 08:03:40 +08:00
世界
afa72012e5
Update renovate configuration 2023-12-24 08:03:40 +08:00
世界
c7ef05a85b
Fix buffer
Will be merged into f0be1a9e
2023-12-24 08:03:39 +08:00
世界
0f7de716ac
Refactor the Authenticator interface to a struct 2023-12-24 08:03:39 +08:00
世界
231d7607bc
Enable read wait copy for windows 2023-12-24 08:03:39 +08:00
世界
8b43ec8058
Add reserve support for buffer 2023-12-24 08:03:39 +08:00
世界
c17babe0ba
Merge ThreadSafeReader into ReadWaiter interface 2023-12-24 08:03:38 +08:00
世界
1f02d6daca
Implementation read waiter for pipe 2023-12-24 08:03:38 +08:00
世界
aa34723225
Implementation read waiter for socks5 UDP and UoT 2023-12-24 08:03:38 +08:00
世界
ae8098ad39
Refactor read waiter interface 2023-12-24 08:03:38 +08:00
世界
05c71c99d1
badjson: Add Omitempty 2023-12-24 08:03:37 +08:00
世界
060edf2d69
badjson: Remove empty JSON object in JSON object 2023-12-24 08:03:37 +08:00
世界
d171f04941
json: use context json in go1.20 2023-12-24 08:03:36 +08:00
世界
51aeb14a87
contextjson120: Add context to decode error message 2023-12-24 08:03:36 +08:00
世界
96f5dea24b
contextjson120: Import form go1.20.11 2023-12-24 08:03:36 +08:00
世界
3336b50119
Migrate json wrapper and badjson to library 2023-12-24 08:03:35 +08:00
世界
36be4ef141
contextjson: Add context to decode error message 2023-12-24 08:03:35 +08:00
世界
843bab522a
contentjson: Import from go1.21.4 2023-12-24 08:03:35 +08:00
H1JK
af92594d6d
Shrink buf pool range 2023-12-24 08:03:35 +08:00
H1JK
f23499eaea
Pool allocate arrays instead of slices
This is inspired by https://go-review.googlesource.com/c/net/+/539915
2023-12-24 08:03:34 +08:00
世界
d7ce998e7e
Remove legacy buffer header 2023-12-24 08:03:34 +08:00
世界
99d07d6e5a
Add concurrency limit for task 2023-12-24 08:03:34 +08:00