aboutsummaryrefslogtreecommitdiff
path: root/net/pagekitec
Commit message (Collapse)AuthorAge
* pagekite: add patchs for 64bit timeKarl Palsson2022-09-26
| | | | | | Source: https://github.com/pagekite/libpagekite/pull/78 Signed-off-by: Karl Palsson <karlp@etactica.com>
* pagekitec: update to latestKarl Palsson2020-11-19
| | | | | | | | | Fixes for status files not being written, seen on OpenWrt Fixes for compiler warnings, seen on OpenWrt Full changelog: https://github.com/pagekite/libpagekite/compare/v0.91.200718...v0.91.201110 Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* net/pagekitec: Update to v0.91.200718Karl Palsson2020-08-05
| | | | | | | This fixes misleading errors in the status file, and increases buffer sizes to match the python implementation. Signed-off-by: Karl Palsson <karlp@etactica.com>
* net/pagekitec: support status reporting json fileKarl Palsson2020-03-24
| | | | | | Allows luci webapp to report health more dynamically. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* net/pagekitec: Update to newest versionKarl Palsson2020-03-24
| | | | | | Drops a patch, adds support for a status file for health tracking. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* pagekite: add simple websockets and update syntaxKarl Palsson2020-02-26
| | | | | | Syntax now matches preferred upstream style. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* pagekite: avoid redundant information in syslogKarl Palsson2020-02-26
| | | | | | Patch from upstream: https://github.com/pagekite/libpagekite/commit/7b4587818564aa667f868249e9a8f1dc1d095fd3 Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* pagekite: bump to v0.91.200218Karl Palsson2020-02-26
| | | | | | pings the front ends less aggressively, reducing cpu usage on the host. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* net/pagekitec: Update to 20191211 versionKarl Palsson2019-12-11
| | | | | | | Pulls in various bugfixes from the last two years, including changes for openssl deprecation. Signed-off-by: Karl Palsson <karlp@etactica.com>
* treewide: avoid deref symlinks when installing .soYousong Zhou2019-06-21
| | | | | | | | | | | | | | This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2: deduplicate files in libnghttp2") The packages in this commit are identified with the following command grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*' Some of them do not have symlinks and are not affected, but the change is still applied for consideration of best practices just in case Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* treewide: fix missing/wrong MIRROR_HASH for sources from githubYousong Zhou2018-07-02
| | | | | | | | | Some of them forgot to update MIRROR_HASH on version change, others updated with wrong hash value. The new values were generated from tarballs prepared by the newly introduced github-tarball download methoded and confirmed consistent with those from sources.openwrt.org Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* pagekitec: add new packageKarl Palsson2018-03-14
From the package description: PageKite is a system for running publicly visible servers (generally web servers) on machines without a direct connection to the Internet, such as mobile devices or computers behind restrictive firewalls. PageKite works around NAT, firewalls and IP-address limitations by using a combination of tunnels and reverse proxies. This package provides an implementation of the PageKite Protocol in C, optimized for high-performance or embedded applications. Signed-off-by: Karl Palsson <karlp@tweak.net.au>