Commit Graph

221 Commits (2cc8c1aa01f03d2495cbfccda868574439c44953)

Author SHA1 Message Date
Darien Raymond f046f334cd
move common/log to app/log
8 years ago
Darien Raymond 18e1ca85aa
rename udp.Server
8 years ago
Darien Raymond ca721230e1
split listening settings from inbound proxies and apply context
8 years ago
Darien Raymond c48e1f02a6
comments
8 years ago
Darien Raymond f7e1f00c88
rename dispatcher.Interface
8 years ago
Darien Raymond 17504d2aac
context'ize apps
8 years ago
Darien Raymond b11d48d73f
simplify app design
8 years ago
Darien Raymond e678000c44
remove release() pattern
8 years ago
Darien Raymond c9a421fba6
remove generate package comments in .pb.go files.
8 years ago
Darien Raymond 20fe6d10a4
rollback gitignore change
8 years ago
Darien Raymond 52e1dfaeac
remove all generated files
8 years ago
Darien Raymond 7dc7937443
rename ws to websocket
8 years ago
Darien Raymond eb782436b3
proto option for C# namespace
8 years ago
Darien Raymond ceaf5d1178
fix lint warnings
8 years ago
Darien Raymond c4144af223
decouple dns server
8 years ago
Darien Raymond 50bc195f7f
rename TypedSettings to TypedMessage
8 years ago
Darien Raymond eee23e6718
fix api usage
8 years ago
dd 20c330d03c fix dns query
8 years ago
Darien Raymond 055023fdd5
refactor buffer
8 years ago
Darien Raymond 7a80409e30
rename alloc to buf
8 years ago
Darien Raymond cf3eb0e77d
refine buffer usage
8 years ago
Darien Raymond efb24a4d21
rewrite error lib
8 years ago
Darien Raymond f95c322677
rename 'this'
8 years ago
Darien Raymond d00f8eef56
remove use of 'v' as a variable name
8 years ago
Darien Raymond c041740940
remove ErrMissingApplication
8 years ago
Darien Raymond 9471b5b066
refine dispatcher
8 years ago
Darien Raymond 531be77a59
remove test case depending on external resources
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 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 cdb4c56546
protobuf for net
8 years ago
Darien Raymond e6e0419958
format private annotation
8 years ago
v2ray 07a86f549b
unified import path
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 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 50ca869929 organize handler metadata
9 years ago
v2ray a4d76dc394 support using specific address
9 years ago
v2ray 4ec96efe84 smarter DNS query
9 years ago
v2ray fc63f0432c simplify testing
9 years ago
v2ray 3582b9d869 move net/testing/assert into assert
9 years ago
v2ray bb503c6954 Static hosts in DNS server
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 a37819c330 rename RegisterApp to Register
9 years ago
v2ray 2031c13a7f refactor app.Space
9 years ago
v2ray 2d233295e6 simplify stringlist
9 years ago
Darien Raymond 9e84519134 validity map
9 years ago
Darien Raymond a540d7dc99 allow dns modification only from trusted tags
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 e1c58fae2b dns cache
9 years ago