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

248 Commits

Author SHA1 Message Date
v2ray
cfdda19834 Shorten BytesLiteral 2016-05-23 20:21:23 +02:00
v2ray
28cf3aa0c7 uint32 2016-05-23 20:16:31 +02:00
v2ray
3d6200dc64 Fix another dead lock in buffered writer 2016-05-22 19:41:48 +02:00
v2ray
e00c424341 Fix dead lock in buffered writer 2016-05-22 19:39:14 +02:00
v2ray
f5f13d801f add a lock to protect reader/writer from panic 2016-05-20 13:56:19 +02:00
v2ray
3b545abe02 dns client implementation 2016-05-15 23:09:28 -07:00
v2ray
634c4964cc Massive fixes 2016-05-12 17:20:07 -07:00
v2ray
3c02805186 realtime logger 2016-05-12 17:18:07 -07:00
v2ray
7e481fe943 rename retry_test package 2016-05-11 23:27:54 -07:00
v2ray
abdcda0a2f reorg common/log 2016-05-11 23:24:41 -07:00
v2ray
c224f67666 actually return nil 2016-05-11 11:54:55 -07:00
v2ray
7fd94e1116 clear logic in v2io.Pipe 2016-05-11 11:54:29 -07:00
v2ray
e9ae553f78 test cases for v2io 2016-05-11 10:54:20 -07:00
v2ray
2739cf2f4a disable access log if log level = none 2016-05-08 23:01:27 -07:00
v2ray
b5f43031d4 refactor alter id generation 2016-05-07 21:07:46 +02:00
v2ray
8a07534586 remove unnecessary package alias 2016-05-07 20:26:29 +02:00
v2ray
73e84b1e06 account 2016-05-07 20:26:03 +02:00
v2ray
31d03a893a test case for port range 2016-05-02 18:56:58 +02:00
v2ray
a538de56de detect end of channel 2016-05-01 17:19:41 +02:00
v2ray
3df7634570 safer for loop 2016-05-01 17:19:09 +02:00
v2ray
0c6a14c27b test case for buffer string 2016-04-29 23:47:42 +02:00
v2ray
5390e8efff reduce memory usage in log 2016-04-29 23:40:28 +02:00
v2ray
dd8ce6f164 releasable log 2016-04-29 13:38:40 +02:00
v2ray
cef5386a21 Log level: none 2016-04-29 11:36:27 +02:00
v2ray
8b71647b9d comments 2016-04-28 22:31:33 +02:00
v2ray
ea6ccb88af actually wait for done 2016-04-28 21:13:51 +02:00
v2ray
d9367efb2d comments 2016-04-26 01:08:41 +02:00
v2ray
a7f40da07a Fix unused variables 2016-04-26 00:46:04 +02:00
v2ray
42907ff2e8 Remove v2net.Packet 2016-04-26 00:13:26 +02:00
v2ray
7db14dad9b releasble user validator 2016-04-25 18:39:30 +02:00
v2ray
7768674df8 revert unintentional change 2016-04-18 18:59:57 +02:00
v2ray
7407c8d561 use stream instead of raw chan 2016-04-18 18:44:10 +02:00
v2ray
70f803173a simplify reader/writer interface 2016-04-12 21:43:13 +02:00
v2ray
308c40553c split BufferPool from buffer.go 2016-04-12 16:52:57 +02:00
v2ray
e8023f0d92 releasable writer 2016-03-24 23:36:18 +08:00
v2ray
760247a4ab fix log test for windows 2016-03-24 23:36:06 +08:00
v2ray
ff69ac7a0e Release all references 2016-03-11 23:51:58 +01:00
v2ray
1b5b599741 agressively cleanup references at release 2016-03-10 16:56:19 +01:00
v2ray
a341cab302 implement releasable interface in v2io 2016-03-10 00:33:14 +01:00
v2ray
c7f6426c88 release interface 2016-03-10 00:33:01 +01:00
v2ray
be90c04deb prevent double release in buffer 2016-03-09 11:34:39 +01:00
v2ray
81bc2ff91d test case for raw encoding 2016-02-27 22:37:14 +01:00
v2ray
547cc75651 Migrate VMessIn with protocol 2016-02-27 17:28:21 +01:00
v2ray
2144c47102 Migrate VMessOut into protocol 2016-02-27 16:41:21 +01:00
v2ray
ef51c600fb Apply buffered reader and writer to socks 2016-02-27 11:02:42 +01:00
v2ray
cba26dabe8 more protocol implementation 2016-02-27 00:05:53 +01:00
v2ray
be09847bbd buffered reader and writer 2016-02-26 23:45:33 +01:00
v2ray
7fa96a4d2c fix build break 2016-02-26 23:18:34 +01:00
v2ray
79171f105a move CryptionReader and Writer into a separate file 2016-02-25 21:53:21 +01:00
v2ray
7b79a768ef protocol and api 2016-02-25 21:50:38 +01:00