Age | Commit message (Expand) | Author |
2008-07-29 | Added "apidocs" target to Makefile | Steven Barth |
2008-07-29 | libs/web: Small improvements, added inline documentation | Steven Barth |
2008-07-26 | libs: Fixed serialization stuff | Steven Barth |
2008-07-25 | libs/core, libs/uci, libs/web: Fixed several inline documentation typos | Steven Barth |
2008-07-23 | libs/web: Cleanup and inline documentation | Steven Barth |
2008-07-23 | themes: Add registration of themes at package installation time | Steven Barth |
2008-07-23 | i18n: Added dynamic registration for translations | Steven Barth |
2008-07-22 | * luci/libs/core: added inline documentation to luci.util, reordered and rena... | Jo-Philipp Wich |
2008-07-19 | Send Cache-Control headers by default | Steven Barth |
2008-07-19 | Improved reloading system, fixed a bug with saving network settings | Steven Barth |
2008-07-18 | libs/web: Fixed a bug regarding % characters in luci.template | Steven Barth |
2008-07-17 | Added new application luci-ntpc to luci-full and luci-mini | Steven Barth |
2008-07-17 | New application luci-upnp for luci-full and luci-mini | Steven Barth |
2008-07-17 | applications/luci-qos: Smaller enhancements, support for luci-mini | Steven Barth |
2008-07-16 | libs/web: Prevent luci.http to prematurely parse the POST data | Steven Barth |
2008-07-16 | libs/web: Made luci.http.write a sink | Steven Barth |
2008-07-16 | libs/web: Added luci.web.dispatcher.registered | Steven Barth |
2008-07-15 | * luci: associate luci_ethers reload with luci_ethers uci config | Jo-Philipp Wich |
2008-07-15 | lib/cbi: Added support for multiple CBI maps per model | Steven Barth |
2008-07-07 | * luci/libs/web: fixed whitespace strip condition in template parser | Jo-Philipp Wich |
2008-07-07 | * luci/libs/web: extended template syntax to allow removal of leading and tra... | Jo-Philipp Wich |
2008-07-07 | libs/web: Added template comments | Steven Barth |
2008-07-06 | libs/web: Removed deprecated i18n-file naming convention | Steven Barth |
2008-07-06 | * libs/web: Fixed translation handling | Steven Barth |
2008-07-06 | * libs/web: Prepare entry for french translation | Steven Barth |
2008-06-29 | * libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocket | Steven Barth |
2008-06-29 | * libs/web: Added Logout support | Steven Barth |
2008-06-29 | * applications/luci-splash: Rewrote luci-splash using an own daemon implement... | Steven Barth |
2008-06-28 | * libs/httpd: Fixed a problem with empty sources in filehandler | Steven Barth |
2008-06-28 | * libs/web: Switched from HTTP-Basic-Auth to Session-Auth | Steven Barth |
2008-06-27 | * libs/web: Prepare session authentication | Steven Barth |
2008-06-25 | * libs/httpd: Introduced keep-alive and pipelining support | Steven Barth |
2008-06-25 | * libs/web: Fixed reference to dispatcher in luci.dispatcher.build_url | Steven Barth |
2008-06-23 | libs/web: Fixed bug where the environment table gets returned in case of an u... | Steven Barth |
2008-06-23 | * libs/web: Changed caching behaviour of template library | Steven Barth |
2008-06-23 | * Introducing LuCI HTTPD as testing environment | Steven Barth |
2008-06-20 | * libs/core: Added garbage collector to luci.util.threadlocal to avoid memory... | Steven Barth |
2008-06-19 | * luci/libs: moved http.protocol from libs/web to libs/httpd, rewrote http.pr... | Jo-Philipp Wich |
2008-06-16 | * Added preliminary HTTPD construct | Steven Barth |
2008-06-15 | * luci/libs: http.protocol: prevent oversized read blocks when reading from s... | Jo-Philipp Wich |
2008-06-15 | * luci/libs: http.protocol: switch to blockwise reading in urlencoded post re... | Jo-Philipp Wich |
2008-06-15 | * Fixed SGI webuci to work with new HTTP API | Steven Barth |
2008-06-15 | * luci/libs: improved linereader implementation | Jo-Philipp Wich |
2008-06-15 | * Added support for CGI SGI | Steven Barth |
2008-06-15 | * luci/libs: http.protocol: split parse_message() in parse_message_header() a... | Jo-Philipp Wich |
2008-06-15 | * luci/libs: drop depency to luci.bits use tonumber() for hex decoding | Jo-Philipp Wich |
2008-06-15 | * Generalized HTTP-API | Steven Barth |
2008-06-15 | * luci/libs: protocol.lua: store status code and status description in http m... | Jo-Philipp Wich |
2008-06-15 | * luci/libs: fix get parameter handling in http.protocol | Jo-Philipp Wich |
2008-06-15 | * luci/libs: added initial HTTP protocol implementation | Jo-Philipp Wich |