Commit graph

1157 commits

Author SHA1 Message Date
Jo-Philipp Wich
6ea063dc11 libs/nixio: properly cast len argument for OS X sendfile() 2009-12-28 23:07:04 +00:00
Jo-Philipp Wich
6ffdb72a4d libs/nixio: fix compile on OS X 2009-12-28 22:03:42 +00:00
Jo-Philipp Wich
0ddedc638c libs/cbi: don't filter bridge ports in firewall zone widget 2009-12-26 00:09:47 +00:00
Vasilis Tsiligiannis
b9b4d9a2ab libs/iwinfo: Respect IW_TXPOW_DBM flag over IW_TXPOW_MWATT when both are set 2009-12-24 21:34:57 +00:00
Vasilis Tsiligiannis
f790aae15a libs/core: Fix wireless network ids 2009-12-24 21:34:52 +00:00
Vasilis Tsiligiannis
748b9b9462 libs/ipkg: Remove deprecated -force-defaults option when executing opkg 2009-12-23 09:33:58 +00:00
Jo-Philipp Wich
85eec9c21f libs/http: don't calculate etag twice in If-None-Match, fix typos in inline-doc 2009-12-20 18:35:05 +00:00
Jo-Philipp Wich
21328113dd libs/http: fix incorrent treatment of If-None-Match (#100) 2009-12-20 18:18:43 +00:00
Steven Barth
e8220d96a5 httpclient: Add basic auth support 2009-12-08 12:13:26 +00:00
Steven Barth
e822874a71 NIU:
Add WDS bridge client mode
Extending / repeating WDS network in AP wizard
Better 802.11s support
2009-11-29 13:46:04 +00:00
Steven Barth
87491bf031 nixio: Improve number handling with non-double Lua setups 2009-11-28 10:24:19 +00:00
Jo-Philipp Wich
bddc2053b4 libs/cbi: fix dependency handling of radio buttons 2009-11-26 00:24:59 +00:00
Steven Barth
1f83b916ac NIU: Minor fixes 2009-11-23 19:36:37 +00:00
Steven Barth
edb5427181 Correct order of wizard buttons 2009-11-23 14:10:14 +00:00
Steven Barth
840d8c89b5 CBI:
Ensure revalidation
2009-11-23 13:19:53 +00:00
Steven Barth
565cc95f0d CBI: Free dependencies 2009-11-23 13:09:52 +00:00
Jo-Philipp Wich
945f8910c1 libs/iwinfo: add freqlist() to dummy backend 2009-11-23 08:11:46 +00:00
Steven Barth
4cf6fdcdbe NIU:
Implemented WiFi-WAN
Overall improvements
2009-11-22 20:33:16 +00:00
Steven Barth
cba506cb70 CBI:
Allow skipping of non-routing wizard steps
2009-11-22 20:33:00 +00:00
Steven Barth
19758fae43 CBI:
Implement reverse dependencies
Allow wiazrd steps without buttons
2009-11-22 20:32:56 +00:00
Jo-Philipp Wich
a1ab9b5110 libs/iwinfo: support txpwrlist() for madwifi master devices 2009-11-21 02:10:13 +00:00
Jo-Philipp Wich
0f9ee2bea2 libs/iwinfo: support freqlist() on madwifi master devices 2009-11-21 01:40:48 +00:00
Steven Barth
7c9847ab12 IWINFO: Somehtings wrong with scanning and this header, seems to work with this change (taken from wireless-tools) 2009-11-17 19:53:55 +00:00
Steven Barth
23e0a7da6a CBI: Allow lazy loading of wizard pages (improving RAM usage) 2009-11-17 16:12:53 +00:00
Steven Barth
6a51fbe673 Minor fixes 2009-11-15 19:02:39 +00:00
Jo-Philipp Wich
21c3e37062 libs/sys: mhz are not floats 2009-11-15 17:06:33 +00:00
Jo-Philipp Wich
2a68a29c57 libs/iwinfo: conditionally compile wl.o or madwifi support, make it depend on $(CRAP) 2009-11-15 15:53:35 +00:00
Steven Barth
89ece183ef Merge luci.sys.wifi.channels to iwinfo 2009-11-15 15:46:27 +00:00
Jo-Philipp Wich
1b77a6f4c4 libs/iwinfo: add *_get_freqlist() 2009-11-15 15:21:03 +00:00
Jo-Philipp Wich
319f820388 libs/lmo: revert r5539, breaks target builds 2009-11-14 18:43:50 +00:00
Steven Barth
6fd3c1f367 Publish nixio.fs in index-scope 2009-11-14 18:41:16 +00:00
Steven Barth
b882bdeb04 Avoid unnecessary compiling 2009-11-14 13:41:31 +00:00
Steven Barth
43820b99ec JSON: Add encode / decode shortcut 2009-11-13 18:25:59 +00:00
Steven Barth
7aed1e4b9d NIU: More pages 2009-11-10 16:02:48 +00:00
Jo-Philipp Wich
4c08e29387 libs/cbi: add option to reveal/hide value for password fields 2009-11-10 01:42:18 +00:00
Steven Barth
284f85fb4e CBI: Fix subdependencies 2009-11-09 11:22:29 +00:00
Jo-Philipp Wich
6965f4ac2b libs/cbi: auto-hide apply messages and make title and description optional for Map and SimpleForm instances 2009-11-09 00:33:45 +00:00
Jo-Philipp Wich
5c4cd0c4d6 libs/cbi: fix some logic errors in firewall zone picker widget 2009-11-09 00:32:36 +00:00
Jo-Philipp Wich
c70edf0f94 libs/cbi: implement on_parse hook for maps 2009-11-09 00:32:05 +00:00
Jo-Philipp Wich
ee85b3b76b libs/core: i18n fixes for wds mode 2009-11-08 02:35:03 +00:00
Jo-Philipp Wich
c07a7b5a02 libs/core: implement add_network() and del_network() in wireless model 2009-11-08 02:34:31 +00:00
Jo-Philipp Wich
936d82ea5a libs/uci: fix bug in property_bool() of luci.model.uci.bind class 2009-11-08 02:32:29 +00:00
Jo-Philipp Wich
392bfd38f8 libs/cbi: implement SimpleForm on_cancel hook in main class 2009-11-08 02:31:41 +00:00
Jo-Philipp Wich
9199b2ca02 libs/cbi: fix bug in form prefill of zone picker widgets 2009-11-08 02:31:19 +00:00
Jo-Philipp Wich
6ba1aef019 libs/cbi:
- support hidden fields for SimpleForm, NamedSection and TypedSection instances
	- add support for on_cancel event in SimpleForm instances
2009-11-08 02:30:35 +00:00
Jo-Philipp Wich
dc93bf1fcc libs/cbi: properly handle .default for dummy values 2009-11-08 02:29:05 +00:00
Steven Barth
86e00cb771 LuCId: Watch threads in debug mode 2009-11-02 15:59:44 +00:00
Steven Barth
ffae6adf66 Avoid lacking fds 2009-11-02 15:40:53 +00:00
Steven Barth
c45930e05e LuCId: Only count our own threads 2009-11-02 14:21:55 +00:00
Jo-Philipp Wich
a60f781bdf libs/cbi: fix formatting issue in zone picker widget 2009-11-01 19:49:07 +00:00