mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #29] [MERGED] release v0.6.0 #4112
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/29
Author: @fatedier
Created: 6/7/2016
Status: ✅ Merged
Merged: 6/7/2016
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
d3c4401build: support linux/arm and darwinc680d87test: add function testing caseea32308test: fixda7c473fetch commits from masterf404a0amodels/server: add dashboard for frps by gincd59bbdGodeps: add package gin for dashboardbc7ad2bupdate14607b3utils/version: update version to v0.6.0d569a60cmd/frpc: let cli.StartTunnel asyncee8786amodels/server: fix one possible error when frps accept too many user connections in a short time📊 Changes
117 files changed (+27761 additions, -129 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.travis.yml(+1 -1)📝
Godeps/Godeps.json(+37 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/.gitignore(+4 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/.travis.yml(+23 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/AUTHORS.md(+229 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/BENCHMARKS.md(+298 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/CHANGELOG.md(+150 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/LICENSE(+21 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/README.md(+710 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/auth.go(+92 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/binding.go(+67 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/default_validator.go(+41 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/form.go(+54 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/form_mapping.go(+150 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/json.go(+25 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/protobuf.go(+35 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/binding/xml.go(+24 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/context.go(+568 -0)➕
Godeps/_workspace/src/github.com/gin-gonic/gin/debug.go(+71 -0)...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.