uvldoc: Added preliminary section support, optimized menu generating
[project/luci.git] / libs / web /
2008-09-09 Steven BarthPerformance optimisations:
2008-09-06 Steven BarthRewrote UCI apply logic
2008-09-05 Steven BarthAdded bytecodecache
2008-09-05 Steven BarthAdded memory tracer
2008-09-05 Steven BarthSmall dispatcher improvement
2008-09-05 Steven BarthFixed luci.config
2008-09-05 Steven BarthHeavy memory/performance optimizations #4
2008-09-05 Steven BarthHeavy memory/performance optimizations #3
2008-09-05 Steven BarthHeavy memory/performance optimizations #2
2008-09-05 Steven BarthInprove sanity check for luci.sauth.read
2008-09-05 Steven Barthlibs/web: Turn dependency tracking on by default
2008-09-05 Steven BarthFixed some minor session handling issues
2008-09-05 Steven BarthOptimized error handling
2008-09-03 Steven Barthlibs/web: Fixed luci.template
2008-09-02 Steven BarthRewrote luci.config
2008-09-02 Steven Barthlibs/web: Fixed a typo in template error handling
2008-09-01 Steven BarthAdded custom filename support to luci.template
2008-09-01 Steven Barthlibs/web: Cleaned up template library
2008-09-01 Steven Barthlibs/web: Added several sanity checks to avoid local...
2008-08-31 Steven Barthlibs/web: Fix dispatching index scope
2008-08-30 Steven Barthlibs/web: Return more verbose error messages when templ...
2008-08-29 Steven BarthGeneral optimizations, simplifications and improvements
2008-08-29 Steven BarthSpeed up generation of dispatching tree
2008-08-26 Steven BarthUCI API changes
2008-08-26 Steven Barthlibs/json: Completed JSON library
2008-08-26 Steven Barthlibs/core: Reworked some basic libraries to not use...
2008-08-23 Jo-Philipp Wich* luci/libs: web: fix "dispatcher.lua:167: attempt...
2008-08-22 Steven BarthRPC initial authentication API completed
2008-08-22 Steven Barthlibs/web: Remove unneeded status call
2008-08-22 Steven BarthFix unhandled track values for leafs
2008-08-22 Steven BarthRPC part #3
2008-08-22 Steven BarthRPC part #2
2008-08-20 Steven Barthlibs/web: Corrected HTTP-Headers
2008-08-20 Steven Barthlibs/web: Set Expires-Header
2008-08-20 Jo-Philipp Wich* luci/libs: add striptags() to global dispatcher namespace
2008-08-11 Steven BarthAdded new Application luci-samba offering SMB/CIFS...
2008-08-11 Steven BarthMinor bugfixes
2008-08-11 Steven BarthFixed last commit
2008-08-11 Steven Barthlibs/web: Even more sanity checks
2008-08-11 Steven Barthlibs/web: Add additional sanity checks to session mechanism
2008-08-11 Steven Barthlibs/web: Add an additional sanity check to Session IDs
2008-08-10 Steven BarthRevert "* Fix last commit"
2008-08-10 Steven Barth* Fix last commit
2008-08-10 Steven Barth* libs/web: Reworked authentication
2008-08-09 Steven Barthlibs/cbi: Major Improvements
2008-08-08 Steven Barthlibs/web: Added missing on_commit trigger
2008-08-07 Steven Barthlibs/cbi: Added magic ;-)
2008-08-06 Steven BarthMoved luci.sys.libpath to luci.util
2008-08-05 Steven Barthapplications/luci-splash: Updated to work with new...
2008-08-04 Steven Barthapplications/luci-fw: Reworked to use the new native...
2008-07-31 Steven Barthlibs/web: Fixed template escaping
2008-07-29 Steven BarthAdded "apidocs" target to Makefile
2008-07-29 Steven Barthlibs/web: Small improvements, added inline documentation
2008-07-26 Steven Barthlibs: Fixed serialization stuff
2008-07-25 Steven Barthlibs/core, libs/uci, libs/web: Fixed several inline...
2008-07-23 Steven Barthlibs/web: Cleanup and inline documentation
2008-07-23 Steven Barththemes: Add registration of themes at package installat...
2008-07-23 Steven Barthi18n: Added dynamic registration for translations
2008-07-22 Jo-Philipp Wich* luci/libs/core: added inline documentation to luci...
2008-07-19 Steven BarthSend Cache-Control headers by default
2008-07-19 Steven BarthImproved reloading system, fixed a bug with saving...
2008-07-18 Steven Barthlibs/web: Fixed a bug regarding % characters in luci...
2008-07-17 Steven BarthAdded new application luci-ntpc to luci-full and luci...
2008-07-17 Steven BarthNew application luci-upnp for luci-full and luci-mini
2008-07-17 Steven Barthapplications/luci-qos: Smaller enhancements, support...
2008-07-16 Steven Barthlibs/web: Prevent luci.http to prematurely parse the...
2008-07-16 Steven Barthlibs/web: Made luci.http.write a sink
2008-07-16 Steven Barthlibs/web: Added luci.web.dispatcher.registered
2008-07-15 Jo-Philipp Wich* luci: associate luci_ethers reload with luci_ethers...
2008-07-15 Steven Barthlib/cbi: Added support for multiple CBI maps per model
2008-07-07 Jo-Philipp Wich* luci/libs/web: fixed whitespace strip condition in...
2008-07-07 Jo-Philipp Wich* luci/libs/web: extended template syntax to allow...
2008-07-07 Steven Barthlibs/web: Added template comments
2008-07-06 Steven Barthlibs/web: Removed deprecated i18n-file naming convention
2008-07-06 Steven Barth* libs/web: Fixed translation handling
2008-07-06 Steven Barth* libs/web: Prepare entry for french translation
2008-06-29 Steven Barth* libs/core: Moved ltn12 inside LuCI to avoid package...
2008-06-29 Steven Barth* libs/web: Added Logout support
2008-06-29 Steven Barth* applications/luci-splash: Rewrote luci-splash using...
2008-06-28 Steven Barth* libs/httpd: Fixed a problem with empty sources in...
2008-06-28 Steven Barth* libs/web: Switched from HTTP-Basic-Auth to Session...
2008-06-27 Steven Barth* libs/web: Prepare session authentication
2008-06-25 Steven Barth* libs/httpd: Introduced keep-alive and pipelining...
2008-06-25 Steven Barth* libs/web: Fixed reference to dispatcher in luci.dispa...
2008-06-23 Steven Barthlibs/web: Fixed bug where the environment table gets...
2008-06-23 Steven Barth* libs/web: Changed caching behaviour of template library
2008-06-23 Steven Barth* Introducing LuCI HTTPD as testing environment
2008-06-20 Steven Barth* libs/core: Added garbage collector to luci.util.threa...
2008-06-19 Jo-Philipp Wich* luci/libs: moved http.protocol from libs/web to libs...
2008-06-16 Steven Barth* Added preliminary HTTPD construct
2008-06-15 Jo-Philipp Wich* luci/libs: http.protocol: prevent oversized read...
2008-06-15 Jo-Philipp Wich* luci/libs: http.protocol: switch to blockwise reading...
2008-06-15 Steven Barth* Fixed SGI webuci to work with new HTTP API
2008-06-15 Jo-Philipp Wich* luci/libs: improved linereader implementation
2008-06-15 Steven Barth* Added support for CGI SGI
2008-06-15 Jo-Philipp Wich* luci/libs: http.protocol: split parse_message() in...
2008-06-15 Jo-Philipp Wich* luci/libs: drop depency to luci.bits use tonumber...
2008-06-15 Steven Barth* Generalized HTTP-API
2008-06-15 Jo-Philipp Wich* luci/libs: protocol.lua: store status code and status...
2008-06-15 Jo-Philipp Wich* luci/libs: fix get parameter handling in http.protocol
next