[PR #316] [MERGED] Refactoring #4172

Closed
opened 2026-05-05 14:37:00 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/316
Author: @fatedier
Created: 5/14/2017
Status: Merged
Merged: 5/14/2017
Merged by: @fatedier

Base: devHead: refactoring


📝 Commits (10+)

📊 Changes

168 files changed (+9890 additions, -5033 deletions)

View changed files

.github/ISSUE_TEMPLATE (+21 -0)
📝 .travis.yml (+2 -3)
📝 Dockerfile_alpine (+3 -3)
📝 Godeps/Godeps.json (+20 -7)
📝 Makefile (+21 -30)
📝 Makefile.cross-compiles (+24 -20)
📝 assets/assets.go (+1 -1)
assets/static/b02bdc1b846fd65473922f5f62832108.ttf (+0 -0)
assets/static/favicon.ico (+0 -0)
assets/static/index.html (+1 -0)
assets/static/index.js (+25 -0)
assets/static/manifest.js (+1 -0)
assets/static/vendor.js (+6 -0)
assets/statik/statik.go (+10 -0)
client/control.go (+396 -0)
client/proxy.go (+265 -0)
client/service.go (+43 -0)
📝 cmd/frpc/main.go (+35 -24)
cmd/frps/main.go (+118 -0)
📝 conf/frpc.ini (+22 -34)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/316 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/14/2017 **Status:** ✅ Merged **Merged:** 5/14/2017 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `refactoring` --- ### 📝 Commits (10+) - [`a22440a`](https://github.com/fatedier/frp/commit/a22440aade49d9dfa355b8538631477826a70600) start refactoring - [`88083d2`](https://github.com/fatedier/frp/commit/88083d21e88b5a90875fc21963c7a189e5f8f0e9) start refactoring - [`6ee0b25`](https://github.com/fatedier/frp/commit/6ee0b2578223d9ae6daa9cd88472049926e13a8b) update - [`f00a285`](https://github.com/fatedier/frp/commit/f00a28598f64809d5e88ea8306174640387e4a89) github: add issue template - [`307b74c`](https://github.com/fatedier/frp/commit/307b74cc13ccf944a60c0955f22422293e577077) build: add go1.8 and remove go1.5 - [`f83a2a7`](https://github.com/fatedier/frp/commit/f83a2a73aba5e3badd82d5a60927cb0c1c6b82b4) test: update - [`f90028c`](https://github.com/fatedier/frp/commit/f90028cf961b3419e87b62115ba517a67f7eb53e) Use encryption in frp protocol. - [`b02e100`](https://github.com/fatedier/frp/commit/b02e1007fb7a5bac1e182fadc77f41b47da8ce64) support more proxy type - [`a1023fd`](https://github.com/fatedier/frp/commit/a1023fdfc29198e30d4b522e8020c8873c9f7cb4) add more log - [`54bbfe2`](https://github.com/fatedier/frp/commit/54bbfe26b094b31cd5aae0dd559c269b03f2732e) support udp ### 📊 Changes **168 files changed** (+9890 additions, -5033 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE` (+21 -0) 📝 `.travis.yml` (+2 -3) 📝 `Dockerfile_alpine` (+3 -3) 📝 `Godeps/Godeps.json` (+20 -7) 📝 `Makefile` (+21 -30) 📝 `Makefile.cross-compiles` (+24 -20) 📝 `assets/assets.go` (+1 -1) ➕ `assets/static/b02bdc1b846fd65473922f5f62832108.ttf` (+0 -0) ➕ `assets/static/favicon.ico` (+0 -0) ➕ `assets/static/index.html` (+1 -0) ➕ `assets/static/index.js` (+25 -0) ➕ `assets/static/manifest.js` (+1 -0) ➕ `assets/static/vendor.js` (+6 -0) ➕ `assets/statik/statik.go` (+10 -0) ➕ `client/control.go` (+396 -0) ➕ `client/proxy.go` (+265 -0) ➕ `client/service.go` (+43 -0) 📝 `cmd/frpc/main.go` (+35 -24) ➕ `cmd/frps/main.go` (+118 -0) 📝 `conf/frpc.ini` (+22 -34) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:37:00 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4172
No description provided.