| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Source: https://github.com/pagekite/libpagekite/pull/78
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Allows luci webapp to report health more dynamically.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
|
|
|
|
|
| |
Drops a patch, adds support for a status file for health tracking.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
|
|
|
|
|
| |
Syntax now matches preferred upstream style.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
|
|
|
|
|
| |
Patch from upstream: https://github.com/pagekite/libpagekite/commit/7b4587818564aa667f868249e9a8f1dc1d095fd3
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
|
|
|
|
|
| |
pings the front ends less aggressively, reducing cpu usage on the host.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
|
|
|
|
|
|
| |
Pulls in various bugfixes from the last two years, including changes for
openssl deprecation.
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
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>
|