[PR #1] [MERGED] First available commit #4089

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1
Author: @fatedier
Created: 1/27/2016
Status: Merged
Merged: 1/27/2016
Merged by: @fatedier

Base: devHead: master


📝 Commits (1)

📊 Changes

31 files changed (+2295 additions, -0 deletions)

View changed files

📝 .gitignore (+4 -0)
Godeps/Godeps.json (+18 -0)
Godeps/Readme (+5 -0)
Godeps/_workspace/.gitignore (+2 -0)
Godeps/_workspace/src/github.com/astaxie/beego/LICENSE (+13 -0)
Godeps/_workspace/src/github.com/astaxie/beego/logs/README.md (+63 -0)
Godeps/_workspace/src/github.com/astaxie/beego/logs/conn.go (+116 -0)
Godeps/_workspace/src/github.com/astaxie/beego/logs/console.go (+95 -0)
Godeps/_workspace/src/github.com/astaxie/beego/logs/es/es.go (+76 -0)
Godeps/_workspace/src/github.com/astaxie/beego/logs/file.go (+283 -0)
Godeps/_workspace/src/github.com/astaxie/beego/logs/log.go (+350 -0)
Godeps/_workspace/src/github.com/astaxie/beego/logs/smtp.go (+165 -0)
Godeps/_workspace/src/github.com/astaxie/beego/utils/captcha/LICENSE (+19 -0)
Godeps/_workspace/src/github.com/vaughan0/go-ini/LICENSE (+14 -0)
Godeps/_workspace/src/github.com/vaughan0/go-ini/README.md (+70 -0)
Godeps/_workspace/src/github.com/vaughan0/go-ini/ini.go (+123 -0)
Godeps/_workspace/src/github.com/vaughan0/go-ini/test.ini (+2 -0)
Makefile (+15 -0)
cmd/frpc/config.go (+89 -0)
cmd/frpc/control.go (+67 -0)

...and 11 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/1 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/27/2016 **Status:** ✅ Merged **Merged:** 1/27/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `master` --- ### 📝 Commits (1) - [`7030d16`](https://github.com/fatedier/frp/commit/7030d16e80770ab1c7c280dfabb4f4985ce1926b) First available commit ### 📊 Changes **31 files changed** (+2295 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -0) ➕ `Godeps/Godeps.json` (+18 -0) ➕ `Godeps/Readme` (+5 -0) ➕ `Godeps/_workspace/.gitignore` (+2 -0) ➕ `Godeps/_workspace/src/github.com/astaxie/beego/LICENSE` (+13 -0) ➕ `Godeps/_workspace/src/github.com/astaxie/beego/logs/README.md` (+63 -0) ➕ `Godeps/_workspace/src/github.com/astaxie/beego/logs/conn.go` (+116 -0) ➕ `Godeps/_workspace/src/github.com/astaxie/beego/logs/console.go` (+95 -0) ➕ `Godeps/_workspace/src/github.com/astaxie/beego/logs/es/es.go` (+76 -0) ➕ `Godeps/_workspace/src/github.com/astaxie/beego/logs/file.go` (+283 -0) ➕ `Godeps/_workspace/src/github.com/astaxie/beego/logs/log.go` (+350 -0) ➕ `Godeps/_workspace/src/github.com/astaxie/beego/logs/smtp.go` (+165 -0) ➕ `Godeps/_workspace/src/github.com/astaxie/beego/utils/captcha/LICENSE` (+19 -0) ➕ `Godeps/_workspace/src/github.com/vaughan0/go-ini/LICENSE` (+14 -0) ➕ `Godeps/_workspace/src/github.com/vaughan0/go-ini/README.md` (+70 -0) ➕ `Godeps/_workspace/src/github.com/vaughan0/go-ini/ini.go` (+123 -0) ➕ `Godeps/_workspace/src/github.com/vaughan0/go-ini/test.ini` (+2 -0) ➕ `Makefile` (+15 -0) ➕ `cmd/frpc/config.go` (+89 -0) ➕ `cmd/frpc/control.go` (+67 -0) _...and 11 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:29 -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#4089
No description provided.