Commit Graph

1314 Commits

Author SHA1 Message Date
c0e05bb41e bump version to v0.34.0 2020-09-20 00:29:27 +08:00
aa74dc4646 Merge pull request #1990 from fatedier/dev
bump version to v0.34.0
2020-09-20 00:10:32 +08:00
1e420cc766 update tls 2020-09-18 20:06:33 +08:00
4fff3c7472 Add tls configuration to both client and server (#1974) 2020-09-18 19:58:58 +08:00
48fa618c34 update e2e tests (#1973) 2020-09-07 15:45:44 +08:00
c9fe23eb10 more e2e tests (#1845) 2020-09-07 14:57:23 +08:00
268afb3438 Sorting plugins so that execution order is deterministic (#1961) 2020-08-31 19:49:46 +08:00
b1181fd17a support non-preemptive authentication (#1888) 2020-07-01 11:18:23 +08:00
b23548eeff fix grammar issue (#1850) (#1852) 2020-06-11 15:39:59 +08:00
262317192c new e2e framework (#1835) 2020-06-02 22:48:55 +08:00
8b75b8b837 fix by golint (#1822) 2020-05-24 17:48:37 +08:00
2170c481ce update doc (#1821) 2020-05-24 14:05:31 +08:00
dfbf9c4542 style: adjust frps files (#1820) 2020-05-24 11:28:57 +08:00
964a1bbf39 refine: frpc flags (#1811) 2020-05-19 10:49:29 +08:00
228e225f84 fix: sync/atomic bug, fix #1804 (#1805)
Co-authored-by: tanghuafa <tanghuafa@bytedance.com>
2020-05-12 22:09:16 +08:00
bd6435c982 fix: frps plugin manager (#1803) 2020-05-12 15:55:35 +08:00
591023a1f0 fix: add frpc tls_enable flag and frps tls_only flag (#1798) 2020-05-12 14:33:34 +08:00
1ab23b5e0e fix: typo (#1799) 2020-05-10 17:58:35 +08:00
d193519329 feat: Support user specify udp packet size in config (#1794) 2020-05-07 17:47:36 +08:00
2406ecdfea Merge pull request #1780 from fatedier/dev
bump version
v0.33.0
2020-04-27 16:50:34 +08:00
7266154d54 bump version to v0.33.0 2020-04-27 16:24:17 +08:00
4797136965 feat: support sudp proxy (#1730) 2020-04-22 21:37:45 +08:00
6d78af6144 feat: group TCP mux proxies (#1765) 2020-04-20 13:35:47 +08:00
7728e35c52 fix: frps handle multi conn may happen data race (#1768) 2020-04-19 16:16:24 +08:00
5a61fd84ad fix: auth token bug (#1762) 2020-04-16 20:20:36 +08:00
ad0c449a75 Server manager support the NewUserConn operation (#1740)
support NewUserConn operation
2020-04-16 13:06:46 +08:00
1c330185c4 typo 2020-04-03 01:24:37 +08:00
8668fef136 Merge pull request #1728 from fatedier/dev
bump version to v0.32.1
v0.32.1
2020-04-03 01:14:58 +08:00
7491b327f8 update ISSUE_TEMPLATE 2020-04-03 01:03:13 +08:00
abb5b05d49 update package.sh 2020-04-03 00:59:47 +08:00
b6ec9dad28 bump version to v0.32.1 2020-04-02 11:49:16 +08:00
caa6e8cf01 fix: frpc reconnect frps frequently lead to memory leak (#1722) 2020-04-02 10:58:37 +08:00
ffb932390f remove qq info 2020-03-28 22:29:02 +08:00
a8efaee1f3 Improve basic examples for newbies (#1711) 2020-03-26 17:41:18 +08:00
4c2afb5c28 doc: add plugin repo link (#1710) 2020-03-20 20:54:22 +08:00
809f517db8 server plugin: set version and op in http request query (#1707) 2020-03-20 20:53:14 +08:00
a4b105dedb [Feature] Server Plugin - Ping and NewWorkConn RPC (#1702) 2020-03-18 01:52:44 +08:00
10acf638f8 [Feature] Include RunId in FRP Server Plugin NewProxy message (#1700)
* feat: include RunId in FRP Server Plugin NewProxy message

* doc: rewrite server plugin documentation
2020-03-14 23:26:35 +08:00
ea62bc5a34 remove vendor (#1697) v0.32.0 2020-03-11 14:39:43 +08:00
f65ffe2812 remove vendor 2020-03-11 14:34:17 +08:00
23bb76397a Merge pull request #1696 from fatedier/dev
bump version to v0.32.0
2020-03-11 14:30:47 +08:00
859a330e6c Merge pull request #1695 from fatedier/doc
update doc
2020-03-11 14:18:12 +08:00
86ac511763 bump version to v0.32.0 2020-03-11 14:13:49 +08:00
f2e98ef8a4 update doc 2020-03-11 14:13:16 +08:00
495d999b6c refactoring monitor code, support prometheus (#1668)
* refactoring monitor code, support prometheus
* remove vendor
2020-03-11 13:20:26 +08:00
6d1af85e80 fix: send server plugin request as json (#1690) 2020-03-10 15:23:37 +08:00
1db091b381 tcp multiplexing over http connect tunnel 2020-03-05 21:47:49 +08:00
0b9124d4fd Fix bandwidth compare (#1679)
It may cause all proxy restart when api reload.
2020-03-02 11:20:08 +08:00
6c6607ae68 feat: add multiple authentication methods, token and oidc.
token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method
2020-03-01 10:57:01 +08:00
83d80857fd Merge pull request #1644 from GuyLewin/feature/detailed-errors-to-client
DetailedErrorsToClient - only send detailed error info if this is on
2020-02-12 10:39:03 +08:00