Commit Graph

6431 Commits (2022.7)
 

Author SHA1 Message Date
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
kille72 3edd13fbe6 sqlite: updated to 3.23.0 7 years ago
kille72 fb6920a551 sqlite: updated to 3.23.0 7 years ago
kille72 091547ab56 Remove gmp/.libs from repo + add .gitignore 7 years ago
kille72 5564aa6f73 Remove gmp/.libs from repo + add .gitignore 7 years ago
kille72 553ecd9352 gmp: clean sources for gmp 6.1.2 7 years ago
kille72 3c0ac93050 libvorbis: updated to 1.3.6 7 years ago
kille72 b02cbcd76b php: updated to 7.2.4 7 years ago
kille72 ff272ad106 nano: updated to 2.9.5 7 years ago
kille72 365bf9e52f openssl: updated to 1.0.2o 7 years ago
kille72 d1e6218813 www: default theme - original 'usbblue' 7 years ago
kille72 67ba9967ae gmp: clean sources for gmp 6.1.2 8 years ago
kille72 3926626c09 libvorbis: updated to 1.3.6 8 years ago
kille72 9802bf3648 php: updated to 7.2.4 8 years ago
kille72 a977e361ec nano: updated to 2.9.5 8 years ago
kille72 5f9a4af88b openssl: updated to 1.0.2o 8 years ago
kille72 16c596a7b0 www: default theme - original 'usbblue' 8 years ago
kille72 77793c9344 Merge branch 'shibby-arm' into shibby-arm7 8 years ago
AndreDVJ 27913ffaba ~/router/Makefile: enabled mini-gmp, saves 4KB 8 years ago
AndreDVJ 2809ffa2e4 ~/router/Makefile: enabled mini-gmp, saves 4KB 8 years ago
AndreDVJ 4da939ee94 ~/router/rc/services.c: SIGINT seems to be issued too soon against dnsmasq - wait one second before doing so
SIGINT is issued before dnsmasq has even a chance to initialize DNSSEC and then wait for a SIGINT to check for signature timestamps later on.
8 years ago
AndreDVJ 7c67cbc7c5 ~/router/rc/wan.c: dnsmasq process was receiving a second SIGINT signal. Instead of triggering another DNSSEC time checking, it was killing process
function to start dnsmasq service ~/rc/services.c actually does the same thing once dnsmasq is started, and does it better, by verifying if system time is greater than the epoch.
Probably at that time such piece of code was fit in there, SIGHUP did a bunch of stuff so receiving it multiple times wasn't really a problem, but receiving SIGINT twice from 2.79 and onwards is harmful.

Thanks to koitsu for the very helpful insight.
8 years ago
AndreDVJ f0c33b37c3 Revert "~router/rc/services.c: Increased re-check interval to 1000msec"
This reverts commit 0319693af3b812ef844c7262c086d1f693e90868.
8 years ago
AndreDVJ ff5d6bc99c ~/router/rc/services.c: SIGINT seems to be issued too soon against dnsmasq - wait one second before doing so
SIGINT is issued before dnsmasq has even a chance to initialize DNSSEC and then wait for a SIGINT to check for signature timestamps later on.
8 years ago
AndreDVJ ea0483299d ~/router/rc/wan.c: dnsmasq process was receiving a second SIGINT signal. Instead of triggering another DNSSEC time checking, it was killing process
function to start dnsmasq service ~/rc/services.c actually does the same thing once dnsmasq is started, and does it better, by verifying if system time is greater than the epoch.
Probably at that time such piece of code was fit in there, SIGHUP did a bunch of stuff so receiving it multiple times wasn't really a problem, but receiving SIGINT twice from 2.79 and onwards is harmful.

Thanks to koitsu for the very helpful insight.
8 years ago
kille72 214badfa05 Revert "~router/rc/services.c: Increased re-check interval to 1000msec"
This reverts commit 0b75b74b34
8 years ago
kille72 c745d4b88c libid3tag: fix build/link error on Ubuntu + some additional fixes
- use size_t for gperf
- fix "a capella" spelling
- better handle unknown encoding
- handle utf16 encoding

Thank you Frank Teo and @pedro311
8 years ago
pedro f2b8f2f272 libid3tag: fix build/link error on Ubuntu + some additional fixes
- use size_t for gperf
- fix "a capella" spelling
- better handle unknown encoding
- handle utf16 encoding
8 years ago
kille72 c70722d23b e2fsprogs: Updated to 1.44.1 8 years ago
kille72 113f44a719 e2fsprogs: Updated to 1.44.1 8 years ago
kille72 bed75225f9 Revert "Updated basic-network.asp so with LTE modem using qmi_wwan module one can only choose 'Auto' or '4G Only' network type"
This reverts commit 8c14eafede.

- selection of all modes will be possible in the (near) future
8 years ago
pedro b9af652d6b GUI: fix channel scan function for WiFi, broken by commit f99ad25 8 years ago
pedro 141aa6153a Revert "Updated basic-network.asp so with LTE modem using qmi_wwan module one can only choose 'Auto' or '4G Only' network type"
This reverts commit 8c14eafede.

- selection of all modes will be possible in the (near) future
8 years ago
pedro 0d6a20f433 GUI: fix channel scan function for WiFi, broken by commit e2a0fea 8 years ago
kille72 88dbab3b95 Merge branch 'shibby-arm' into shibby-arm7 8 years ago
pedro 586dd9541c watchdog: increase curl timeout from 3 to 5 seconds in ckcurl function
- on heavy loaded 3G connection it could make false positives
8 years ago
pedro e75b76857c watchdog: increase curl timeout from 3 to 5 seconds in ckcurl function
- on heavy loaded 3G connection it could make false positives
8 years ago
kille72 c921b38d62 nginx: updated to 1.13.10 8 years ago
kille72 8af58ac1b1 dnsmasq: update to 2.79 final 8 years ago
kille72 f27af4bff0 nginx: updated to 1.13.10 8 years ago
kille72 d01b197f91 dnsmasq: update to 2.79 final 8 years ago
AndreDVJ 0b75b74b34 ~router/rc/services.c: Increased re-check interval to 1000msec
Enabling DNSSEC in newer versions makes dnsmasq startup slower than the previous threshold of 500ms. This was causing too many dnsmasq restarts (two every second)
8 years ago