Commit Graph

1099 Commits (e9e12cf888c9bf76489c66d45685f43906f70f5c)
 

Author SHA1 Message Date
Guy Lewin c747f160aa TlsOnly - only accept TLS connections if enabled 5 years ago
fatedier c8748a2948 update .travis.yml 5 years ago
fatedier 69fa7ed16e bump version to v0.31.2 5 years ago
fatedier 5336155365
Merge pull request #1636 from fatedier/new
send closeProxy msg to server then client start proxy error
5 years ago
fatedier 4feb74cb89 doc typo 5 years ago
fatedier 4a4cf552af send closeProxy msg to server then client start proxy error, fix #1606 5 years ago
Joe Cloud 0f59b8f329 English grammar fix. (#1619) 5 years ago
fatedier 4832a2a1e9 bump version 5 years ago
fatedier 52ecd84d8a fix panic if set meta in proxy config, fix #1595 5 years ago
fatedier 42014eea23 improve xtcp, fix #1585 5 years ago
fatedier c2da396230
Merge pull request #1587 from fatedier/doc
add server manage plugin doc
5 years ago
fatedier e91c9473be add server manage plugin doc 5 years ago
fatedier 13e48c6ca0
Merge pull request #1575 from fatedier/new
support server plugin feature
5 years ago
fatedier 31e2cb76bb bump version 5 years ago
fatedier 91e46a2c53 support server plugin feature 5 years ago
fatedier a57679f837 support meta info for client and proxy 5 years ago
fatedier df18375308
Merge pull request #1537 from fatedier/new
bump version to v0.30.0
5 years ago
fatedier c63737ab3e update doc for bandwith limit 5 years ago
fatedier 1cdceee347 bump version to v0.30.0 5 years ago
fatedier 694c434b9e
Merge pull request #1529 from kingjcy/20191118
plugin http2https
5 years ago
kingjcy 62af5c8844 handle close 5 years ago
kingjcy 56c53909aa plugin http2https
plugin http2https
5 years ago
fatedier 21a126e4e4
Merge pull request #1510 from CallanTaylor/close-file
Close file
5 years ago
CallanTaylor 8affab1a2b Close file 5 years ago
fatedier 12cc53d699 update bandwidth_limit 5 years ago
fatedier 2ab832bb89
Merge pull request #1495 from fatedier/new
support bandwith limit for one proxy
5 years ago
fatedier 42425d8218 update vendor files 5 years ago
fatedier 6da093a402 support bandwith limit for one proxy 5 years ago
fatedier 22a79710d8 bump version to v0.29.1 5 years ago
fatedier 0927553fe4
Merge pull request #1465 from lzhfromustc/dev_dup_mis_unlock
dev:udp: Add an Unlock before a continue, to fix a double lock bug
5 years ago
fatedier 858d8f0ba7
Merge pull request #1460 from weisi/dev
Fix typos in English Readme.
5 years ago
lzhfromustc 8eb945ee9b dev:udp: Add an Unlock before a continue, to fix a double lock bug 5 years ago
Weisi Dai dc0fd60d30 frp: Fix typos in English Readme. 5 years ago
fatedier cd44c9f55c
Merge pull request #1459 from fatedier/new
change log method
5 years ago
fatedier 649f47c345 change log method 5 years ago
fatedier 6ca3160b33
Merge pull request #1451 from GuyLewin/dev
Grammer fixes
5 years ago
Guy Lewin 5f8ed4fc60 Fix CR 5 years ago
Guy Lewin bf0993d2a6 Grammer fixes 5 years ago
fatedier 5dc8175fc8
Merge pull request #1420 from Hurricanezwf/fix-bad-xtcp-encryption
fix #1347:  bad encryption and compression when use xtcp
6 years ago
zhouwenfeng dc6a5a29c1 fix bad encryption and compression when use xtcp 6 years ago
fatedier 94212ac8b8
Merge pull request #1414 from fatedier/new
let max_pool_count valid
6 years ago
fatedier e9e86fccf0 let max_pool_count valid 6 years ago
fatedier 58745992ef typo 6 years ago
fatedier 234d634bfe
Merge pull request #1411 from fatedier/new
proxy protocol: fix detect method for IPV4 and IPV6, fix #1410
6 years ago
fatedier fdc6902a90 proxy protocol: fix detect method for IPV4 and IPV6 6 years ago
fatedier d8d587fd93
Merge pull request #1408 from velovix/issue-1387_api-documentation
Add documentation for common configuration fields, common proxy configuration, and sessions
6 years ago
Tyler Compton 92791260a7 Add documentation for base proxy config 6 years ago
Tyler Compton 4dfd851c46 Add docs for common config fields & sessions
Now that the common configuration objects and session objects are part
of a public API, they need to be documented in a way that can be read
with godoc. This commit should lead to easier development with FRP as a
library.
6 years ago
fatedier bc4df74b5e
Merge pull request #1401 from velovix/issue-1387_client-conf-as-argument
Pass client configuration as an argument
6 years ago
Tyler Compton 666f122a72 Pass client configuration as an argument
The ClientCommonConf, configuration file path, and server UDP port are
now passed around as arguments instead of being shared between
components as global variables. This allows for multiple clients to
exist in the same process, and allows client.Session to be used as a
library more easily.
6 years ago