Commit Graph

163 Commits

Author SHA1 Message Date
Andy Wang
c7c3f7706d Refactor for clarity and add comments 2020-10-18 14:42:47 +01:00
Andy Wang
86e2935607 Use a pre-made buffer for TLSConn.Write 2020-10-17 13:46:22 +01:00
Andy Wang
a86899f007 Improve comments 2020-10-17 12:24:23 +01:00
Andy Wang
e092e280c1 Refactor dispatcher.go 2020-10-17 11:15:21 +01:00
Andy Wang
d93ac48b85 Add build directives to fuzzing functions 2020-10-16 11:55:50 +01:00
Andy Wang
b2dbe4c654 Add fuzzer 2020-10-16 11:51:53 +01:00
Andy Wang
c17cb034e3 Wrap decryption error 2020-10-16 01:12:23 +01:00
Andy Wang
0b217ddb07 Linting 2020-08-17 17:56:05 +01:00
Andy Wang
de5c51d3e4 Better redir piping behaviour 2020-08-12 12:07:32 +01:00
Andy Wang
253ea94d2a Better and more explicit handling of first packet, reduces exposure of active probing 2020-08-12 11:32:39 +01:00
Andy Wang
2bb102a5b6 Use byte literals instead of decoding hex 2020-08-10 14:29:51 +01:00
Andy Wang
98a7b731f3 Do not fatal when accept fails after 10 times 2020-06-08 00:29:56 +01:00
Andy Wang
95ae83d54d Accept retry delay. Prevent #120 2020-06-07 20:06:52 +01:00
Andy Wang
2c995962ed Fix spelling mistake 2020-06-07 12:20:48 +01:00
Andy Wang
5984fde09f Better logging for user activation and termination 2020-05-27 13:41:34 +01:00
Andy Wang
13c1c3705b Fix a race in test 2020-04-24 01:10:45 +01:00
Andy Wang
b9c3e64750 Add tests 2020-04-24 01:06:35 +01:00
Andy Wang
72d67beea3 Make usageQueue update interval a constant 2020-04-24 01:06:22 +01:00
Andy Wang
2e945cc416 Fix a deadlock on terminating user 2020-04-24 01:05:37 +01:00
Andy Wang
e508ade14b Fix test 2020-04-24 01:04:51 +01:00
Andy Wang
acc0a1a2dd Fix credit not updating on termination 2020-04-24 00:56:54 +01:00
Andy Wang
6ae3c27320 Add tests and make SessionCap explicitly int32 2020-04-23 23:45:12 +01:00
Andy Wang
5baac79e56 Avoid null ProxyBook map. Fixes #111 2020-04-18 16:03:18 +01:00
Andy Wang
69a73ecfc0 Refactor usermanager 2020-04-17 14:21:17 +01:00
Andy Wang
d2b17fc9a2 Fix a deadlock 2020-04-15 21:55:07 +01:00
Andy Wang
e202d8d03b Implement WriteTo and ReadFrom timeouts 2020-04-14 14:14:51 +01:00
Andy Wang
4a81683e44 Code cleanup and move stuff around 2020-04-14 14:14:51 +01:00
Andy Wang
c8368bcc7e Implement stream ReadFrom (flimsy) 2020-04-12 23:01:30 +01:00
Andy Wang
f90a008271 Skip uploading nil update 2020-04-12 01:56:33 +01:00
Andy Wang
8a76afabf7 Reduce the amount of goroutines in tests 2020-04-11 23:09:51 +01:00
Andy Wang
17fd78b6c2 Use bbolt instead of bolt to fix go version compatibility issues 2020-04-11 23:09:29 +01:00
Andy Wang
2bf7df0eb0 Integration tests 2020-04-10 15:05:15 +01:00
Andy Wang
0f66fec28e Remove impossible error 2020-04-10 14:11:01 +01:00
Andy Wang
93cf6dec6e Export fields for testing 2020-04-10 14:09:48 +01:00
Andy Wang
d53b80208f Refactor for easier testing 2020-04-10 11:07:38 +01:00
Andy Wang
e5bda61587 Close connections properly 2020-04-09 23:52:08 +01:00
Andy Wang
254b7152b6 Fix tests 2020-04-09 22:21:02 +01:00
Andy Wang
444182f5bb Purge impurity 2020-04-09 22:11:12 +01:00
Andy Wang
86214a1df0 Implement stream SetReadDeadline 2020-04-09 18:56:17 +01:00
Andy Wang
e41394c83c Set frame size limit through multiplexer 2020-04-09 16:37:46 +01:00
Andy Wang
780d607436 Use io.Copy for redir 2020-04-09 13:41:06 +01:00
Andy Wang
77c33ff352 Fix redir null pointer 2020-04-09 13:37:33 +01:00
Andy Wang
15f343db31 Refactor server configuration 2020-04-09 13:26:23 +01:00
Andy Wang
97858197cd Move common types to its own package 2020-04-09 00:39:40 +01:00
Andy Wang
86095ba5e6 Refactor out Dialer 2020-04-09 00:34:02 +01:00
Andy Wang
7e9fe952aa Move code around for clarity 2020-04-08 22:07:11 +01:00
Andy Wang
ec76ecfe71 Update tests 2020-04-08 21:47:31 +01:00
Andy Wang
693544659f Refactor server transport 2020-04-08 21:37:21 +01:00
Andy Wang
43ae82ec0e Fix test, improve err message and fix nil interface casting 2020-04-08 15:58:46 +01:00
Andy Wang
545164a300 Make send/receive buffer sizes configurable 2020-04-08 15:07:35 +01:00