- Jan 22, 2014
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 21, 2014
-
-
Nils Schneider authored
The reset button resets the form. I don't think this is needed in a wizard that simple and might confuse users so I removed it.
-
Nils Schneider authored
Due to my previous two commits configmode was broken when either meshvpn or bandwidth limit was disabled. This fixes it but there may be a cleaner solution provided by luci.
-
Nils Schneider authored
Hide the bandwidth limit checkbox when meshvpn is disabled.
-
Nils Schneider authored
Hide the downstream/upstream input fields when bandwitdh limiting is disabled.
-
Nils Schneider authored
This way we have a kind of load balancing among the mirrors.
-
Daniel Ehlers authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Nils Schneider authored
This adds a list of known models to the readme.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 20, 2014
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Daniel Ehlers authored
Instead of a single url this patch allows to have a list of urls. So in case of network instability a router can still reach local mesh-cloud server to pull a update from. In this stage the autoupdater simply tries every mirror until one passes all tests.
-
Daniel Ehlers authored
This also removes the need for the cleanup function. Instead the cleanup code is moved in place.
-
Daniel Ehlers authored
Move building blocks of the update into seperate functions.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 19, 2014
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Nils Schneider authored
-
Nils Schneider authored
gluon-autoupdater: get random number from /dev/urandom
-
Jan-Philipp Litza authored
The approach with awk's rand() wasn't really random between across devices: When srand() was called without arguments, time() was used as seed, which of course is the same on all devices when the script is called via cron at HH:00:00. This patch instead uses /dev/urandom as source of random (we don't need cryptographically strong random numbers, so urandom is just fine) but still uses awk for the comparison as busybox's ash cannot deal with floats in $(())
-
Matthias Schiffer authored
-
- Jan 18, 2014
-
-
Matthias Schiffer authored
The run frequency and exact time affect the alfred announce interval, so we can just run it every minute to supply alfred with the most up-to-date data.
-
Matthias Schiffer authored
-
- Jan 17, 2014
-
-
Jan-Philipp Litza authored
-
- Jan 16, 2014
-
-
Matthias Schiffer authored
-
Jan-Philipp Litza authored
+ mgmt and forward counters + packet in addition to byte counters for everything
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
-