[PR #1140] [MERGED] update kcp-go package #4333

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

📋 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: devHead: kcp


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/1140 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/17/2019 **Status:** ✅ Merged **Merged:** 3/17/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `kcp` --- ### 📝 Commits (1) - [`fdcdccb`](https://github.com/fatedier/frp/commit/fdcdccb0c20386162935f803a0e7b70ddfeb30f1) update kcp-go package ### 📊 Changes **122 files changed** (+14487 additions, -2466 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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:40:02 -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#4333
No description provided.