Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-19 | tests: fix execution order | Sergey V. Lobanov | |
2024-08-19 | tests: add pcre negative cases, improve pcre-related code test coverage | Sergey V. Lobanov | |
these test cases will help for pcre2 migration (issue #173) | |||
2024-08-18 | Merge pull request #174 from svlobanov/ci-speedup | Denys Fedoryshchenko | |
ci: speedup virtual machines using kvm and host cpu passthrough | |||
2024-08-18 | Merge pull request #175 from accel-ppp/revert-145-dkms | Denys Fedoryshchenko | |
Revert "build: add dkms support for ipoe and vlan_mon drivers, ci optimizations" | |||
2024-08-18 | Revert "build: add dkms support for ipoe and vlan_mon drivers, ci optimizations"revert-145-dkms | Denys Fedoryshchenko | |
2024-08-18 | Merge pull request #145 from svlobanov/dkms | Denys Fedoryshchenko | |
build: add dkms support for ipoe and vlan_mon drivers, ci optimizations | |||
2024-08-18 | Merge pull request #163 from dpokrovsky/http-error-fix | Denys Fedoryshchenko | |
Fixes the issue #124 "HTTP replay for non SSTP query" and log_debug2 in Triton lib | |||
2024-08-17 | ci: speedup virtual machines using kvm and host cpu passthrough | Sergey V. Lobanov | |
github now allows kvm and cpu passthrough, enable it to speedup ci | |||
2024-07-28 | Merge pull request #167 from nuclearcat/fix-connlimit-error | Denys Fedoryshchenko | |
Fix issue #131, pptp doesnt work without connlimit | |||
2024-07-28 | Fix issue #131, pptp doesnt work without connlimit | Denys Fedoryshchenko | |
Fix issue https://github.com/accel-ppp/accel-ppp/issues/131 Proposed by https://github.com/kugel- Author: Thomas Martitz <kugel@rockbox.org> Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> | |||
2024-07-07 | Merge pull request #164 from svlobanov/ci-remove-debian10 | Denys Fedoryshchenko | |
ci: remove debian10 support | |||
2024-07-02 | ci: remove debian10 support | Sergey V. Lobanov | |
Debian10 LTS is EoL (ref: https://wiki.debian.org/LTS) so it is removed from CI. Debian10 ELTS is maintained by third-party organization, only some packages are maintained so there is no reason to support Debian10 in CI | |||
2024-06-14 | Fixes the issue #124 "HTTP replay for non SSTP query" | Dmitry Pokrovsky | |
2024-06-14 | Fixes the issue #124 "HTTP replay for non SSTP query" | Dmitry Pokrovsky | |
2024-06-14 | Revert "1. Fixes the issue #124 "HTTP replay for non SSTP query"" | Dmitry Pokrovsky | |
This reverts commit 635ab1b77b06a8891479a46a0e1ba88315ff3958. | |||
2024-06-12 | 1. Fixes the issue #124 "HTTP replay for non SSTP query" | Dmitry Pokrovsky | |
2. Fixes log_debug2 in Triton lib | |||
2024-06-02 | build: add dkms support for ipoe and vlan_mon drivers, ci optimizations | Sergey V. Lobanov | |
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2024-06-02 | Merge pull request #146 from svlobanov/leaf-qdisc-tbf-fix | Dmitriy Eshenko | |
shaper: fix tbf leaf-qdisc | |||
2024-06-01 | shaper: fix tbf leaf-qdisc | Sergey V. Lobanov | |
bad commit: bc85fe18e6066814d95d1bdc1a3dfe8cc8f9786f Reported-By: StasN77 <stasn77@gmail.com> Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2024-05-31 | Merge pull request #144 from svlobanov/tbf-leaf-qdisc | Dmitriy Eshenko | |
shaper: add leaf-qdisc support for tbf rate-limiter | |||
2024-05-27 | Merge pull request #143 from svlobanov/gh-ubuntu-24-04 | Denys Fedoryshchenko | |
ci: use ubuntu 24.04 as default runner in github | |||
2024-05-26 | shaper: add leaf-qdisc support for tbf rate-limiter | Sergey V. Lobanov | |
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2024-05-25 | ci: use ubuntu 24.04 as default runner in github | Sergey V. Lobanov | |
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2024-05-06 | Merge pull request #75 from lamaral/master | Denys Fedoryshchenko | |
ipv6_dhcp: Add RFC6334 AFTR-Name option support | |||
2024-05-05 | ipv6_dhcp: Add RFC6334 AFTR-Name option support | Luiz Amaral | |
2024-05-01 | Merge pull request #139 from svlobanov/net-snmp-5.9.4-fix | Dmitriy Eshenko | |
snmp: fix compatibility with net-snmp 5.9.4+ (issue #136) | |||
2024-04-29 | snmp: fix compatibility with net-snmp 5.9.4+ (issue #136) | Sergey V. Lobanov | |
related net-snmp change: https://github.com/net-snmp/net-snmp/commit/a2cb167514ac0c7e1b04e8f151e0b015501362e0 Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2024-04-28 | Merge pull request #138 from stasn77/upstream | Denys Fedoryshchenko | |
clsact + fwmark | |||
2024-04-27 | clsact + fwmark | StasN77 | |
2024-04-26 | Merge pull request #137 from nuclearcat/gentoo-fix | Denys Fedoryshchenko | |
CMakeLists.txt: gentoo fix for __free_fn_t detection | |||
2024-04-24 | CMakeLists.txt: gentoo fix for __free_fn_t detection | Denys Fedoryshchenko | |
On Gentoo __free_fn_t wont be detected properly without this include. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> Reported-by: Stanislav <stasn77@gmail.com> Author: Stanislav <stasn77@gmail.com> | |||
2024-04-14 | Merge pull request #132 from svlobanov/clsact | Denys Fedoryshchenko | |
shaper: add clsact policer support | |||
2024-04-14 | Merge pull request #133 from nuclearcat/memleak-fix-logtcp | Dmitriy Eshenko | |
log_tcp: Fix small memory leak | |||
2024-04-14 | Merge pull request #130 from nuclearcat/add-musl-compatibility | Dmitriy Eshenko | |
musl: Add musl compatibility | |||
2024-04-13 | Merge pull request #134 from svlobanov/gcovr-fix | Dmitriy Eshenko | |
ci: remove unnecessary gcovr python package where it's not required | |||
2024-04-12 | ci: remove unnecessary gcovr python package where it's not required | Sergey V. Lobanov | |
This patch fixes debian10 build Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2024-04-12 | log_tcp: Fix small memory leak | Denys Fedoryshchenko | |
Discovered using clang sanitizers. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> | |||
2024-04-11 | shaper: add clsact policer support | Sergey V. Lobanov | |
Use the following configuration to enable clsact up and down limiters: [shaper] up-limiter=police down-limiter=clsact It is also recommended to set down-burst-factor=1.0 How to check current configuration in Linux: tc qdisc show dev ppp0 tc filter show dev ppp0 egress tc filter show dev ppp0 ingress Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2024-04-10 | workflows: Add CI build in Alpine | Denys Fedoryshchenko | |
As we fixed musl compatibility, we can add also basic check if accel keep working in Alpine Linux Also update default config, enable connlimit and place it before pptp, otherwise Alpine generate error: ``` [2024-04-09 22:30:09.911]loader: failed to load 'pptp': Error relocating /usr/local/lib64/accel-ppp/libpptp.so: connlimit_check: symbol not found ``` Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> | |||
2024-04-10 | musl: Add musl compatibility | Denys Fedoryshchenko | |
Thanks for hints Alpine Linux project and their patches: https://git.alpinelinux.org/aports/tree/community/accel-ppp?h=master We can adjust a bit code and cmake config files to make accel-ppp buildable under musl "as is". Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> | |||
2024-04-02 | Merge pull request #129 from nuclearcat/module-version-cmake | Dmitriy Eshenko | |
ipoe,vlan_mon: print module version generated from CMake | |||
2024-04-02 | ipoe/vlan_mon: Add proper accel_ppp_version to vlan_mon and ipoe | Denys Fedoryshchenko | |
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> | |||
2024-03-30 | Merge pull request #128 from nuclearcat/cmake-fixes1.13.01.13 | Denys Fedoryshchenko | |
cmake: Fix release version | |||
2024-03-30 | cmake: Fix release version for 1.13.0 | Denys Fedoryshchenko | |
We need to set certain fields before release. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> | |||
2024-03-21 | Merge pull request #126 from svlobanov/deb10-ci-python-fix | Dmitriy Eshenko | |
ci: fix pytest issue on Debian 10 | |||
2024-03-21 | Merge pull request #123 from nuclearcat/safeguards-gw-helpers | Dmitriy Eshenko | |
Add safeguards to parse_gw_ip_address helper functions | |||
2024-03-20 | ci: fix pytest issue on Debian 10 | Sergey V. Lobanov | |
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in> | |||
2024-03-10 | Add safeguards to parse_gw_ip_address helper functions | Denys Fedoryshchenko | |
In case of invalid configuration we might get stack overflow with unexpected consequences. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> | |||
2024-03-10 | Merge pull request #121 from DmitriyEshenko/ippool-gw-fix | Denys Fedoryshchenko | |
ippool: use gw-ip-address for ppp even if mask setted | |||
2024-03-09 | ippool: use gw-ip-address for ppp even if mask setted | Dmitriy Eshenko | |