Compare changes
Some changes are not shown.
For a faster browsing experience, only 114 of 784 files are shown. Download one of the files below to see all changes.
.ecrc
0 → 100644
+3
−0
.editorconfig
0 → 100644
+67
−0
.github/ISSUE_TEMPLATE/bug_report.md
0 → 100644
+71
−0
.github/dependabot.yml
0 → 100644
+12
−0
.github/filters.yml
0 → 100644
+345
−0
.github/labeler.yml
0 → 100644
+89
−0
.github/workflows/backport.yml
0 → 100644
+20
−0
.github/workflows/build-container.yml
0 → 100644
+48
−0
.github/workflows/build-docs.yml
0 → 100644
+29
−0
.github/workflows/build-gluon.yml
0 → 100644
+80
−0
.github/workflows/bump-gluon.yml
0 → 100644
+51
−0
.github/workflows/check-ci.yml
0 → 100644
+22
−0
.github/workflows/check-patches.yml
0 → 100644
+30
−0
.github/workflows/labels.yml
0 → 100644
+21
−0
.github/workflows/lint.yml
0 → 100644
+54
−0
+4
−0
.luacheckrc
0 → 100644
+119
−0
.readthedocs.yaml
0 → 100644
+20
−0
+9
−9
+3
−1
+166
−101
+47
−7
contrib/actions/free-runner-space.sh
0 → 100755
+23
−0
+54
−0
contrib/actions/run-build.sh
0 → 100755
+17
−0
contrib/actions/show-system-info.sh
0 → 100755
+16
−0
contrib/check-image-size.py
0 → 100755
+146
−0
contrib/ci/minimal-site/i18n
0 → 120000
+1
−0
+16
−0
contrib/ci/minimal-site/modules
0 → 120000
+1
−0
contrib/ci/minimal-site/site.conf
0 → 100644
+180
−0
contrib/ci/minimal-site/site.mk
0 → 120000
+1
−0
contrib/ci/olsr-site/i18n
0 → 120000
+1
−0
+20
−0
contrib/ci/olsr-site/modules
0 → 120000
+1
−0
contrib/ci/olsr-site/site.conf
0 → 100644
+176
−0
contrib/ci/olsr-site/site.mk
0 → 100644
+29
−0
+26
−13
contrib/docker/Dockerfile
0 → 100644
+47
−0
+2
−2
+8
−8
contrib/push_pkg.sh
0 → 100755
+149
−0
contrib/run_qemu.sh
0 → 100755
+15
−0
+18
−7
+26
−15
+10
−168
docs/_static/css/custom.css
0 → 100644
+3
−0
+102
−175
+32
−12
docs/dev/build.rst
0 → 100644
+104
−0
docs/dev/debugging.rst
0 → 100644
+51
−0
+215
−121
+129
−28
+1
−1
+14
−4
+10
−5
+8
−3
+66
−15
docs/features/configmode.png
0 → 100644
+112 KiB

111.76 KiB
+19
−2
docs/features/dns-cache.rst
0 → 100644
+53
−0
docs/features/dns-forwarder.rst
deleted100644 → 0
+0
−26
+10
−9
+117
−117
+3
−3
docs/features/status-page.png
0 → 100644
+150 KiB

149.70 KiB
docs/features/status-page.rst
0 → 100644
+30
−0
docs/features/tls.rst
0 → 100644
+10
−0
+227
−34