Commit Graph

411 Commits (811f0dd6476bdd54285a17414d5647e8e544ec82)

Author SHA1 Message Date
Darien Raymond 30f131b9ee test case for shadowsocks tcp
9 years ago
Darien Raymond befd24c83e assert error is nil
9 years ago
v2ray 96f582da98 test case for http proxy
9 years ago
v2ray c1831551c1 update dynamic test case
9 years ago
v2ray 24b300d75d remove fuzzing lib
9 years ago
v2ray 98d99a1fd0 dynamic allocation of inbounds
9 years ago
Darien Raymond d8c6102638 test case for on demand detour
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 8c08248418 enable json test in travis
9 years ago
v2ray e5fa96f814 massive refactoring against json config parsing
9 years ago
v2ray 4ca43c3121 alternative user ids
9 years ago
v2ray 56c5302367 close method for point server
9 years ago
v2ray 34a0cb0b70 move port out of address
9 years ago
v2ray 4be7cd7908 Fix test flakiness
9 years ago
v2ray e12e5a0ecb barely working http proxy
9 years ago
v2ray fed5697dc3 SwitchAccount command
9 years ago
v2ray aab774e78f simplify router config
9 years ago
Darien Raymond a7c2425c9c Merge branch 'master' of https://github.com/v2ray/v2ray-core
9 years ago
Darien Raymond af8412175e re-org vmess content
9 years ago
v2ray a1ba0eb413 update test file to not generate temp files in source folder
9 years ago
V2 Ray 0a4d9fb037 Delete error.log
9 years ago
Darien Raymond 08d4b7793d update whitelist
9 years ago
v2ray 092217182a simplify config directory
9 years ago
v2ray 8bee0c4a7b cleanup shell/point/config
9 years ago
v2ray e1c58fae2b dns cache
9 years ago
v2ray b083773411 test case for log
9 years ago
v2ray db7d48e48f Refine log settings
9 years ago
Darien Raymond 5ec30c3ad0 more test cases
9 years ago
Darien Raymond 30be218c62 fix test break
9 years ago
Darien Raymond 3327cb0b80 format code
9 years ago
Darien Raymond 1a25931944 advanced end 2 end test
9 years ago
v2ray f69b83f3e6 add interface for socks config
9 years ago
v2ray e42510aca5 more literals
9 years ago
v2ray 88d75fd1c0 doc
9 years ago
Darien Raymond 9b830fc432 update end 2 end test
9 years ago
Darien Raymond ae056714db refactor common/net.Port
9 years ago
Darien Raymond fa7c1069bc more update
9 years ago
Darien Raymond 3c12469ae5 leverage serial.String in assert
9 years ago
Darien Raymond 091f047ebb add assertions for net utilities
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
V2Ray 07582c5b60 Move point to shell
9 years ago
V2Ray bd48556b98 Smarter reader generator
9 years ago
V2Ray a3a51b7b30 Update coverall
9 years ago
V2Ray 5347673e00 test case for socks udp
9 years ago
V2Ray 6ce1539bca Update coverall script
9 years ago
V2Ray e60fcba4b3 Test cases for Socks end 2 end.
9 years ago
V2Ray fdc72ed8c9 Move mocked userset to vmess/protocol/user
9 years ago
V2Ray 1d4b541d2f Move mock config to app/config
9 years ago
V2Ray 192960b711 Move mocked connection handlers to proxy/testing/mocks
9 years ago
V2Ray 3c43268898 inbound detour
9 years ago
V2Ray 1c09b70931 format code
9 years ago
V2Ray b44098d752 Introduce user level
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
Claire Raymond 771d0225c7 Refactor vmess config
9 years ago
V2Ray 890d185979 Cleanup root directory
9 years ago
V2Ray dc7d4a2309 Test case for wrong user account in socks5
9 years ago
V2Ray 1d40220d31 Remove error defination
9 years ago
V2Ray b115df56c0 fix test break
9 years ago
V2Ray 9ee73c4f6b Maintain an internal buffer pool to accelerate allocation
9 years ago
V2Ray cd81e5531b reuse outbound connection handler
9 years ago
V2Ray 72b4eeba8b Simpilify configuration files
9 years ago
V2Ray afb5448ffe test case for UDP in freedom
9 years ago
V2Ray 5c4b149d48 UDP support
9 years ago
V2Ray e70ff6547c Test root package
9 years ago
V2Ray b33995399b Remove uniq -u
9 years ago
V2Ray c598e229a9 fix for travis env
9 years ago
V2Ray 184560883f fully automated coverall script
9 years ago
V2Ray 8c682d32e6 coverall
9 years ago
V2Ray 08f85fc9b7 Unify error checking by introducing error codes
9 years ago
V2Ray 1995594b98 Error code check
9 years ago
V2Ray e83eec9479 Print out the correct point of error
9 years ago
V2Ray 9e4902d17a typo
9 years ago
V2Ray 685c0f3c05 Update coverall script
9 years ago
V2Ray 33768175c1 Update travis
9 years ago
V2Ray ec83281d18 Parse config just once
9 years ago
V2Ray 4874cd54a4 Introduce Packet to unify TCP and UDP communication
9 years ago
V2Ray cb16047cf0 prefer interface over struct
9 years ago
V2Ray b319704282 Add network type to destination to be ready for UDP connection
9 years ago
V2Ray 5d5102de4c code cleanup
9 years ago
V2Ray 521db6bdb4 update coverall script
9 years ago
V2Ray 07d4495b27 test cases for json config
9 years ago
V2Ray d03cac9670 Orgnize coverage info
9 years ago
V2Ray b40be74b86 Fix test break
9 years ago
V2Ray 075753c030 Massive refactoring for better code structure
9 years ago
V2Ray 86315633e1 update coverall script
9 years ago
V2Ray 2c0096c20a Update coverall script
9 years ago
V2Ray 76200e2764 test case for net.vmess
9 years ago
V2Ray 46abe9de5e Update coverall script
9 years ago
V2Ray 3734a25cf2 Update coverall script
9 years ago
V2Ray 5b63edbdbc Update coverall script to get better coverage info
9 years ago
V2Ray 8be5d695c8 test case for socks.net
9 years ago
V2Ray 26c040537f test cases for rand
9 years ago
V2Ray 228e1eeabe re-enable vmess test
9 years ago
V2Ray 4aad94c669 test cases for socks io
9 years ago
V2Ray 06e19d17e5 Update IV for instruction encryption
9 years ago
V2Ray 5af327f00b fix test break
9 years ago
V2Ray 51670b223d Remove prefix 'V' in struct names
9 years ago
V2Ray 8a6b07ba61 fix build break
9 years ago
V2Ray 262eb4f985 sample socks proxy
9 years ago
V2Ray f1292f6035 format code
9 years ago
V2Ray 5559c1ca60 fix build break
9 years ago
V2Ray c20a7958c2 simplify test code
9 years ago
V2Ray 08a96e5fe1 Unit test library to simplify test writing
9 years ago
V2Ray f8e44a70cf typo
9 years ago
V2Ray 386c29644e set executable for coverall
9 years ago
V2Ray 7f54ba8f6b coverall script
9 years ago