1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-15 20:25:23 +00:00
Commit Graph

2902 Commits

Author SHA1 Message Date
Darien Raymond
97d886e1c9
use all buffers 2017-11-21 22:03:43 +01:00
Darien Raymond
dd159cce6c
special handling for IPv6 from URL 2017-11-21 18:46:28 +01:00
Darien Raymond
b0ac43a8fc
comments 2017-11-21 17:02:55 +01:00
Darien Raymond
fcc66704fa
comments 2017-11-21 16:55:22 +01:00
Darien Raymond
66ebeaa0ca
cleanup 2017-11-21 16:53:07 +01:00
Darien Raymond
c51251bbdb
fix broken test 2017-11-20 11:27:41 +01:00
Darien Raymond
9f146ac7d2
cleanup 2017-11-20 11:27:33 +01:00
Darien Raymond
ec8f8d4e10
remove check for ReaderFrom on underlying writer, as it may be badly implemented. 2017-11-20 11:13:27 +01:00
Darien Raymond
ee8d2ebfa9
remove json parser from core 2017-11-19 21:44:49 +01:00
Darien Raymond
afacee9e05
refactor 2017-11-19 21:43:20 +01:00
Darien Raymond
2c26705a00
Merge branch 'master' of https://github.com/v2ray/v2ray-core 2017-11-19 21:42:00 +01:00
DarienRaymond
d256f8d4af
Merge pull request #716 from IbarakiKasen/master
Fix typo, fix #715
2017-11-19 21:39:59 +01:00
Darien Raymond
8fb69fc2b6
send IPv6 query only to supported server. 2017-11-19 20:42:34 +01:00
IbarakiKasen
c0564cd747 Fix typo, fix #715 2017-11-19 13:46:31 +08:00
Darien Raymond
878d412c6a
handle truncated DNS messages. fix #713 2017-11-18 20:00:09 +01:00
Darien Raymond
ed1243b32b
require proxy auth when not set. fix #712 2017-11-18 19:40:53 +01:00
Darien Raymond
5c9f54a453
fix length check in auth reader 2017-11-18 19:37:36 +01:00
Darien Raymond
5751490802
Update version 2017-11-17 21:15:35 +01:00
Darien Raymond
028b2b74c9
fix lint warning 2017-11-17 21:02:32 +01:00
Darien Raymond
a6393449e0
force reader to be nil 2017-11-17 20:58:46 +01:00
Darien Raymond
5e8cf7bde6
redo http upload performance 2017-11-17 20:54:24 +01:00
Darien Raymond
b859bdf684
test case for http post and connect 2017-11-17 16:53:00 +01:00
Darien Raymond
afcad409e2
reallocate in for loop 2017-11-17 09:18:12 +00:00
Darien Raymond
88b521c77e
remove debug info 2017-11-17 03:03:27 +00:00
Darien Raymond
41bc2a6ce4
Revert "improve performance for http upload"
This reverts commit cddf74334d.
2017-11-17 02:56:24 +00:00
Darien Raymond
d03d72ba40
update 2017-11-17 01:10:30 +01:00
Darien Raymond
16ee684646
Update version 2017-11-17 00:51:50 +01:00
Darien Raymond
e69e6d00cb
actually run v2ctl 2017-11-17 00:51:04 +01:00
Darien Raymond
6f885e0663
Update version 2017-11-16 23:49:26 +01:00
Darien Raymond
aa2c1f76f4
remove unused function 2017-11-16 18:54:10 +01:00
Darien Raymond
23b768576e
always allocate buffer in Write 2017-11-16 18:34:05 +01:00
Darien Raymond
51ddc00c70
reduce buffer size in websocket 2017-11-16 18:11:02 +01:00
Darien Raymond
c4be61e854
retrieve the root cause of the error 2017-11-16 12:01:42 +01:00
Darien Raymond
cddf74334d
improve performance for http upload 2017-11-16 04:10:03 +01:00
Darien Raymond
743d35c059
flush when not buffered 2017-11-15 23:38:52 +01:00
Darien Raymond
f3ba1dbb8c
fix lint warnings 2017-11-15 18:28:39 +01:00
Darien Raymond
23f209075f
use ip if already resolved 2017-11-15 12:55:54 +01:00
Darien Raymond
26f005e822
resolve to ip on demand 2017-11-15 12:55:47 +01:00
Darien Raymond
f3c5df8798
make sure writer not buffered 2017-11-15 11:23:25 +01:00
Darien Raymond
5a6022d1ed
log err for SetReadDeadline(). fix #707 2017-11-15 01:14:02 +01:00
Darien Raymond
0dbfb66126
clean up dns package 2017-11-15 00:36:14 +01:00
Darien Raymond
a430e2065a
move port allocation to udp package 2017-11-14 23:45:07 +01:00
Darien Raymond
268d7264e8
use external config converter first, and then fallback to the internal one 2017-11-11 22:29:00 +01:00
Darien Raymond
901d13ca76
allow normalized env name for asset location. fix #702 2017-11-11 15:23:42 +01:00
DarienRaymond
e88bea0ee6
Merge pull request #700 from ToutyRater/patch-1
typo
2017-11-10 14:08:53 +01:00
ToutyRater
2c62346011
typo 2017-11-10 12:38:32 +00:00
Darien Raymond
c4bf58dc50
allow release script to access cloud storage 2017-11-09 23:10:09 +01:00
Darien Raymond
6f51496879
Update version 2017-11-09 22:43:13 +01:00
Darien Raymond
594ec15c09
cleanup buffer usage 2017-11-09 22:33:15 +01:00
Darien Raymond
6e61538b36
close http server properly 2017-11-09 01:06:40 +01:00