From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) by huchra.bufferbloat.net (Postfix) with ESMTP id CCAA121F112 for ; Thu, 12 Dec 2013 14:43:08 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1386888188; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=ZRhVC+ERg34PmS/j2xd/rqKlZ9JM87ty28WioWJyjyM=; b=IDm8DpABmmjRLAn4LqQKKRIe2sNg9IOHm9XJ419vuxN5+wpBjJDRj2oTPiGBeqvCCKBRU9hd KClYhDsCmmqnVaqP5slb4yO7jilMTQ70bh+0PVyRZamiHfIm3rFnLQ8wiMN6/7KgKwQAebMS +WO1qJxG46BSbXtGt14qIK38edk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=nQKkDebH28TAbXy+shjpei7vK3W69XCoLJMrzR7EeLecHdGj0wT5XvzawwXHU8mR4wphiu TjtKyG414K8Ju20jTUmeLIx2ZM7CSPnOwyGCsn0Z85L+1S9i0yo5i9ohkgEBvHyC7O0PB7p1 VYSxaCN9Wt5mSthuVMFBmI1rovP8Y= Received: from github.com (Unknown [192.30.252.54]) by mxa.mailgun.org with ESMTP id 52aa3bfa.514ad20-in1; Thu, 12 Dec 2013 22:43:06 -0000 (UTC) Date: Thu, 12 Dec 2013 14:43:06 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <52aa3bfa93219_62bdfcbd54293eb@hookshot-fe2-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] 0e7013: Remove duplicated rate fields Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_52aa3bfa9230e_62bdfcbd5429277"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 22:43:09 -0000 ----==_mimepart_52aa3bfa9230e_62bdfcbd5429277 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: 0e701315c416c930712682205788b50b16ee65f9 https://github.com/dtaht/ceropackages-3.3/commit/0e701315c416c930712682205788b50b16ee65f9 Author: Sebastian Moeller Date: 2013-12-12 (Thu, 12 Dec 2013) Changed paths: M luci/luci-app-aqm/files/aqm-cbi.lua Log Message: ----------- Remove duplicated rate fields Remove one copy of the accidentally duplicated up- and download input fields. Commit: 1a07205eb6f55fd53d699423d4abd570ea2de145 https://github.com/dtaht/ceropackages-3.3/commit/1a07205eb6f55fd53d699423d4abd570ea2de145 Author: Sebastian Moeller Date: 2013-12-12 (Thu, 12 Dec 2013) Changed paths: M luci/luci-app-aqm/files/aqm-cbi.lua Log Message: ----------- Introduce Advanced checkbox to simplify default GUI The advanced checkbox will allow to hide the actual Queueing discipline and Queue setup script drop-down-lists to not irritate users too much. Commit: 2734ed2b8d63bb82e8cb20e4ecd4377c3d73fb4e https://github.com/dtaht/ceropackages-3.3/commit/2734ed2b8d63bb82e8cb20e4ecd4377c3d73fb4e Author: Sebastian Moeller Date: 2013-12-12 (Thu, 12 Dec 2013) Changed paths: M net/aqm-scripts/files/usr/lib/aqm/run.sh Log Message: ----------- Teach run.sh to set default qdisc and qos-script Since hidden fields in the LuCI GUI do not seem accessible from scripts, run.sh will have to select default values for the qdisc and the script that sets up the actual latency control machinery. This is suboptimal, since now run.sh also contains policy (namely default script and qdisc). This might need revisting in the future... Commit: 883a3075c258c91a29867b6a4f586af2d4ef3300 https://github.com/dtaht/ceropackages-3.3/commit/883a3075c258c91a29867b6a4f586af2d4ef3300 Author: Sebastian Moeller Date: 2013-12-12 (Thu, 12 Dec 2013) Changed paths: M luci/luci-app-aqm/files/aqm-cbi.lua Log Message: ----------- Hide qdisc and qos-script lists unless advanced configuration is requested Only display the Queueing discipline and Queue setup script drop down lists if the user checked the Advanced Configuration check box. The goal is to simplify the GUI without taking the configurability away. Commit: 5fe68740121b3b40956f8b8b21d67739a29401e1 https://github.com/dtaht/ceropackages-3.3/commit/5fe68740121b3b40956f8b8b21d67739a29401e1 Author: Sebastian Moeller Date: 2013-12-12 (Thu, 12 Dec 2013) Changed paths: M luci/luci-app-aqm/files/aqm-cbi.lua Log Message: ----------- Hide linklayer adaptation parameters unless a linklayer is selected Only show the linklayer adapaptation parameters, if the user selected a linklayer to adapt for other than none. The goal is to keep the GUI simple but powerful. Commit: 7856e039e70e060fef52abf8071bd0bd05499e95 https://github.com/dtaht/ceropackages-3.3/commit/7856e039e70e060fef52abf8071bd0bd05499e95 Author: Sebastian Moeller Date: 2013-12-12 (Thu, 12 Dec 2013) Changed paths: M luci/luci-app-aqm/files/aqm-cbi.lua Log Message: ----------- Allow up- & download-rates >= 0 Allow rates of 0 kbit/s to allow selectively disable bandwidth shaping independently for uplink and downlink. Commit: b1aed35ecf3b8ff712285d98d33e95fa1c20b01b https://github.com/dtaht/ceropackages-3.3/commit/b1aed35ecf3b8ff712285d98d33e95fa1c20b01b Author: Sebastian Moeller Date: 2013-12-12 (Thu, 12 Dec 2013) Changed paths: M luci/luci-app-aqm/files/aqm-cbi.lua Log Message: ----------- Improve the descriptions of the linklayer adaptation parameters The linklayer adaptation parameters are confusing, so improve the descriptions to keep the user on-trak. Compare: https://github.com/dtaht/ceropackages-3.3/compare/3551eae16d7b...b1aed35ecf3b ----==_mimepart_52aa3bfa9230e_62bdfcbd5429277--