Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-25 | Fix non-HEAD HTTP-Responses | Steven Barth | |
2009-05-25 | Extend CBI Delegators, fix some CBI issue | Steven Barth | |
2009-05-24 | CBI Delegators (Wizards) | Steven Barth | |
Example CBI-Map: d = Delegator() d.allow_back = true -- Back-button d:add("step1", load("mywizard/form1")) -- model/cbi/mywizard/form1 d:add("step2", load("mywizard/form2")) return d | |||
2009-05-23 | GSoC Commit #1: LuCId + HTTP-Server | Steven Barth | |
2009-05-21 | - Add support for hostap driver | Jo-Philipp Wich | |
- Retrieve channels from all available wireless interfaces - Add channel "auto" to channel list Thanks Vasilis Tsiligiannis | |||
2009-05-19 | i18n: remove obsolete lua i18n files | Jo-Philipp Wich | |
2009-05-19 | build: integrate po files in the build system | Jo-Philipp Wich | |
2009-05-17 | libs/core: make sure that bitlib is loaded, fixes some sdk problems | Jo-Philipp Wich | |
2009-05-13 | libs/sys: fix checking for empty table | Jo-Philipp Wich | |
2009-05-13 | libs/sys: fix typo in last commit | Jo-Philipp Wich | |
2009-05-13 | libs/sys: implement luci.sys.wifi.channels() | Jo-Philipp Wich | |
modules/admin-full: only display available channels | |||
2009-05-09 | libs/luanet: add wifi channel enumeration | Jo-Philipp Wich | |
2009-05-01 | Remove Luasocket - obsoleted by nixio | Steven Barth | |
Remove old luasocket based LuCI Httpd - obsoleted by lucittpd Remove lpeg - not in use Rewrite luci-splashd using nixio | |||
2009-04-30 | httpclient: Send the correct Host-Header if we are following a redirect | Steven Barth | |
2009-04-26 | nixio: | Steven Barth | |
Added binding for getifaddrs(): List network interfaces, their flags, addresses and statistics Cleanups | |||
2009-04-21 | Merge nixio 0.2 | Steven Barth | |
2009-04-16 | libs/cbi: workaround git deficiencies | Jo-Philipp Wich | |
2009-04-10 | libs/sys: sync zoneinfo to tzdata 2009d | Jo-Philipp Wich | |
2009-04-09 | Fix some fallout | Steven Barth | |
2009-04-08 | libs/web: fix file caches in dispatcher, broke when introducing lua-gz support | Jo-Philipp Wich | |
2009-04-04 | trunk: prepare LuCI to handle .lua.gz files | Jo-Philipp Wich | |
2009-04-03 | Backport Skip-Button support | Steven Barth | |
2009-03-30 | Import luanet library | Steven Barth | |
Relicensed with author's permission Thanks John | |||
2009-03-29 | libs/cbi: properly handle uvl errors without childs | Jo-Philipp Wich | |
2009-03-27 | Introduce noheader and nofooter CBI-Dispatcher config | Steven Barth | |
2009-03-26 | Fix last commit | Steven Barth | |
2009-03-26 | Correctly set status FORM_PROCEED instead of FORM_CHANGED if user | Steven Barth | |
creates / deletes a field or section | |||
2009-03-16 | nixio: solaris does not recognize LOG_PERROR | Steven Barth | |
2009-03-16 | Fix a possible stack corruption | Steven Barth | |
2009-03-16 | Added missing file | Steven Barth | |
2009-03-16 | nixio: added syslog support | Steven Barth | |
2009-03-14 | libs/web: | Jo-Philipp Wich | |
- improve handling of low level runtime errors - wrap access to luci.main into assert() | |||
2009-03-13 | Sync nixio | Steven Barth | |
2009-03-13 | nixio: More sockopts | Steven Barth | |
2009-03-13 | nixio: +socket options SO_DONTROUTE, SO_BINDTODEVICE | Steven Barth | |
2009-03-12 | nixio: chdir() | Steven Barth | |
2009-03-12 | nixio: add setsid() | Steven Barth | |
2009-03-12 | httpclient: handle redirects more graceful | Steven Barth | |
2009-03-12 | FreeBSD compatibility #3 | Steven Barth | |
2009-03-12 | nixio: FreeBSD compatibility #2 | Steven Barth | |
2009-03-12 | nixio: FreeBSD compatibility #1 | Steven Barth | |
2009-03-12 | libs/sys: update zoneinfo to version 2009b | Jo-Philipp Wich | |
2009-03-11 | Drop XML i18n files | Steven Barth | |
2009-03-10 | Be nice() | Steven Barth | |
2009-03-09 | nixio: Implement protable behaviour of signal(), export more error | Steven Barth | |
constants | |||
2009-03-09 | httpclient: Added missing import | Steven Barth | |
nixio: waitpid() returns 0 with WNOHANG and no terminated childs | |||
2009-03-09 | Allow SimpleForm handler to set CBI status | Steven Barth | |
2009-03-09 | Improved httpclient | Steven Barth | |
2009-03-09 | nixio: reenable splice() for linux | Steven Barth | |
2009-03-09 | Cicrumvent possible segfaults in axTLS | Steven Barth | |
More compatibility |