Commit Graph

5472 Commits (2021.6)
 

Author SHA1 Message Date
pedro b520c9cf43 QOS: fix the # number of Rule doesn't show in QOS Details view.
- as per https://www.linksysinfo.org/index.php?threads/tomato-for-arm-routers.69719/page-20#post-266955
7 years ago
pedro 5e499ed729 README.md: Cosmetics 7 years ago
kille72 c46622d853 dnsmasq: update to 2.80test1
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=log
7 years ago
kille72 48f2898ac7 miniupnpd: updated to 2.0.20180410 7 years ago
kille72 04f79030e0 sqlite: updated to 3.23.1
https://www.sqlite.org/releaselog/3_23_1.html
7 years ago
kille72 70bae3916f Merge branch 'shibby-arm' into shibby-arm7 7 years ago
pedro 20fde370dd Cleanup of unused components from the tree and Makefiles
- based on @AndreDVJ's commit: 0d625caed7
7 years ago
pedro 4be7d80884 libusb: update to 1.0.22 7 years ago
kille72 37d61e2f42 README.md: Cosmetics 7 years ago
kille72 b9d4ef4faa dnsmasq: update to 2.80test1
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=log
7 years ago
kille72 e4862d3937 miniupnpd: updated to 2.0.20180410 7 years ago
kille72 b25d1df075 sqlite: updated to 3.23.1
https://www.sqlite.org/releaselog/3_23_1.html
7 years ago
pedro c7b3d789e9 Cleanup of unused components from the tree and Makefiles
- based on @AndreDVJ's commit: 0d625caed7
7 years ago
pedro fd69751877 libusb: update to 1.0.22 7 years ago
kille72 83d32414d4 nginx: updated to 1.13.12
- Bugfix: connections with gRPC backends might be closed unexpectedly when returning a large response.
7 years ago
kille72 2c0d51daf3 nginx: updated to 1.13.12
- Bugfix: connections with gRPC backends might be closed unexpectedly when returning a large response.
7 years ago
kille72 cf5ce8ba02 README.md: add "HOW TO COMPILE FRESHTOMATO on Debian 9.x/64bit" 7 years ago
AndreDVJ 90d1111852 Makefile: disable RAID (mdadm binary)
While having RAID-0/1 feature is nice on paper, the USB controller would be a bottleneck, as it is not suitable for this task, specially on a consumer router.
In five years watching the forums, never seen anyone actually using it, and mdadm functions are not exposed on GUI as this is meant for advanced users.
Also these advanced users wouldn't do RAID on a consumer router, for numerous reasonsm, so I believe we'd better sunset this feature.

Everything else for now, remains on the tree. If someone wants mdadm, just compile with RAID=y for AIO target (z).
7 years ago
pedro 6b2171cfb4 GUI: basic-network.asp: LCP Echo (Interval|Link fail limit) is used also with PPTP, L2TP and PPP3G so let's make it possible to modify. 7 years ago
AndreDVJ 8a6815364a Makefile: disable RAID (mdadm binary)
While having RAID-0/1 feature is nice on paper, the USB controller would be a bottleneck, as it is not suitable for this task, specially on a consumer router.
In five years watching the forums, never seen anyone actually using it, and mdadm functions are not exposed on GUI as this is meant for advanced users.
Also these advanced users wouldn't do RAID on a consumer router, for numerous reasonsm, so I believe we'd better sunset this feature.

Everything else for now, remains on the tree. If someone wants mdadm, just compile with RAID=y for AIO target (z).
7 years ago
pedro 6bfdf9aca6 GUI: fix problem with passing Tagged/UNtagged on same port when using default vlan.
- change: advanced-vlan.asp; thanks to @Tvlz
7 years ago
pedro db6463afea router/Makefile: fix compilation on Mint x64 7 years ago
pedro 4fc0b1d93b GUI: basic-network.asp: LCP Echo (Interval|Link fail limit) is used also with PPTP, L2TP and PPP3G so let's make it possible to modify. 7 years ago
kille72 0ed729e450 Rebranding ;) 7 years ago
pedro 87c5fd71a2 Update readme.md (again...) 7 years ago
pedro 1436917441 GUI: fix problem with passing Tagged/UNtagged on same port when using default vlan.
- change: advanced-vlan.asp; thanks to @Tvlz
7 years ago
pedro ae0e1350d8 router/Makefile: fix compilation on Mint x64 7 years ago
pedro 63a0fb9607 Update project/personal info 7 years ago
pedro 7e6f81aae1 Rebranding ;) 7 years ago
pedro 6d47b63eae GUI: add possibility to change default IP (198.51.100.1) where DNS queries send to trigger connect-on-demand
- used with PPPoE, PPTP, L2TP and 3G in Connect On Demand mode
7 years ago
pedro 3b642e4e3d GUI: add possibility to change default IP (198.51.100.1) where DNS queries send to trigger connect-on-demand
- used with PPPoE, PPTP, L2TP and 3G in Connect On Demand mode
7 years ago
pedro 74d213732c flac: fix compilation on Mint x64 7 years ago
pedro 2d59c0751e README.md: Add AC56R, minor Markdown fixup 7 years ago
Jeremy Chadwick dc806a1a22 Fix flac building (run autoreconf)
There seems to be some odd quirk/bug relating to some of the
automake/autoconf files used in flac, resulting in builds that sometimes
fail citing aclocal-1.15 missing (when automake 1.15 isn't anywhere on
the system).  Run autoreconf in advance of configure to address this.
Details: http://www.linksysinfo.org/index.php?threads/getting-kille72-to-build-bugs-galore.74105/
7 years ago
kille72 bb676ae52c Merge branch 'shibby-arm' into shibby-arm7 7 years ago
Jeremy Chadwick 08b4d62d41 README.md: Add AC56R, minor Markdown fixup 7 years ago
Jeremy Chadwick 709e23e7f1 cstats: fix excess I/O, reduce console spam
Use of DEBUG_STIME was forcing calc(), thus save(), to write to disk
every 90 seconds rather than per NVRAM variable cstats_stime*60*60.
This bug was introduced in commit caa9070.
Details: http://www.linksysinfo.org/index.php?threads/fork-tomato-arm-by-kille72.73397/page-18#post-296002

Also comment out DEBUG_CSTATS and DEBUG_NOISY to shrink binary size.
This brings things in line with older MIPS releases and AsusWRT-Merlin
as well.
7 years ago
kille72 5c527fb3e4 rc/services.c: Connect On Demand could no longer work as designed, due to address 1.1.1.1 becoming a legit recursive DNS server, so a different IP address was chosen for this purpose.
Thanks @koitsu
7 years ago
AndreDVJ 7c62005e95 patches: cleanup minidlna patch
genconfig.sh shouldn't be called, nor it was being used anymore.
7 years ago
AndreDVJ 55190dd9d0 pcre: Updated to 8.42
~/router/Makefile and libfoo.pl were also updated.
7 years ago
Jeremy Chadwick 84de945a24 cstats: fix excess I/O, reduce console spam
Use of DEBUG_STIME was forcing calc(), thus save(), to write to disk
every 90 seconds rather than per NVRAM variable cstats_stime*60*60.
This bug was introduced in commit caa9070.
Details: http://www.linksysinfo.org/index.php?threads/fork-tomato-arm-by-kille72.73397/page-18#post-296002

Also comment out DEBUG_CSTATS and DEBUG_NOISY to shrink binary size.
This brings things in line with older MIPS releases and AsusWRT-Merlin
as well.
7 years ago
pedro 5d8d56e61c rc/services.c: Connect On Demand could no longer work as designed, due to address 1.1.1.1 becoming a legit recursive DNS server, so a different IP address was chosen for this purpose.
Thanks @koitsu
7 years ago
AndreDVJ 2778f972fb patches: cleanup minidlna patch
genconfig.sh shouldn't be called, nor it was being used anymore.
7 years ago
AndreDVJ d857161683 pcre: Updated to 8.42
~/router/Makefile and libfoo.pl were also updated.
7 years ago
kille72 e81643a5d4 dnscrypt-proxy: URL of dnscrypt-resolvers has been changed to match f6efeaf02e 7 years ago
kille72 3aec08c3f7 nginx: updated to 1.13.11 7 years ago
kille72 adc1d7e032 dnscrypt-proxy: URL of dnscrypt-resolvers has been changed to match f6efeaf02e 7 years ago
kille72 032afbb562 nginx: updated to 1.13.11 7 years ago
pedro f6efeaf02e dnscrypt: change update-resolvers script to process v2 resolvers format
- based on John Bacho script: 35858017ed
7 years ago
pedro 8a9d063a30 dnscrypt: change update-resolvers script to process v2 resolvers format
- based on John Bacho script: 35858017ed
7 years ago