mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1140] [MERGED] update kcp-go package #4333
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#4333
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/1140
Author: @fatedier
Created: 3/17/2019
Status: ✅ Merged
Merged: 3/17/2019
Merged by: @fatedier
Base:
dev← Head:kcp📝 Commits (1)
fdcdccbupdate kcp-go package📊 Changes
122 files changed (+14487 additions, -2466 deletions)
View changed files
📝
go.mod(+3 -2)📝
go.sum(+6 -2)📝
vendor/github.com/fatedier/kcp-go/.travis.yml(+3 -1)📝
vendor/github.com/fatedier/kcp-go/README.md(+55 -43)📝
vendor/github.com/fatedier/kcp-go/crypt.go(+549 -52)➕
vendor/github.com/fatedier/kcp-go/entropy.go(+52 -0)📝
vendor/github.com/fatedier/kcp-go/fec.go(+49 -41)📝
vendor/github.com/fatedier/kcp-go/kcp.go(+98 -84)📝
vendor/github.com/fatedier/kcp-go/sess.go(+239 -229)📝
vendor/github.com/fatedier/kcp-go/updater.go(+6 -7)➖
vendor/github.com/fatedier/kcp-go/xor.go(+0 -110)📝
vendor/github.com/klauspost/cpuid/.gitignore(+0 -16)➕
vendor/github.com/klauspost/cpuid/.travis.yml(+23 -0)➕
vendor/github.com/klauspost/cpuid/CONTRIBUTING.txt(+35 -0)➕
vendor/github.com/klauspost/cpuid/LICENSE(+22 -0)➕
vendor/github.com/klauspost/cpuid/README.md(+145 -0)➕
vendor/github.com/klauspost/cpuid/cpuid.go(+1040 -0)➕
vendor/github.com/klauspost/cpuid/cpuid_386.s(+42 -0)➕
vendor/github.com/klauspost/cpuid/cpuid_amd64.s(+42 -0)➕
vendor/github.com/klauspost/cpuid/detect_intel.go(+17 -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.