| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.
Signed-off-by: Andre Heider <a.heider@gmail.com>
|
|
|
|
|
|
| |
add support for port-range dailer, port-range listener
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
|
|
|
|
| |
Signed-off-by: Chao Liu <git@expiron.dev>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the
binaries it produces. Since the default Go package build process will
strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected,
these flags are unnecessary.
When CONFIG_NO_STRIP is selected, these flags override the user's
intention of building unstripped packages.
This removes these flags for all relevant packages.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|
|
|
| |
Signed-off-by: Chao Liu <expiron18@gmail.com>
|
|
|
|
| |
Signed-off-by: Chao Liu <expiron18@gmail.com>
|
|
|
|
| |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
|
|
|
| |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
|
|
|
|
|
| |
Reference: https://github.com/xtaci/kcptun/releases/tag/v20200103
Signed-off-by: Chao Liu <expiron18@gmail.com>
|
|
|
|
|
|
|
| |
Right now, the buildbots are trying to build this on ARC, which is totally
unsupported.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Chao Liu <expiron18@gmail.com>
|
|
|
|
|
|
|
|
|
| |
This commit updates:
- bump version to v20190924
- add new options for latest release
(https://github.com/xtaci/kcptun/releases/tag/v20190924)
Signed-off-by: Chao Liu <expiron18@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit updates:
- bump version to v20190809
- fix PKG_LICENSE_FILES
- rename package names to kcptun-server, kcptun-client
- refactor Makefile
- merge config and service scripts
- add more config options to support all features
- add additional options: gogc, syslog, user
- add README.md
Reference:
- package shadowsocks-libev
Signed-off-by: Chao Liu <expiron18@gmail.com>
|
|
kcptun is a stable & secure tunnel based on kcp with N:M multiplexing.
https://github.com/xtaci/kcptun
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
|