Commit graph

531 commits

Author SHA1 Message Date
世界
967afcf6c1
Update dependencies 2024-06-06 22:18:13 +08:00
世界
0c110ad733
Update dependencies 2024-05-27 19:35:12 +08:00
世界
de1b0bd772
Fix Fix socks5 packet conn 2024-05-21 15:09:17 +08:00
wwqgtxx
f67a0988a6
Remove linkname usages of x/sys/windows 2024-05-18 20:51:36 +08:00
世界
e0ee7f49e2
Remove disallowed linkname usages 2024-05-18 13:20:31 +08:00
dyhkwong
284cb5ce98
Fix socks5 packet conn 2024-05-17 21:24:05 +08:00
世界
8fb1634c9a
Fix calculate reader headroom 2024-05-17 13:20:35 +08:00
世界
4ab8cac5eb
Update dependencies 2024-04-23 23:36:51 +08:00
世界
eec2fc325a
Improve interface finder 2024-04-12 09:05:39 +08:00
世界
2fa039945c
Add control.SetKeepAlivePeriod 2024-04-10 20:25:47 +08:00
世界
e5825dcb59
Merge time service to library 2024-04-10 20:25:47 +08:00
wwqgtxx
6b73a57a24
Add winpowrprof package 2024-04-10 20:25:46 +08:00
世界
3e2631ef0b
badjson: Improve omitempty 2024-04-10 20:25:46 +08:00
世界
4d96f15eca
Improve domain suffix match behavior 2024-04-10 20:25:46 +08:00
dyhkwong
f9c59e9940
Improve bufio.NATPacketConn 2024-04-10 20:24:58 +08:00
dyhkwong
8b68fc4d7a
Fix canceler.PacketConn 2024-04-10 20:17:34 +08:00
世界
5bfc326913
Fix syscall packet read waiter 2024-03-25 01:47:03 +08:00
世界
04152ea672
Fix canceler 2024-03-24 00:12:02 +08:00
wwqgtxx
a069af4787
Fix TypedValue 2024-03-13 16:07:00 +08:00
世界
807a51bb81
Fix crash in HTTP server again 2024-03-10 16:52:22 +08:00
DuFoxit
ec2595f010
Fix SwitchyOmega authentication failed 2024-03-05 13:04:20 +08:00
世界
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