fatedier
|
c21f8ad291
|
utils/version: bump version to 0.8.1
|
2016-08-23 10:34:14 +08:00 |
|
fatedier
|
c8e5096f48
|
utils/pcrypto: fix the bug of using aes
1. The aes IV needs to be unique, but not secure.
2. The key should be 16, 24 or 32 bytes.
Fixes #85.
|
2016-08-21 23:28:01 +08:00 |
|
fatedier
|
2b1c39e03d
|
cmd/frps: a bug of status display in dashboard, fix #80
|
2016-08-18 14:52:11 +08:00 |
|
fatedier
|
ddd2acfe9f
|
models/msg: fix current connections statistics problem
|
2016-08-12 10:07:02 +08:00 |
|
fatedier
|
e3bf7e2b2b
|
cmd/frps: typo
|
2016-08-12 00:57:46 +08:00 |
|
fatedier
|
4914472215
|
assets: update assets
|
2016-08-12 00:39:39 +08:00 |
|
fatedier
|
5d9300c1e9
|
utils/conn: support ipv6, fix #62
|
2016-08-12 00:32:33 +08:00 |
|
fatedier
|
32d0ce9ea0
|
assets: use statik to compile static files into binary files
|
2016-08-11 21:47:26 +08:00 |
|
fatedier
|
d4ecc2218d
|
all: modify import path, change version to v0.8.0
|
2016-08-11 16:10:44 +08:00 |
|
fatedier
|
4300169041
|
assets: optimize static files archetucture
|
2016-08-10 20:18:36 +08:00 |
|
panhao
|
d813b953dd
|
assets:dashboard static resources
|
2016-08-09 21:17:02 +08:00 |
|
fatedier
|
1da81ad7d3
|
models/msg: limit single package length
|
2016-08-07 13:18:54 +08:00 |
|
fatedier
|
3b06d771ac
|
utils/conn: wsarecv error in windows means connection closed?
|
2016-08-01 15:24:04 +08:00 |
|
fatedier
|
7f386fc042
|
utils/pool: use sync.pool to reduce the pressure of garbage collection
|
2016-07-31 03:26:41 +08:00 |
|
fatedier
|
ecb6ad4885
|
all: privilege_allow_ports can be set in frps for ending abuse of ports
|
2016-07-31 02:17:10 +08:00 |
|
fatedier
|
fd3c97a0e9
|
Fix conflicts in fatedier/connection_pool with dev
Conflicts:
src/frp/cmd/frpc/control.go
src/frp/cmd/frps/control.go
src/frp/models/config/config.go
src/frp/models/server/server.go
|
2016-07-29 23:38:34 +08:00 |
|
fatedier
|
8f5f0b0a9a
|
all: new feature connection pool
|
2016-07-29 23:08:00 +08:00 |
|
fatedier
|
452e02adab
|
add host_header_rewrite in frpc.ini to rewrite your requests with a modified Host header
|
2016-07-26 00:18:19 +08:00 |
|
Maodanping
|
6dd51e0951
|
remove the extra filed
|
2016-07-24 15:08:01 +08:00 |
|
Maodanping
|
e0f2993b70
|
change the Host value in http request header
|
2016-07-24 15:00:18 +08:00 |
|
fatedier
|
926d0b74a9
|
utils/vhost: update TcpConn with bufio.Reader
|
2016-07-20 16:33:42 +08:00 |
|
fatedier
|
4f49458af0
|
frp/models/msg: fix a bug if local service write to socket immediately every time accept one user connection, fix #20
|
2016-07-20 16:04:06 +08:00 |
|
fatedier
|
fd6b94908b
|
models/server: add statistics for proxies enabled privilege mode.
|
2016-07-18 00:30:46 +08:00 |
|
fatedier
|
dee4cbd48c
|
models/metric: sort for metric result
|
2016-07-18 00:18:40 +08:00 |
|
fatedier
|
ac09ba3982
|
all: add /api/proxies api for statistics info
|
2016-07-17 21:42:21 +08:00 |
|
fatedier
|
9dae7ad6fe
|
cmd/frps: update
|
2016-07-08 14:19:26 +08:00 |
|
fatedier
|
a4e051d494
|
cmd/frps: improve the description of login failed
|
2016-07-08 14:15:26 +08:00 |
|
fatedier
|
e580c7b6e6
|
all: release resources when proxy closed using privilege mode
|
2016-06-28 00:55:30 +08:00 |
|
fatedier
|
ba74934a1f
|
all: privilege mode update
|
2016-06-28 00:21:13 +08:00 |
|
fatedier
|
f968f3eace
|
all: add new feature privilege mode
|
2016-06-26 22:36:07 +08:00 |
|
fatedier
|
b14441d5cd
|
utils/vhost: update for vhost_https
|
2016-06-24 15:43:58 +08:00 |
|
fatedier
|
0a50c3bd82
|
Merge pull request #39 from fatedier/release0.7
add support for https
|
2016-06-24 14:09:50 +08:00 |
|
fatedier
|
ef5702213f
|
Merge pull request #38 from fatedier/fatedier/fix_vhost_bug
cmd/frps: fix a bug when vhost_http_port is not set, fix #30
|
2016-06-24 14:00:50 +08:00 |
|
fatedier
|
c5e4b24f8f
|
all: add use_gzip configure and some improvements, see #28
|
2016-06-24 13:12:34 +08:00 |
|
Gogs
|
ab6c5c813e
|
User can set use aes or gzip
|
2016-06-14 16:58:53 +08:00 |
|
Maodanping
|
f3876d69bb
|
add https proto for reverse proxy
|
2016-06-13 22:19:24 +08:00 |
|
fatedier
|
817f4463f4
|
cmd/frps: fix a bug when vhost_http_port is not set, fix #30
|
2016-06-12 21:57:55 +08:00 |
|
fatedier
|
e8c830e5c8
|
all: format
|
2016-06-07 11:15:59 +08:00 |
|
fatedier
|
2640c0b570
|
utils/conn: fix a socket error in windows
|
2016-06-06 11:43:41 +08:00 |
|
fatedier
|
150c4beef8
|
cmd/frps: update help info
|
2016-06-03 17:55:53 +08:00 |
|
fatedier
|
5febee6201
|
all: add "--reload" command for frps, reload ini file without kill old program
|
2016-06-03 17:51:45 +08:00 |
|
fatedier
|
ee8786a6b3
|
models/server: fix one possible error when frps accept too many user connections in a short time
|
2016-05-19 20:50:19 +08:00 |
|
fatedier
|
d569a60eff
|
cmd/frpc: let cli.StartTunnel async
|
2016-05-19 15:13:35 +08:00 |
|
fatedier
|
14607b352d
|
utils/version: update version to v0.6.0
|
2016-05-19 00:36:08 +08:00 |
|
fatedier
|
f404a0a5ee
|
models/server: add dashboard for frps by gin
|
2016-05-19 00:04:19 +08:00 |
|
fatedier
|
040841db48
|
cmd/frps/control: fix bug when frpc login failed
|
2016-05-09 00:15:31 +08:00 |
|
fatedier
|
c10321ead6
|
utils/log: support max days of keeping log files
|
2016-05-03 21:41:57 +08:00 |
|
fatedier
|
f650d3f330
|
all: support for virtual host
|
2016-04-18 15:16:40 +08:00 |
|
fatedier
|
d5913fc77b
|
all: fix bug when reconnecting
|
2016-04-07 19:27:39 +08:00 |
|
fatedier
|
bc176b90f1
|
all: change passwd to auth_token and improve authentication
|
2016-04-05 17:18:21 +08:00 |
|