Commit Graph

427 Commits (d4f8934aa499610d817862334f189e5f2cd14f10)

Author SHA1 Message Date
Darien Raymond aae99a8e98
use session in router
8 years ago
Darien Raymond e13c97d162
rename IP to CIDR in router
8 years ago
Darien Raymond 4e80ed05d9
comments
8 years ago
Darien Raymond 5a311cbe08
json config parser
8 years ago
Darien Raymond e866ff24a4
refine app settings in v2ray config
8 years ago
Darien Raymond be026870f7
protogen update
8 years ago
Darien Raymond fc6a706166
refactor protos
8 years ago
Darien Raymond 22ef12a456
simplify router
8 years ago
Darien Raymond 63f3108737
protobuf for router
8 years ago
Darien Raymond 1d13f47f9c
protobuf for stream settings
8 years ago
Darien Raymond af6abfa3e3
update proto generated code
8 years ago
Darien Raymond 91f2a40dae
refine proto package names
8 years ago
Darien Raymond d38e62932d
proto for dns config
8 years ago
Darien Raymond 7de7588ec2
proto for destination
8 years ago
Darien Raymond c518726910
network proto
8 years ago
Darien Raymond 9ade07db03
remove IsTCP() and IsUDP()
8 years ago
Darien Raymond ea2c491ade
global proto gen
8 years ago
Darien Raymond cdb4c56546
protobuf for net
8 years ago
Darien Raymond 64e38ba851
update chinaip
8 years ago
Darien Raymond bbca180dba
try protobuf
8 years ago
Darien Raymond e6e0419958
format private annotation
8 years ago
v2ray 07a86f549b
unified import path
8 years ago
v2ray ad1353ac2f
merge similar error definitions
8 years ago
v2ray 4419f1e3d6
introduce address family in v2net
8 years ago
v2ray a9d583b92f
connection session
8 years ago
v2ray bcd27ba36f
option to allow passive connection
8 years ago
v2ray dbee8c620a
update china ip
8 years ago
v2ray ea39a6fde6
format code
8 years ago
v2ray 98cc28a4c4
leverage dice.Roll
9 years ago
v2ray 7f661f5215
rename Error to Err
9 years ago
v2ray 9b6dc6bcea massive refactoring for kcp
9 years ago
v2ray 08261e4f13 more china sites
9 years ago
v2ray 798c870069 Merge branch 'master' of https://github.com/v2ray/v2ray-core
9 years ago
v2ray 372a32a66f more china sites
9 years ago
v2ray 50ca869929 organize handler metadata
9 years ago
v2ray a4d76dc394 support using specific address
9 years ago
v2ray e0c22860f1 more china sites
9 years ago
v2ray 6ce7b1d532 informational logs
9 years ago
v2ray 4ec96efe84 smarter DNS query
9 years ago
v2ray 3a6bf38686 remove validity map
9 years ago
v2ray 21ab26f41f missing function
9 years ago
v2ray c75d840706 Remove serial.String
9 years ago
v2ray fc63f0432c simplify testing
9 years ago
v2ray 3582b9d869 move net/testing/assert into assert
9 years ago
v2ray 50957b9973 Fix build break
9 years ago
v2ray 47b2fafb32 Shorten StringLiteral
9 years ago
v2ray ac58eed310 more china sites
9 years ago
v2ray bb503c6954 Static hosts in DNS server
9 years ago
v2ray 54f98fe11b more clear logic of space initialization
9 years ago
v2ray 8b88f63280 Remove unnecessary dns server from default dispatcher
9 years ago
v2ray 1b71c7d68d acgvideo.com
9 years ago
v2ray 3ded18a75b initializable apps
9 years ago
v2ray 7765fedd78 modulize dispatcher and proxyman
9 years ago
v2ray 09ea65687c avoid goroutine leak
9 years ago
v2ray 18d75cb7b4 bug fixes to dns server
9 years ago
v2ray 49c8c31e26 test case for dns config
9 years ago
v2ray 10d1d9288b default value of dns config
9 years ago
v2ray dac1339d6e Use dns in router
9 years ago
v2ray 3b545abe02 dns client implementation
9 years ago
v2ray 0cedf8ad7d generator for china ip
9 years ago
v2ray a37819c330 rename RegisterApp to Register
9 years ago
v2ray 42907ff2e8 Remove v2net.Packet
9 years ago
v2ray 7407c8d561 use stream instead of raw chan
9 years ago
v2ray f5960db27e more china sites
9 years ago
v2ray 50ef8e0465 more china sites
9 years ago
v2ray 486965d1eb more china sites
9 years ago
v2ray 441a198b86 more china sites
9 years ago
v2ray 26925a7d90 more china sites
9 years ago
v2ray 7b74665a64 more china sites
9 years ago
v2ray 02178afaff more china sites
9 years ago
v2ray 7b79a768ef protocol and api
9 years ago
v2ray 2d82bb8d4d remove pubsub as it seems not necessary
9 years ago
v2ray f130cee83b more china sites
9 years ago
v2ray b3f547dc90 more china sites
9 years ago
v2ray 238d465181 more china sites
9 years ago
v2ray f242ca048c update china ip
9 years ago
v2ray 47e61f62c1 more china sites
9 years ago
v2ray 9e06048ec6 more china sites
9 years ago
v2ray f6bec7dc72 more china sites
9 years ago
v2ray e117a695ae more china sites
9 years ago
v2ray 4bb1d822af prefer Network over string
9 years ago
v2ray 2d551c97df gofmt -s
9 years ago
v2ray 4f59d6847f fix test break
9 years ago
v2ray 3212337aa3 clean up test cases for dokodemo
9 years ago
v2ray eaa9f8f90a remove unused definition
9 years ago
v2ray 39eea81c5c simplify router config
9 years ago
v2ray 5df2a1c6e6 refactor router rules
9 years ago
v2ray 2031c13a7f refactor app.Space
9 years ago
v2ray 1e79a3b75a rename errors
9 years ago
v2ray f34e253ea3 Rename errors with Error prefix
9 years ago
v2ray 9fe8178e4a rename InboundConnectionHandler to InboundHandler
9 years ago
v2ray 3f5bda898c more tests for router rules
9 years ago
v2ray fafc813f0e test case for field rule
9 years ago
v2ray 4f5743604a AnyCondition
9 years ago
v2ray eec0bb4db4 lazy evaluation of log fields
9 years ago
v2ray dde47290d7 completely remove json folder in v2ray
9 years ago
Darien Raymond ae8121e633 remove json packages in app folder
9 years ago
v2ray 2d233295e6 simplify stringlist
9 years ago
v2ray a403859105 move network to net
9 years ago
v2ray 393a64820f simplify port range
9 years ago
v2ray c4b787e637 more china sites
9 years ago
v2ray c31c49d11f more china sites
9 years ago
v2ray 57709a5cdb more china sites
9 years ago
v2ray 2c892e7b9d more china sites
9 years ago
v2ray 84464e863d more china sites
9 years ago
Darien Raymond 30ed9fdddc more china sites
9 years ago
v2ray 5df40c31f0 more china sites
9 years ago
v2ray e2623e65dd more china sites
9 years ago
v2ray 24adb769a6 more china sites
9 years ago
v2ray 8a132643ef more china sites
9 years ago
v2ray 0780db7999 move connhandler to proxy
9 years ago
v2ray 3baa1f5bc5 interface for inbound connection handler manager
9 years ago
v2ray 20b64ecdfe more china sites
9 years ago
v2ray 367d17b44c more china sites
9 years ago
v2ray 34a0cb0b70 move port out of address
9 years ago
v2ray 655f8cd150 more china sites
9 years ago
v2ray ac8d0bbd1c more china sites
9 years ago
v2ray 51c6ef63f4 more china sites
9 years ago
v2ray 8d6874a7da more china sites
9 years ago
v2ray 05397c5bde more china sites
9 years ago
Darien Raymond 86f97616fc add cache to router
9 years ago
Darien Raymond 9e84519134 validity map
9 years ago
Darien Raymond 56976e2d1b more chinasites
9 years ago
v2ray 543478a01e Move code to init
9 years ago
v2ray d3422597d6 more china sites
9 years ago
v2ray 1e6aa73781 chinasites
9 years ago
v2ray cf56b89898 more router test cases
9 years ago
v2ray 164465e60d more test case
9 years ago
v2ray b87cc5baf1 fix a bug in fieldrule
9 years ago
Darien Raymond b6ed26aedf pubsub
9 years ago
Darien Raymond a540d7dc99 allow dns modification only from trusted tags
9 years ago
Darien Raymond dd81fc6f6a hide space implementations from interfaces
9 years ago
v2ray 46ab9c45cc space with context
9 years ago
v2ray 5b3e84ede6 dns config
9 years ago
v2ray bc144248e2 Increase dns cleanup interval to 60 seconds
9 years ago
v2ray 6afeaccc5a Update chinaip generator
9 years ago
v2ray 9d51bd2985 test case for chinaip
9 years ago
Darien Raymond c19341ffab chinaip
9 years ago
v2ray 641e5db851 rename RouterConfig to Config
9 years ago
v2ray aab774e78f simplify router config
9 years ago
Darien Raymond 74c7810957 lowercase domain matching
9 years ago
Darien Raymond 96aa94002a regexp support in domain matching
9 years ago
v2ray e1c58fae2b dns cache
9 years ago
v2ray 15e6e6d80c introduce app.Space
9 years ago
Darien Raymond 9b830fc432 update end 2 end test
9 years ago
Darien Raymond 3c12469ae5 leverage serial.String in assert
9 years ago
Darien Raymond 0a2e4343bc massive refactoring against unit test lib
9 years ago
V2Ray cee85bdf26 Add Port as a type
9 years ago
Darien Raymond 56a79a2190 remove DetourTag and add more test cases
9 years ago
Darien Raymond f6c486327f faster check in field rule
9 years ago
V2Ray 07582c5b60 Move point to shell
9 years ago
V2Ray a8d07ce931 refactor code
9 years ago
Darien Raymond 759efb0cfa field domain and ip accepts list of strings
9 years ago
V2Ray 869cd46450 Rename to routing
9 years ago
V2Ray 790f6c038c Fix field rule
9 years ago
V2Ray 1cdd3e6647 test case for ip rule
9 years ago
V2Ray 12e72509a5 code ready for selective routing
9 years ago
V2Ray f4ec19625e Implementation of rules router
9 years ago
V2Ray d48ac4418f config for rule based router
9 years ago
V2Ray 57dc6c69f1 Router config
9 years ago
V2Ray 1d4b98ab9a Outbound detour config
9 years ago
V2Ray 1d4b541d2f Move mock config to app/config
9 years ago
V2Ray 0a8e283e55 function to create router
9 years ago
V2Ray cb19e4613f Update port range test
9 years ago
V2Ray e70c02f768 Fix test break
9 years ago
V2Ray 1cec5ac643 Test case for inbound detour network
9 years ago
V2Ray f983d285b8 detour handler
9 years ago
V2Ray 3c43268898 inbound detour
9 years ago
V2Ray 1708c48f5b Port range
9 years ago
V2Ray 1c09b70931 format code
9 years ago
V2Ray d585ec0593 Move config to app/point
9 years ago
V2Ray f93b29993b Move connection handler interfaces to proxy/common/connhandler
9 years ago
V2Ray 6e8425b23a Remove config type in connection settings()
9 years ago
V2Ray d0ae47e2ce Router interface
9 years ago
Claire Raymond c592d9c246 update
9 years ago
V2 Ray 9071b3ea10 more comments
9 years ago
V2Ray 890d185979 Cleanup root directory
9 years ago