Commit Graph

96 Commits (7dfa85267718e858d389989df3e3c85094ed04ea)

Author SHA1 Message Date
v2ray ea39a6fde6
format code
8 years ago
v2ray 723a693c78
delete port after error
8 years ago
v2ray edd9885d0e
retry on port allocation
8 years ago
v2ray e5394cdaa0 Check if inbound and outbound config are set.
9 years ago
v2ray 9b6dc6bcea massive refactoring for kcp
9 years ago
v2ray 09f7e8b61e meaningful error message
9 years ago
v2ray 774c8f5d5f fix refresh interval
9 years ago
v2ray 3376ea078d merge conflict
9 years ago
v2ray 306ffabef0 merge conflict
9 years ago
v2ray 045e1dcc53 refine dynamic strategy
9 years ago
v2ray 309b64e376 take ich2Recycle as a parameter
9 years ago
v2ray 50ca869929 organize handler metadata
9 years ago
v2ray a4d76dc394 support using specific address
9 years ago
v2ray ff0cb89efa simplify connection reuse settings
9 years ago
v2ray a86cd36ad2 configuration for connection reuse
9 years ago
v2ray 9713bf9adf completely fix detour config
9 years ago
v2ray b47c1ca609 get rid of annoying firewall warnings
9 years ago
v2ray fc63f0432c simplify testing
9 years ago
v2ray 3582b9d869 move net/testing/assert into assert
9 years ago
v2ray 3ded18a75b initializable apps
9 years ago
v2ray 7765fedd78 modulize dispatcher and proxyman
9 years ago
v2ray 10d1d9288b default value of dns config
9 years ago
v2ray dac1339d6e Use dns in router
9 years ago
v2ray 634c4964cc Massive fixes
9 years ago
v2ray cef5386a21 Log level: none
9 years ago
v2ray 42907ff2e8 Remove v2net.Packet
9 years ago
v2ray 7407c8d561 use stream instead of raw chan
9 years ago
v2ray 83e0482d2b Fix dynamic port allocation
9 years ago
v2ray 70f73049a6 extend wait
9 years ago
v2ray 464f15cb02 pick truely unused port
9 years ago
v2ray 2d551c97df gofmt -s
9 years ago
Darien Raymond c74bcc9c50 more json test cases
9 years ago
Darien Raymond be57f48bb3 test case for allocation config
9 years ago
v2ray 2031c13a7f refactor app.Space
9 years ago
v2ray f34e253ea3 Rename errors with Error prefix
9 years ago
v2ray 2f76680fe9 Rename BadConfiguration to ErrorBadConfiguration
9 years ago
v2ray c825ce8fd8 Add warning when tags are not found.
9 years ago
v2ray 8fd9d51fba remove use of InboundConnectionHandlerWithPort in InboundDetourHandlerDynamic
9 years ago
v2ray cd0ec176e0 typo
9 years ago
v2ray d4dcee5fa3 rename InboundConfig methods
9 years ago
v2ray 9fe8178e4a rename InboundConnectionHandler to InboundHandler
9 years ago
v2ray f3ab58ea2e remove port closed
9 years ago
v2ray 03ee9c7e3d delay close of existing connections
9 years ago
v2ray f7d3f22d84 remove use of AfterFunc
9 years ago
v2ray 26fbd880f6 reuse connection handler
9 years ago
v2ray f48504a2e4 reuse buffer
9 years ago
v2ray 19b8b54672 fix usage of =
9 years ago
v2ray c958a20565 default value for strategy random
9 years ago
v2ray c26f081101 delay close of expired connections
9 years ago
v2ray c61cd2cf8f always recreate buffer for ich in user
9 years ago