[PR #5] [MERGED] Release version 0.1.0 #4093

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5
Author: @fatedier
Created: 2/28/2016
Status: Merged
Merged: 2/28/2016
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • 793624c Merge pull request #1 from fatedier/master
  • fe80650 add pcrupto.go
  • b77738e add ppcrypto_test
  • f427e3b Merge pull request #2 from vashstorm/master
  • 0b71932 Support travis-ci
  • 79195d7 Change internal package import to github/fatedier
  • bdcdafd Add travis-ci build status in README.md
  • fa93569 Use go fmt before build
  • f065562 (1)分离出连接服务器的逻辑 (2)新增client断线重连功能
  • af6fc61 (1)新增client向server发送心跳检测

📊 Changes

26 files changed (+985 additions, -447 deletions)

View changed files

📝 .gitignore (+3 -0)
.travis.yml (+12 -0)
📝 Makefile (+10 -3)
📝 README.md (+3 -0)
cmd/frpc/control.go (+0 -67)
cmd/frps/control.go (+0 -134)
📝 conf/frpc.ini (+3 -3)
📝 conf/frps.ini (+2 -2)
pkg/models/msg.go (+0 -27)
pkg/models/server.go (+0 -116)
src/frp/cmd/frpc/control.go (+155 -0)
📝 src/frp/cmd/frpc/main.go (+7 -6)
src/frp/cmd/frps/control.go (+204 -0)
📝 src/frp/cmd/frps/main.go (+6 -5)
📝 src/frp/models/client/client.go (+17 -16)
📝 src/frp/models/client/config.go (+10 -11)
src/frp/models/consts/consts.go (+23 -0)
src/frp/models/msg/msg.go (+20 -0)
📝 src/frp/models/server/config.go (+10 -11)
src/frp/models/server/server.go (+150 -0)

...and 6 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/5 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 2/28/2016 **Status:** ✅ Merged **Merged:** 2/28/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`793624c`](https://github.com/fatedier/frp/commit/793624c379d604afeb0ffc84e4d6f37d9a1fa37d) Merge pull request #1 from fatedier/master - [`fe80650`](https://github.com/fatedier/frp/commit/fe806500e9bbabfb151d80d68b1a34049ad32863) add pcrupto.go - [`b77738e`](https://github.com/fatedier/frp/commit/b77738e619d3474de3511332cfb65f214f2d9480) add ppcrypto_test - [`f427e3b`](https://github.com/fatedier/frp/commit/f427e3bc33a1dc02306083514987cefdcc6d61a5) Merge pull request #2 from vashstorm/master - [`0b71932`](https://github.com/fatedier/frp/commit/0b719326bc456e16cf0fd42ae47ee78265ae2220) Support travis-ci - [`79195d7`](https://github.com/fatedier/frp/commit/79195d71777e8ed157ff852fadcbe6ed4004cf77) Change internal package import to github/fatedier - [`bdcdafd`](https://github.com/fatedier/frp/commit/bdcdafd7682d8311103b5969d27891c9585c4da5) Add travis-ci build status in README.md - [`fa93569`](https://github.com/fatedier/frp/commit/fa9356936b49f60eba62fa49b05869eddbf461b1) Use go fmt before build - [`f065562`](https://github.com/fatedier/frp/commit/f065562ec3e570dda5f560840653ae761a962f67) (1)分离出连接服务器的逻辑 (2)新增client断线重连功能 - [`af6fc61`](https://github.com/fatedier/frp/commit/af6fc61537eaa8012c0091a0eb18353de9604c2c) (1)新增client向server发送心跳检测 ### 📊 Changes **26 files changed** (+985 additions, -447 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) ➕ `.travis.yml` (+12 -0) 📝 `Makefile` (+10 -3) 📝 `README.md` (+3 -0) ➖ `cmd/frpc/control.go` (+0 -67) ➖ `cmd/frps/control.go` (+0 -134) 📝 `conf/frpc.ini` (+3 -3) 📝 `conf/frps.ini` (+2 -2) ➖ `pkg/models/msg.go` (+0 -27) ➖ `pkg/models/server.go` (+0 -116) ➕ `src/frp/cmd/frpc/control.go` (+155 -0) 📝 `src/frp/cmd/frpc/main.go` (+7 -6) ➕ `src/frp/cmd/frps/control.go` (+204 -0) 📝 `src/frp/cmd/frps/main.go` (+6 -5) 📝 `src/frp/models/client/client.go` (+17 -16) 📝 `src/frp/models/client/config.go` (+10 -11) ➕ `src/frp/models/consts/consts.go` (+23 -0) ➕ `src/frp/models/msg/msg.go` (+20 -0) 📝 `src/frp/models/server/config.go` (+10 -11) ➕ `src/frp/models/server/server.go` (+150 -0) _...and 6 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:35:30 -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#4093
No description provided.