Liu Song’s Projects


~/Projects/sing

git clone https://code.lsong.org/sing

History

ref
dev
Hash Date Commit message Author
afcc9cb7 2023-10-28 20:59:48 Add unidirectional NATPacketConn 世界
8002db54 2023-10-21 12:00:00 Add http.parseBasicAuth func stub 世界
27518fdf 2023-10-21 12:00:00 Improve linux bind interface 世界
570295cd 2023-10-21 12:00:00 Fix invalid address check in UoT conn 世界
49f5dfd7 2023-10-11 12:04:11 Fix "Fix task cancel context" 世界
96a05f9a 2023-10-10 15:06:28 Fix task cancel context 世界
d16ad133 2023-10-06 17:01:01 Update dependencies 世界
e0ec961f 2023-10-01 14:36:31 Fix HTTP server leak 世界
e727641a 2023-09-30 21:37:12 Fix concurrent access on task returnError 世界
63b82af6 2023-09-27 14:53:46 Panic on bad error usage 世界
e781e86e 2023-09-25 20:43:42 Reject socks4 unauthenticated request 世界
5b05b5c1 2023-09-25 17:28:53 Fix socks5 handshake 世界
494f88c9 2023-09-22 00:04:40 using io.ReadFull in uot's ReadFrom wwqgtxx
57f342a8 2023-09-20 22:12:20 Update dependencies 世界
3c4a2b06 2023-09-20 02:05:54 BindToInterfaceFunc: allow block()/AutoDetectInterfaceFunc() to return error stT-e5gna2z5MBS
bc044ee3 2023-09-20 14:03:51 [dependencies] Update actions/checkout action to v4 renovate[bot]
b1cca65a 2023-09-20 13:49:54 Add memory package 世界
1453c7c8 2023-09-12 13:08:51 Fix quic error wrapper 世界
b0849c43 2023-09-08 11:22:32 Add HandshakeSuccess interface 世界
03c21c0a 2023-09-07 09:06:46 Fix WriteAddrPort usage 世界
0eec7bbe 2023-09-03 19:41:21 Add must register func for service 世界
30bf19f2 2023-08-30 21:26:30 Check nil buffer in CopyPacketWithSrcBuffer 世界
8d731e68 2023-08-24 19:58:37 Add LRUCache.Clear 世界
620f3a3b 2023-08-20 13:05:20 Fix serializer 世界
4db0062c 2023-08-07 16:02:48 Add pause manager 世界
a755de3b 2023-08-02 19:39:18 Improve serializer 世界
c6a69b49 2023-08-02 18:59:22 Fix "Fix http proxy server" 世界
83ce0be4 2023-08-01 15:46:12 Remove debug log 世界
26d3f3d9 2023-07-31 09:01:40 Update dependencies 世界
221477cf 2023-07-31 08:57:58 Fix http proxy server 世界
32f9f628 2023-07-23 12:43:02 Fix handshake conn interface 世界
88070709 2023-07-15 14:41:05 abx: Accept independent attr 世界
37622ea1 2023-07-10 12:18:18 Update .gitignore 世界
f494f694 2023-07-07 13:56:57 Fix multi error 世界
f8874e3e 2023-07-07 13:39:24 Fix direct copy 世界
c68251b6 2023-07-03 08:21:04 Deprecate stack buffer 世界
d852e9c0 2023-06-22 14:55:16 Fix build on go1.21 世界
dc27334e 2023-06-19 13:18:48 Unwrap 4in6 address in socks packet conn 世界
e2392d8d 2023-06-16 16:35:05 Fix isConnect logic mistake shij
a3b120b2 2023-06-13 22:25:54 Add index functions 世界
00f31533 2023-06-13 22:06:01 Add FindIndexed 世界
28124617 2023-06-11 15:06:40 Fix packet count 世界
221f066d 2023-05-30 19:42:01 Fix deadline reader 世界
49166ac4 2023-05-19 10:54:17 Add Cast[Reader/Writer] interface 世界
be601389 2023-05-17 20:44:04 Fix rerturn EOF in syscallPacketReadWaiter 世界
9be7806b 2023-05-12 11:30:19 Improve read waiter interface 世界
ab3e4694 2023-05-12 11:05:29 Fix udp deadline wwqgtxx
e29eff15 2023-05-12 12:05:13 Fix socks udp behavior armv9
1fa58a86 2023-05-09 14:02:56 Update gci usage 世界
f60c80c5 2023-05-09 12:51:55 Add AbstractConn interface 世界
8365dd48 2023-05-01 12:41:32 Fix write cached packets 世界
76622787 2023-04-29 12:44:30 Implement ByteReader for ChunkReader 世界
ed2d05ab 2023-04-27 23:17:30 Fix copyPacketWaitWithPool 世界
a23ffbae 2023-04-26 05:12:21 Fix cached packet order 世界
0c037cb0 2023-04-25 22:59:13 Fix splice losing data wwqgtxx
bf0aaacc 2023-04-24 18:45:38 Add direct copy 世界
44534566 2023-04-23 16:55:34 Add nop logger 世界
99737e61 2023-04-23 16:37:56 Add baderror wrappers 世界
81e2f7d6 2023-04-23 10:02:15 Add service.ContextWithDefaultRegistry 世界
a39dcdba 2023-04-21 16:43:06 Add filemanager api 世界
2fc9c602 2023-04-21 10:47:17 Improve UVariantLen Hellojack
72471d9b 2023-04-20 12:42:36 Fix atomic types 世界
5fae6fa4 2023-04-19 23:08:37 Revert LRU cache changes 世界
3b5e6c18 2023-04-18 17:56:40 Fix deadline return error 世界
f33bd0f1 2023-04-18 17:05:05 Fix task cancel 世界
d9426b04 2023-04-18 16:01:40 Add UnwrapWriter to NewVectorisedWriter 世界
f196b430 2023-04-18 09:19:09 Fix udpnat timeout 世界
0b4d134f 2023-04-17 18:35:20 Remove simple read deadline implementation in udpnat 世界
f4e8bc86 2023-04-17 17:43:21 Add deadline interface 世界
28dfeaa7 2023-04-17 17:48:29 Deprecate bufio.ReadBuffer/ReadPacket 世界
42105663 2023-04-17 17:16:40 Make deadline time atomic 世界
81668448 2023-04-17 17:06:14 Split fallback deadline reader 世界
0478ecc1 2023-04-17 16:13:41 New pipe reader 世界
18a37399 2023-04-17 16:20:20 Fix HandshakeConn write back 世界
ad6dd0aa 2023-04-17 12:26:06 Fix cause error with nil 世界
59e662e6 2023-04-13 19:23:20 Fix panic when alloc empty buffer 世界
520dd58f 2023-04-13 18:50:21 Fix pipeReadFrom wwqgtxx
3abad151 2023-04-13 18:04:17 Fix deadline pipeReadBuffer 世界
f8049ca8 2023-04-13 07:40:08 Fix deadline 世界
d88db597 2023-04-12 15:06:23 Add path option for http connect client 世界
28b06822 2023-04-11 10:34:44 deadline: Don`t disable pipe if upstream failed with os.ErrInvalid dyhkwong
20b41483 2023-04-10 14:48:43 Add service registry and ntp service 世界
b7cd7418 2023-04-10 12:20:23 Use multi context in task/conn copy 世界
a82d82e5 2023-04-09 22:50:25 Fix fallback packet conn 世界
7f8eaee1 2023-04-09 15:51:23 Fix deadline not initialized 世界
b0d2e900 2023-04-09 15:03:27 Update dependencies 世界
3bedba1e 2023-04-08 14:48:33 Improve bind packet conn 世界
df54c89b 2023-04-08 13:24:15 Add deadline reader/conn 世界
cee74ef1 2023-04-08 12:17:59 Fix E.IsTimeout check 世界
121c0b14 2023-04-05 19:34:52 Add headers option to http connect client Adlyq
6d63c1a7 2023-04-02 11:48:27 Add nat packet conn 世界
5326612d 2023-04-02 11:48:23 Improve buffered reader 世界
8d4b1ac3 2023-04-02 11:24:41 Add addr to ListenSerial result 世界
8afcf458 2023-03-24 07:09:09 Remove unused 世界
f8038854 2023-03-23 14:11:04 Improve canceler 世界
1c4c60c7 2023-03-23 13:59:25 Fix E.IsTimeout 世界
3e60222a 2023-03-22 01:26:31 Add more network names 世界
4bbf5f2c 2023-03-18 17:46:14 Fix linkedhashmap 世界
18cd006d 2023-03-18 16:30:47 Fix write nil in buffered vectorised writer 世界
2adcd8e2 2023-03-18 14:37:58 dependencies: Update actions/setup-go action to v4 renovate[bot]
46fc7068 2023-03-18 14:24:31 Fix unix build 世界
85a9429e 2023-03-17 12:12:40 Update UoT protocol 世界
ed73785e 2023-03-16 00:31:30 Add low memory interface 世界
2731df16 2023-03-15 14:21:18 Update UoT server conn 世界
2f422b53 2023-03-15 13:55:59 Add lazy UoT conn 世界
2cee5a24 2023-03-15 12:55:24 Update UoT protocol 世界
448948d2 2023-03-13 11:27:57 Print command to shell error 世界
b8ca9f54 2023-03-13 11:27:32 Improve Must conditions 世界
bef6988d 2023-03-13 11:27:01 Update dependencies 世界
3ccf42b7 2023-03-09 16:25:35 Add common.Shell.ReadOutput 世界
0560a4da 2023-03-07 13:45:59 Fix cached conn 世界
e1684572 2023-03-05 13:35:34 Improve vectorised writer 世界
c875a4ff 2023-03-03 13:20:48 Fix http client 世界
6c2116b2 2023-03-03 13:02:38 Add append conn 世界
9fab0a9f 2023-03-01 23:32:48 Fix tls listener 世界
bb617490 2023-02-28 11:48:29 Add net conn method to tls conn interface 世界
b60f6390 2023-02-28 11:10:45 Add tls listener wrapper 世界
8540030b 2023-02-28 10:59:18 Add tls interface 世界
83d9121b 2023-02-26 23:00:41 Add early conn interface 世界
e8394836 2023-02-26 21:33:38 Rename mutli error unwrap method 世界
7def9588 2023-02-26 15:57:03 Fix uot client's WriteTo mistake wwqgtxx
3401d210 2023-02-21 13:30:51 Add NTP client 世界
989b5966 2023-02-09 21:55:17 Update workflow 世界
76391bb7 2023-02-09 19:32:28 Match 0.0.0.0/8 as private address Dmitry R
5f1ef344 2023-02-09 21:20:10 Fix socks connect response 世界
e6cec204 2023-02-09 21:14:09 Fix lint 世界
c28588d1 2023-02-09 21:09:17 [dependencies] Update module golang.org/x/sys to v0.5.0 renovate[bot]
3e93dc95 2023-02-09 21:08:57 [dependencies] Update github-actions renovate[bot]
7faee4bf 2023-02-09 21:06:29 Add renovate config 世界
27d2950c 2023-02-07 14:17:19 Improve buffered writer 世界
3f1a1243 2023-02-07 11:47:46 Fix lint 世界
af834264 2023-02-07 11:45:27 Remove seed initialize on go1.20 世界
439ecb1a 2023-01-22 16:37:56 Improve buffer write string Hellojack
bc788b02 2023-01-14 19:58:04 Fix convert netaddr 世界
620a4e75 2023-01-13 11:50:14 Fix unwrapIPv6Address 世界
6adf1a53 2023-01-08 16:19:41 Fix parse socksaddr 世界
2e9748c3 2023-01-10 16:22:46 Fix abx reader 世界
bb029860 2023-01-08 16:20:36 Update dependencies 世界
d8c779c0 2022-12-26 12:12:00 wininet: skip set bypass list 世界
fd5c69d7 2022-12-19 12:43:33 Merge abx decoder 世界
e38f1ed7 2022-12-19 12:17:43 Add io cache for uot conn 世界
f9766a59 2022-12-19 12:17:00 Remove unused 世界
0a3f2b26 2022-12-19 12:16:52 Update dependencies 世界
e4b76345 2022-12-18 15:41:14 Fix http proxy auth isnowly
bdf4eb15 2022-12-01 12:41:02 Add copy file func 世界
ec55ee90 2022-11-26 10:58:40 Remove unused 世界
60a9910e 2022-10-08 20:06:26 Fix lazy mtu 世界
ec72b91c 2022-10-07 20:12:20 Add lazy headroom 世界
c4e9bf11 2022-10-06 16:18:21 Add buffer.LenMulti 世界
8dcfcc69 2022-10-06 15:47:06 Add SerialVectorisedWriter 世界
34837622 2022-09-30 21:59:34 Fix calculate mtu 世界
cb9b17d6 2022-09-30 21:02:14 Fix calculate headroom 世界
9a83e35b 2022-09-29 08:02:16 Add windnsapi 世界
7209937c 2022-09-26 13:49:00 Fix bind control 世界
b12b8b7f 2022-09-25 17:59:18 Remove 4in6 cast 世界
86d7d510 2022-09-21 18:16:04 Add force_stdio build flag 世界
b2828dac 2022-09-21 16:57:35 Fix buffer overflow wwqgtxx
4e705233 2022-09-21 16:56:42 Fix reader wrapper 世界
834794b0 2022-09-16 15:11:48 Skip bind for local addr 世界
a8e70a54 2022-09-15 16:33:42 Fix parse socksaddr 世界
38f39bc0 2022-09-15 11:13:30 Fix uot server overflow 世界
93cc53b6 2022-09-13 22:14:36 Refactor bind control 世界
a606585c 2022-09-13 19:50:00 Check socksaddr domain is valid 世界
27ddefbb 2022-09-13 08:49:15 Fix concurrent write on UoT conn 世界
3039fce1 2022-09-12 22:28:08 Fix chunk writer 世界
62c4ebdb 2022-09-10 22:47:24 Fix socks4 request (#7) Hellojack
f3d34625 2022-09-06 00:44:41 Add dontfrag control 世界
6f8d090c 2022-09-05 12:18:54 Fix include protect control 世界
02b9ca1c 2022-09-03 16:42:52 Fix write trojan udp 世界
54c64e22 2022-09-03 16:42:37 Update buffer write interface (break change) 世界
b6422174 2022-09-03 09:55:50 Add ParallelDialer api 世界
1cb3c60b 2022-09-03 09:24:13 Fix write zero 世界
e09c9f3f 2022-08-29 19:56:48 Fix socksaddr type condition 世界
d4ba8fdf 2022-08-26 20:47:40 Improve bind 世界
185d8791 2022-08-25 17:36:30 Fix http proxy 世界
7bfd8207 2022-08-24 14:29:50 Fix copy conn final 世界
c3331922 2022-08-23 15:59:35 Add addr conn 世界
8d23d189 2022-08-23 15:51:16 Parse X-Forwarded-For in http request 世界
8b9965b7 2022-08-22 15:53:57 Fix copy conn 世界
57fe2e62 2022-08-22 11:03:22 Add limit to writer MTU 世界
cee85dcd 2022-08-21 22:35:31 Fix vectorised writer 世界
5945fd04 2022-08-21 08:40:38 Fix copy with src buffer 世界
b5294f57 2022-08-21 07:45:52 Revert bad cast 世界
f0c2e5a0 2022-08-20 20:44:01 Add trojan fallback 世界
4b9cd2e2 2022-08-20 20:43:42 Improve socksaddr 世界
5304a287 2022-08-20 12:29:14 Fix write socks5 username password auth request 世界
717bc38f 2022-08-19 23:56:48 Attempt to unwrap ip-in-fqdn socksaddr 世界
35c336a0 2022-08-19 12:18:23 Add logger interface 世界
2424b1e2 2022-08-19 08:32:12 Fix createVectorisedWriter 世界
9fe59924 2022-08-19 08:11:35 Fix calculate mtu 世界
51f85716 2022-08-19 07:41:23 Improve chunk reader 世界
33e3713f 2022-08-18 16:16:33 Fix socks udp return error 世界
69e33ed7 2022-08-18 13:24:44 Add MustCast 世界
aeb90b9a 2022-08-18 13:06:00 Add WriteVectorisedPacket func 世界
ce854cda 2022-08-17 20:46:08 Add closer wrapper 世界
81504dc2 2022-08-17 20:34:29 Add conntracker api 世界
fb82be7f 2022-08-16 17:47:48 Add control conn func 世界
9719bdcd 2022-08-16 17:43:10 Add shell interface 世界
7868451c 2022-08-15 22:36:45 Add substring funcs 世界
6b313ff9 2022-08-15 16:51:49 Fix copy conn 世界
4f2b872a 2022-08-14 22:58:30 Add range api 世界
eb2fad95 2022-08-13 10:48:38 Add race writer 世界
05f9836b 2022-08-12 13:46:55 Add vectorised interface 世界
13f394e2 2022-08-12 12:10:20 Fix minBy 世界
735372ab 2022-08-11 23:20:14 Fix close subscriber 世界
169983a8 2022-08-11 17:02:56 Refactor bufio (break change) 世界
f4d911a3 2022-08-11 15:13:46 Add chunk reader 世界
21369d10 2022-08-08 08:48:34 Improve trojan service 世界
583e78e0 2022-08-07 16:57:21 Add source closer support for udpnat 世界
709cbebb 2022-08-06 17:27:02 Fix wininet wrapper #5 dyhkwong
f616c4f1 2022-08-05 16:22:39 Add darwin bind support 世界
9c64b40e 2022-08-04 10:35:57 Fix socksaddr writer 世界
d9ca259b 2022-08-03 17:07:57 Improve task 世界
afbe2312 2022-08-03 16:37:25 Remove unsafe linkname usages 世界
842fd713 2022-08-01 20:48:08 Fix buffer usage 世界
1bb95f96 2022-08-01 19:22:36 Fix dup not working 世界
5ea209cb 2022-07-31 18:30:22 Make socks request buffered 世界
401581b1 2022-07-30 17:26:37 Fix copy with src buffer to headroom writer 世界
a21e329a 2022-07-30 14:10:53 Fix subscriber cleanup 世界
4376f188 2022-07-29 19:51:01 Add handshake conn interface 世界
ad86aea9 2022-07-29 19:50:27 Improve multi error 世界
2469ae4c 2022-07-29 19:48:34 Add flatMap 世界
c922e427 2022-07-29 19:48:14 Add network name constants 世界
6045339c 2022-07-29 19:03:36 Add UVariantLen 世界
410fedd6 2022-07-29 17:55:21 Add WriteTo0 世界
c2c3d883 2022-07-29 17:52:08 Improve NewUnbindPacketConn 世界
b85bdb9a 2022-07-29 15:39:40 Add sortBy/minBy/maxBy 世界
bc109486 2022-07-26 10:52:01 Fix buffer read (break change) 世界
c15de13f 2022-07-25 22:13:16 Merge duplicate errors 世界
a0560d7c 2022-07-25 21:06:50 Fix udpnat timeout 世界
096223b3 2022-07-25 11:16:20 Remove comparable interface 世界
8311d6e9 2022-07-22 16:09:32 Improve 4in6 processing (break change) 世界
4ce9815a 2022-07-22 13:48:50 Fix socks4 response 世界
eeac9e8a 2022-07-22 13:39:18 Add reverse 世界
ee4e9881 2022-07-22 12:12:35 Add batch 世界
fd4ec74d 2022-07-20 21:52:04 Improve socksaddr 世界
2af19486 2022-07-20 12:56:59 Fix err check 世界
3d74b823 2022-07-18 11:56:59 Fix broken pipe check 世界
cb7239c6 2022-07-18 11:11:23 Fix reversed buffer end 世界
06adfb4f 2022-07-18 11:11:09 Improve multi error 世界
00f98eb6 2022-07-17 14:31:03 Add wininet wrapper 世界
6910a8c5 2022-07-17 14:30:57 Improve control 世界
6795d518 2022-07-17 14:30:50 Improve user context 世界
bd79d31e 2022-07-16 10:18:30 Fix public addr check 世界
09b55ce4 2022-07-14 21:02:41 Improve control options 世界
f8c0f71a 2022-07-14 20:19:43 Fix task cancel 世界
51de48ed 2022-07-14 18:20:52 Fix http proxy server 世界
029ab1ce 2022-07-12 12:28:16 Add observable 世界
d3fb2260 2022-07-11 18:38:42 Add protect func / domain matcher 世界
4394f7cb 2022-07-11 14:26:52 Add default FallbackDelay 世界
49d3f6ee 2022-07-11 13:58:33 Fix format script 世界
4339e5f2 2022-07-11 13:51:53 Add multi dialer 世界
84be1c5e 2022-07-10 21:43:21 Remove ToString0[T] usage to fix golangci-lint 世界
3e39af60 2022-07-09 17:08:27 Fix writev func 世界
8843420c 2022-07-09 10:27:04 Add thread unsafe tag to udpnat service 世界
343cdbfc 2022-07-09 10:05:21 Add udp short buffer check 世界
04e100e9 2022-07-08 12:16:39 Add ctx to task.Any 世界
6a0987c5 2022-07-07 21:39:44 Minor fixes 世界
6d16497f 2022-07-06 21:01:41 Refactor task 世界
f8356c25 2022-07-06 20:48:55 Add multi error 世界
f00396c6 2022-07-06 18:37:16 Add buf ReadAllFrom 世界
9cd9268a 2022-07-06 12:18:06 Add bufio cached packet conn 世界
53c9f8d1 2022-07-05 15:27:58 Add bufio read/write only conn 世界
57d12d87 2022-07-05 08:54:01 Add starter interface 世界
8b990551 2022-07-04 19:32:27 Add format Seconds func 世界
677c52f0 2022-07-03 20:29:12 Add http connect client 世界
368e41b6 2022-07-03 19:41:49 Test map interface 世界
f128942f 2022-07-03 13:13:39 Refine socks client 世界
d002d5ba 2022-07-03 01:10:33 Test Comparable interface 世界
51fce3d9 2022-07-02 23:50:58 Add struct IsEmpty 世界
b3923d54 2022-07-02 22:10:34 Add format ToString0 世界
5cb4b5e5 2022-07-02 21:52:07 Add cond PtrValueOrDefault 世界
2a0502dd 2022-07-01 16:46:54 Add initialize seed func 世界
e85528b4 2022-07-01 13:30:04 Refactor dialer 世界
719a27fc 2022-07-01 13:29:56 Fix http handshake 世界
eb347e80 2022-07-01 09:00:08 Add upstream func to user context 世界
9076aa00 2022-06-30 21:21:01 Fix http handler 世界
63a57e6e 2022-06-30 21:02:01 Refactor error handler 世界
30b58953 2022-06-30 19:17:57 Add ptrOrNil func 世界
ddfe73e8 2022-06-30 17:39:41 Add net control funcs 世界
a784aec4 2022-06-30 17:38:28 Refine auth pkg 世界
323ace94 2022-06-30 17:38:12 Trim repo 世界
293cfb66 2022-06-30 14:42:07 Refine socks handshake 世界
880f405c 2022-06-29 14:22:15 Get list func from element 世界
849d16c3 2022-06-29 12:26:13 Add more lint 世界
beeeba33 2022-06-28 22:16:48 Make linter happy 世界
aa7007a9 2022-06-28 21:07:12 Add read deadline for udpnat conn 世界
1805ecdd 2022-06-28 20:50:37 Add golangci-lint 世界
a817f708 2022-06-28 07:46:42 Fix buffer read 世界
605697c1 2022-06-27 17:24:50 Fix create packet conn 世界
f6144cde 2022-06-26 11:18:38 Any error func 世界
494a87e9 2022-06-26 11:09:06 Range func for lru cache 世界
99754098 2022-06-20 15:49:45 Fix socks udp conn 世界
8793fe5e 2022-06-19 21:03:20 Fix udpant writeback 世界
64db4da8 2022-06-19 20:36:19 Fix format 世界
daf15b03 2022-06-18 15:04:16 Move file op to rw 世界
ab2a9e30 2022-06-18 10:46:24 Fix uot raw read 世界
c6eb392e 2022-06-17 14:21:29 Fix alloc big buffer 世界
90beb46c 2022-06-16 11:46:32 Refine format 世界
9d884317 2022-06-16 01:03:45 Fix async buffer usage 世界
ea019b36 2022-06-14 21:13:37 Fix Buffer.ReadFullFrom 世界
64835a63 2022-06-14 11:29:29 Improve bufio 世界
88e58129 2022-06-13 13:50:14 Update buffer ref usage 世界
82cc7d29 2022-06-12 11:30:07 Refine buffered reader 世界
857116b2 2022-06-11 11:48:00 Refine buffer io 世界
a30d5506 2022-06-10 15:47:07 Update dependencies 世界
f49cd6f9 2022-06-10 15:41:29 Disable unsafe buffer in windows by default 世界
a9358875 2022-06-09 20:31:59 Add copy packet timeout 世界
86d01449 2022-06-09 16:50:34 Add buffered reader / writer 世界
d8ff3565 2022-06-09 15:56:37 Rename buffered conn to cached conn 世界
14c6b9c8 2022-06-08 17:43:35 Return buffer in write random func 世界
5efacc1c 2022-06-06 19:37:32 Add norace to dup 世界
3931a7d9 2022-06-06 17:25:41 Remove stub files 世界
3eeebf37 2022-06-06 17:24:50 Fix http proxy server 世界
591aceae 2022-06-06 13:50:31 Add MapIndexed All func 世界
0c4697eb 2022-06-06 13:25:17 Remove unused import 世界
e0f72255 2022-06-05 09:08:00 Fix disable invalidptr 世界
066830bb 2022-06-01 15:50:19 Improve udpnat write back 世界
4e04bbd3 2022-06-01 11:39:44 Fix udpnat 世界
87a4e784 2022-06-01 11:14:59 Improve IsClosed func 世界
61db298e 2022-06-01 10:08:35 Refine uot 世界
1cb90977 2022-06-01 09:24:15 Fix trojan udp client 世界
c82c144a 2022-05-30 12:12:50 Add safe reader 世界
d634f5f8 2022-05-30 10:39:25 Refine udpnat 世界
3c8df0a5 2022-05-28 22:35:24 Improve readfrom0 世界
efa7ff21 2022-05-28 22:24:01 Fix trojan client handshake 世界
7ba64393 2022-05-28 10:26:05 Add udpnat predef timeout 世界
44702885 2022-05-27 18:55:55 Refine buffer 世界
343ca340 2022-05-27 19:00:55 Run build workflow on dev branch 世界
01ea4248 2022-05-27 07:24:02 Cast 4in6 from reading socksaddr 世界
5b49366f 2022-05-25 20:33:05 Fix error message 世界
53c607b1 2022-05-25 14:17:15 Make cache on push 世界
d4b1e219 2022-05-25 12:08:02 Trim repo 世界
8697b84d 2022-05-23 20:01:29 More server error messages 世界
1843d165 2022-05-23 19:45:23 Fix close packet conn 世界
2216901e 2022-05-23 10:44:50 Fix duplex conn usage 世界
b21aa294 2022-05-22 10:53:44 Refine bufio 世界
edd8b71a 2022-05-22 09:31:34 Add writevc func 世界
3b6fbee1 2022-05-22 09:06:30 Fix discard func 世界
8ed96412 2022-05-22 08:18:18 Update dependencies 世界
67816031 2022-05-18 18:04:18 Check buffer overflow 世界
170aea03 2022-05-18 14:47:17 More context for udp 世界
c9726739 2022-05-11 19:28:47 Fix ss-server scripts XYenon
11764949 2022-05-18 08:43:36 Add shadowsocks 2022 relay service 世界
cd0e6406 2022-05-15 23:52:19 Fix ss-server close 世界
2be8304e 2022-05-15 21:58:58 Fix scripts for ss-server 世界
1cbc30eb 2022-05-15 08:52:34 Add timeout to default dialer 世界
04cd76f0 2022-05-15 07:20:22 Shadowsocks 2022 protocol change 世界
7d06e208 2022-05-14 15:35:34 Update dependencies 世界
f17d3036 2022-05-14 15:16:52 Fix buffer on non-linux-amd64 platforms maybe 世界
da424ddd 2022-05-13 10:31:02 Fix 2022-blake3-chacha20-ploy1305 write nonce 世界
58e06dc5 2022-05-12 21:27:50 Fix ss-server udp 世界
6973a8f4 2022-05-12 19:35:15 Check shadowsocks 2022 client padding 世界
2aae93c5 2022-05-12 16:46:38 Add password support for shadowsocks 2022 ciphers 世界
f1a5f8aa 2022-05-12 13:48:54 Allow over length for shadowsocks 2022 psk 世界
69d801e6 2022-05-12 13:23:34 Fix shadowsocks blake3-aes-128-gcm implementation 世界
1adec716 2022-05-12 08:09:43 Fix listener error 世界
b1ce47aa 2022-05-12 06:16:09 Update dependencies 世界
e44d4400 2022-05-11 20:09:29 Fix parsing addr 世界
45896ae1 2022-05-11 15:20:55 Add release builder 世界
4c976e99 2022-05-11 12:46:37 Fix typo 世界
efde335c 2022-05-10 23:43:12 Fix error 世界
ed28a571 2022-05-10 22:24:09 Refactor socks 世界
788e4e26 2022-05-09 21:49:13 Add shadowstream deprecated ciphers 世界
3f988e07 2022-05-09 17:06:39 Fix shadowsocks multi service 世界
9e77776a 2022-05-09 17:00:07 Minor fixes 世界
7d331dd9 2022-05-09 07:20:05 Fix writev 世界
1943d6b9 2022-05-09 06:28:31 Add packet conn wrapper 世界
5998b900 2022-05-09 05:57:28 Add quic test 世界
87480498 2022-05-08 19:43:46 Fix shadowsocks 世界
f7201693 2022-05-08 21:47:38 Export std compatible shadowsocks packet conn 世界
f1744155 2022-05-08 20:12:27 Add dns fast close for udp nat 世界
55cf26c1 2022-05-08 19:43:22 Fix udp nat 世界
c0731150 2022-05-08 19:43:09 Prevent use WriteToUDPAddrPort 世界
9d13ea26 2022-05-08 19:42:20 Convert 4in6 address to 4 when creating socksaddr 世界
3acb9463 2022-05-08 19:41:45 Define TimeoutError interface 世界
81484131 2022-05-08 19:41:22 Add dns-chk command 世界
c62e34a8 2022-05-08 16:38:57 Add socks5 server handshake functions 世界
b555f83c 2022-05-08 11:02:54 Update dependencies 世界
f1b87be6 2022-05-07 17:08:57 Fix buffer usage 世界
6089c358 2022-05-05 08:49:15 Skip shared paths 世界
cc559556 2022-05-05 07:21:56 Strip before pack 世界
63103480 2022-05-04 20:44:50 Fix timestamp diff 世界
b35c53ca 2022-05-04 19:12:27 Refactor socksaddr 世界
9378ae73 2022-05-04 15:02:45 Use trace by default 世界
aa98ba9a 2022-05-04 14:48:56 Add libpack command for linux 世界
d42354ab 2022-05-03 16:23:34 Fixes 世界
fb8de18b 2022-05-02 12:50:53 Update README 世界
b4894e75 2022-05-02 11:04:31 Add log level config for ss-server 世界
1ca65e7b 2022-05-02 10:04:56 Refine logger 世界
aacf2a18 2022-05-02 10:04:36 Refine mixed listener 世界
f79e962d 2022-05-01 21:53:21 Forced color output 世界
21e7d471 2022-05-01 21:25:27 Add ss-server config and scripts 世界
35e02c26 2022-05-01 21:24:49 Add genpsk command 世界
736369f1 2022-05-01 12:52:14 Append conn info in shadowsocks server error 世界
6ebf3e60 2022-05-01 12:39:03 Fix trojan client 世界
9ff857f7 2022-05-01 12:11:01 Refine packet conn 世界
9d31f3dc 2022-05-01 11:36:05 Copy packet conn 世界
9df018b0 2022-05-01 09:33:31 Add buffered conn 世界
118c4237 2022-05-01 07:53:26 Fix close conn 世界
a5d5d79e 2022-05-01 07:27:05 Fix acme 世界
41e416c4 2022-04-30 20:48:31 Add shadowsocks multi service 世界
5487ec68 2022-04-30 18:02:07 Add acme auto renew 世界
59e34b71 2022-04-30 17:26:54 Add acme renew 世界
10822876 2022-04-30 16:37:58 Remove unused dns providers 世界
bd66df73 2022-04-30 16:31:04 Add acme support for trojan server 世界
01eeea9a 2022-04-30 13:15:23 Add trojan-local and server command 世界
c66f8695 2022-04-30 10:31:12 Add simple proxy portal 世界
5ca1ed97 2022-04-30 10:26:48 Add certificate generator 世界
36d9df8d 2022-04-30 10:26:18 Generic trojan user key 世界
34cba35e 2022-04-30 10:25:56 Add more context 世界
3a9adc8f 2022-04-30 03:14:59 Add trojan client and service 世界
77c54888 2022-04-29 19:11:00 Update dependencies 世界
ad47782f 2022-04-29 17:56:39 Minor fixes 世界
b4b6c838 2022-04-29 17:43:09 Fix udp nat 世界
8d95ae4c 2022-04-29 13:30:29 Add service trace log 世界
df1e1cfa 2022-04-29 12:06:10 Add shadowsocks service 世界
5be6eb2d 2022-04-28 08:28:38 More contetxt in connection 世界
f16dd7a3 2022-04-28 07:08:50 Refine buffer 世界
31d4b885 2022-04-27 13:08:18 Fix build 世界
2cbdff60 2022-04-27 13:10:33 Add debug workflow 世界
0a8e8d67 2022-04-27 12:53:03 Fix isTimeout 世界
82e1dc70 2022-04-27 11:59:41 Fix socks packet conn 世界
63ef2061 2022-04-22 17:11:24 Refine buffer 世界
603c6216 2022-04-21 15:14:22 Add shadowsocks 2022 EIH support 世界
0b4282f7 2022-04-21 12:57:32 Update dependencies 世界
14da4a9d 2022-04-20 16:06:39 Add cloudflare-ddns command 世界
12e645e9 2022-04-16 18:03:58 Fixes 世界
12408d60 2022-04-15 19:30:31 Refine geosite 世界
5991cfc0 2022-04-15 15:04:45 Fixes 世界
04917323 2022-04-12 22:50:23 Add pac support for mixed server 世界
869224c1 2022-04-12 22:50:11 Fix ss 2022 lastRemoteSeen 世界
ffb0ba34 2022-04-12 18:17:17 Fix shadowsocks 世界
bc80c335 2022-04-11 18:43:17 Add shadowsocks 2022 support 世界
00cd0d4b 2022-04-10 22:51:29 Refactor shadowsocks 世界
3f23b25e 2022-04-08 18:50:09 Add redirect/geoip/geosite 世界
5bf1157e 2022-04-08 11:13:15 Fix error message 世界
26e13e7b 2022-04-07 20:49:20 Add http support for sslocal 世界
542fa4f9 2022-04-07 02:54:48 Add simple sslocal implementation 世界
2e74275c 2022-03-22 16:46:31 Refactor 世界
98aaae2a 2022-02-04 00:12:27 Add license 世界
f63868bf 2022-02-02 20:27:50 Add shadowboom 世界
5cc189a1 2022-01-29 03:25:38 Initial commit 世界