Commit Graph

5495 Commits (2021.7)
 

Author SHA1 Message Date
AndreDVJ df5e7fa524 ipset: Updated to 6.32 9 years ago
AndreDVJ acda2eecea router/Makefike: remove --enable-all for nano
--enable-all is obsolete, per http://repo.or.cz/tomato.git/commit/84697869251c840659579a24f98a7aeb489ec949
9 years ago
tsynik ac2651da68 router/Makefile: fix udpxy rebuild / install 9 years ago
tsynik 6dad708b44 router/Makefile: fix full openssl build 9 years ago
tsynik 474e484657 Tor: make fw GeoIP friendly
This make link from /usr/share/tor to /tmp/tor

User can add simple script or just put geoip files to /tmp/tor and
ExitNodes will work just fine.
9 years ago
tsynik 36e99a03df rc: remove deprecated Tor options
This will make tor config more flexible, i.e.
allow add additional interfaces to advanced config options via web
9 years ago
AndreDVJ 386aae2b08 tor: Updated to 0.2.9.10 9 years ago
AndreDVJ fac2fe70fc libcurl: Updated to 7.53.1
Hacks still kept, as this is only a minor version.
9 years ago
AndreDVJ 1e805e3933 libcurl: Remove /docs/* directories and related stuff out of compiling process to resolve compilation issues.
More hacks for the record...
9 years ago
AndreDVJ 306b34d722 e2fsprogs: Updated to 1.43.4 9 years ago
AndreDVJ 810e443816 nano: Updated to 2.7.5 9 years ago
Jeremy Chadwick 9cb536a938 Add -N flag to httpd (always send no-cache)
Tomato httpd by default sends Cache-Control: max-age headers depending
on the file extension (MIME type) of the content.  When debugging issues
with .css/.js files on mobile devices, it can be helpful to temporarily
disable caching altogether.
9 years ago
AndreDVJ 188878ad3f libcurl: Updated to 7.53.0 9 years ago
AndreDVJ 1d8a57e20b ipset: Updated to 6.31 9 years ago
AndreDVJ e65468bb13 router/Makefile: Updates to support libiconv 1.15 9 years ago
AndreDVJ 73d21a9bce libiconv: Updated to 1.15 9 years ago
AndreDVJ 8ad2888fbb libjson-c: Updated to 0.12.1 9 years ago
AndreDVJ a6a285ae79 zlib: Updated to 1.2.11 9 years ago
AndreDVJ 060c992b11 sqlite: Updated to 3.17.0 9 years ago
AndreDVJ fef8f22a58 usb_modeswitch: updated usb-modeswitch-data package to 20170205 (2017-02-05) 9 years ago
kille72 0576c78a75 router/Makefile: Added autoreconf to dnscrypt and sqlite 9 years ago
kille72 dc8dee352c Merge branch 'shibby-arm' into shibby-arm7 9 years ago
Michal Obrembski e3d516046b Merged in mobrembski/tomato-arm-kille72/fix_build_ubuntu (pull request #4)
Fix build on ubuntu
9 years ago
Michał Obrembski ca4858eb4d libnfsidmap autoreconf problem 9 years ago
Michał Obrembski 81107f0665 Fix build on ubuntu 9 years ago
Michal Obrembski 134f2270bc Merged kille72/tomato-arm-kille72 into shibby-arm 9 years ago
kille72 6b7eff3ac4 Merged in mobrembski/tomato-arm-kille72 (pull request #3)
Fix potential buildbreak in dnscrypt
9 years ago
kille72 fea66b32bf kernel-arm7: Patched all 2.6.36 kernel against CVE-2016-5195
7a95789b39
9 years ago
kille72 57b26dda3a kernel-arm7: Fix access to unitialized pointer (ported from DD-WRT) (Broadcom bug)
Picked from AsusWRT-Merlin: 1f335df24a
9 years ago
Michał Obrembski aa5cd017bc Fix buildbreak after merging shibby-arm7
Conflicts:
	release/src-rt-6.x.4708/Makefile
9 years ago
Michał Obrembski 19480c5b27 Fix buildbreak after merging shibby-arm7 9 years ago
Michał Obrembski a5715851bf Merge remote-tracking branch 'shibi/shibby-arm7' into shibby-arm7 9 years ago
kille72 065e2221e6 AdBlock: improvements
rc/wan.c: moved start of AdBlock from start_wan to start_wan_done, because it started too quickly after reboot of the router and could not update blacklists.

Thx NeoX!
9 years ago
AndreDVJ 11fdf8e8e8 usb_modeswitch: updated to 2.50, and data package to 20170120 (2017-01-20) 9 years ago
AndreDVJ 20b096082c pcre: updated to 8.40 9 years ago
AndreDVJ a48b290b77 dnscrypt: updated to 1.9.4 9 years ago
AndreDVJ 2d0e0e9ed4 router/Makefile: Tor - disable unit-tests 9 years ago
kille72 f1d263c1d3 tor: updated to 0.2.9.9 9 years ago
AndreDVJ 772503dbae kernel-arm: Fix access to unitialized pointer (ported from DD-WRT) (Broadcom bug)
Picked from AsusWRT-Merlin: 1f335df24a
9 years ago
AndreDVJ 9e7de94a94 openssl: Updated to 1.0.2k
All Tomato-specific hacks were kept.
9 years ago
kille72 3b26ecb8d9 about.asp: Cosmetics 9 years ago
M_ars bcfea36c74 Samba Patch - Denial of service - CPU loop and memory allocation. 9 years ago
Jeremy Chadwick 4d40e9ef33 Add job control and $RANDOM to Busybox shell
This adds job control, as well as the $RANDOM pseudorandom number
generator variable, to the Busybox shell (ash/sh).

Job control refers to things like fg, bg, %jobno (e.g. fg %1),
and very likely SIGTSTP (Ctrl-Z) support.
9 years ago
Jeremy Chadwick e03868c5fb Fix lack of BWM stats for WAN when using PPPoE
Increase MAX_SPEED_IF to 32.  This define controls the number of
interfaces to parse from /proc/net/dev, as well as how many to load from
an rstats file on restoration, and how large the speed[] array should
be.

Depending on several factors (number of VLANs configured, use of OpenVPN
server and/or client, etc.), the ppp0 interface might not be within the
first 10 interfaces in /proc/net/dev.

Thanks to Rangaistus to tracking this down.

Reference: http://www.linksysinfo.org/index.php?threads/tomato-shibbys-releases.33858/page-75#post-284120
9 years ago
Tvlz f0e44e71fd Fix for "Dead loop on virtual device" message
ref: http://linksysinfo.org/index.php?threads/tomato-toastmans-releases.36106/page-37#post-277881
9 years ago
kille72 966596e01d libcurl: updated CA certificate bundle as of 2017-01-18 9 years ago
Bill 34f231de66 Fix some display issues in wireless rates
thx Bill, atx32
9 years ago
kille72 beec76baf9 tor: updated to 0.2.9.8 9 years ago
AndreDVJ 540d615485 nano: updated to 2.7.4 9 years ago
AndreDVJ ffc3478248 dnscrypt: updated to 1.9.1 9 years ago