Age | Commit message (Expand) | Author |
2009-07-31 | modules/admin-full: fix syntax error in system controller | Jo-Philipp Wich |
2009-07-31 | modules/admin-mini: fix syntax error in system controller | Jo-Philipp Wich |
2009-07-30 | Fix errorhandling in Delegators | Steven Barth |
2009-07-30 | Fix delegators | Steven Barth |
2009-07-30 | libs/lmo: remove cast in first lseek(), not needed since it's a constant expr... | Jo-Philipp Wich |
2009-07-30 | Disable Basic-Auth in SDK | Steven Barth |
2009-07-30 | libs/lmo: fix lmo_read32() (dereferencing type-punned pointer will break stri... | Jo-Philipp Wich |
2009-07-30 | * Add sample UCI config files for luci-app-diag-devinfo, to be used by the SDK. | Daniel Dickinson |
2009-07-30 | libs/lmo: explicitly cast values to off_t for lseek() | Jo-Philipp Wich |
2009-07-29 | Kill abandoned files | Steven Barth |
2009-07-29 | libs/core: properly handle udata values in overloaded string format operator | Jo-Philipp Wich |
2009-07-29 | libs/lmo: jffs2 does not support mmap() with MAP_SHARED, use MAP_PRIVATE inst... | Jo-Philipp Wich |
2009-07-28 | modules/freifunk: fix yet another syntax error in public status model | Jo-Philipp Wich |
2009-07-28 | modules/freifunk: fix syntax error introduced in r5150 | Jo-Philipp Wich |
2009-07-28 | Increase timeout for HTTP, fixing some browser problems | Steven Barth |
2009-07-27 | Add luci.lucid.running() | Steven Barth |
2009-07-27 | Add native support for homepages | Steven Barth |
2009-07-27 | Optimize util.threadlocal, Add luci.store as global threadlocal store | Steven Barth |
2009-07-27 | Code style | Steven Barth |
2009-07-26 | libs/web: fix template parsing of default texts in i18n expressions | Jo-Philipp Wich |
2009-07-26 | libs/web: fix file handle leak in template parser | Jo-Philipp Wich |
2009-07-26 | libs/web: implement i18n.string() and i18n.stringf() to obtain genuine Lua st... | Jo-Philipp Wich |
2009-07-26 | modules/freifunk: fix same problem | Jo-Philipp Wich |
2009-07-26 | modules/admin-mini: fix the same issue in admin-mini | Jo-Philipp Wich |
2009-07-26 | modules/admin-full: fix udata vs. string in system.lua model | Jo-Philipp Wich |
2009-07-26 | libs/web: convert given argument to string in i18n.translatef() | Jo-Philipp Wich |
2009-07-26 | libs/nixio: d'oh ... import tostring() as well | Jo-Philipp Wich |
2009-07-26 | libs/nixio: convert data to string in writeall(), this is required for numeri... | Jo-Philipp Wich |
2009-07-26 | libs/uvl: fix some memory wasting | Jo-Philipp Wich |
2009-07-25 | Reintroduce prefisx support - was gone somewhere | Steven Barth |
2009-07-25 | Allow Basic-Auth pass-through | Steven Barth |
2009-07-25 | Add: luci.http.splice to allow direct copying of data from a file | Steven Barth |
2009-07-25 | libs/lmo: return entries as udata and only create strings on demand | Jo-Philipp Wich |
2009-07-25 | libs/web: use C templates by default | Jo-Philipp Wich |
2009-07-25 | libs/core: support udata util.striptags(), optimizie copcall implementation | Jo-Philipp Wich |
2009-07-25 | libs/lucid-http: make chunksinks cope with string-like udata | Jo-Philipp Wich |
2009-07-24 | Merge from fonosfera | Steven Barth |
2009-07-24 | FIx lsat commit | Steven Barth |
2009-07-24 | luci.fs compat | Steven Barth |
2009-07-24 | Revert external tree usage | Steven Barth |
2009-07-24 | Typo | Steven Barth |
2009-07-24 | Revert "libs/lucid-http: prepare external indexing and tree building in luci ... | Steven Barth |
2009-07-23 | applications/luci-splash: fix upper/lowercase issues in luci splash-cli, than... | Jo-Philipp Wich |
2009-07-23 | modules/freifunk: set country code 276 by default, for ch12, 13 with madwifi | Jo-Philipp Wich |
2009-07-23 | contrib/package: select openwrt.org theme by default but do not make it a har... | Jo-Philipp Wich |
2009-07-23 | libs/web: disable memory debuggin in trunk as well | Jo-Philipp Wich |
2009-07-23 | libs/web: dispatcher.lua: add support for external tree building and indexing | Jo-Philipp Wich |
2009-07-23 | libs/uvl: convert uvlc to nixio.fs api, fix error condition when no schema is... | Jo-Philipp Wich |
2009-07-23 | libs/lucid-http: prepare external indexing and tree building in luci handler | Jo-Philipp Wich |
2009-07-23 | libs/core: util.lua optimize get() and set() accessors of threadlocals | Jo-Philipp Wich |