summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/http.lua
AgeCommit message (Collapse)Author
2010-11-07libs/web: add luci.http.write_json()Jo-Philipp Wich
2009-07-25Add: luci.http.splice to allow direct copying of data from a fileSteven Barth
descriptor
2008-11-29Scope compatibility fixesSteven Barth
2008-09-12Avoid XML errorsSteven Barth
2008-08-29General optimizations, simplifications and improvementsSteven Barth
2008-08-26libs/json: Completed JSON librarySteven Barth
modules/rpc: Added experimental JSON-RPC API
2008-08-22RPC part #3Steven Barth
2008-08-20libs/web: Corrected HTTP-HeadersSteven Barth
2008-08-20libs/web: Set Expires-HeaderSteven Barth
2008-07-25libs/core, libs/uci, libs/web: Fixed several inline documentation typosSteven Barth
2008-07-23libs/web: Cleanup and inline documentationSteven Barth
2008-07-19Send Cache-Control headers by defaultSteven Barth
2008-07-16libs/web: Prevent luci.http to prematurely parse the POST dataSteven Barth
modules/admin-mini: Added fw-upgrade page
2008-07-16libs/web: Made luci.http.write a sinkSteven Barth
2008-06-29* libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocketSteven Barth
2008-06-28* libs/web: Switched from HTTP-Basic-Auth to Session-AuthSteven Barth
* Updated Makefiles for better testing environment integration * Fixed libs/sgi-luci
2008-06-25* libs/httpd: Introduced keep-alive and pipelining supportSteven Barth
2008-06-23libs/web: Fixed bug where the environment table gets returned in case of an ↵Steven Barth
undefined variable
2008-06-23* Introducing LuCI HTTPD as testing environmentSteven Barth
* Several coroutine-safety fixes
2008-06-20* libs/core: Added garbage collector to luci.util.threadlocal to avoid ↵Steven Barth
memory leaks * libs/http: Use env-Variables instead of headers for parse_message_body and subsequent functions * libs/http: Added missing urldecode call for parsing urlencoded params * libs/web: Ported luci.http to use ltn12 sources and sinks instead of sockets or file pointers * libs/sgi-cgi, libs/sgi-webuci, libs/sgi-wsapi: Updated to work with new luci.http.Request ABI
2008-06-15* Fixed SGI webuci to work with new HTTP APISteven Barth
2008-06-15* Added support for CGI SGISteven Barth
2008-06-15* Generalized HTTP-APISteven Barth
2008-06-14* Rewrote Luci to be coroutine-safe allowing the use of non-forking webserversSteven Barth
* Setting base version to 0.7
2008-06-07* libs/web: Fixed Luci template cacheSteven Barth
* libs/web: Added luci.http.urlencode, luci.http.urldecode * Minor enhancements
2008-06-03* libs/web: Added support for custom query stringsSteven Barth
2008-05-27commit 4f6198094cf4134179d1f9c9fa8f79759a27c87eSteven Barth
Author: Felix Fietkau <nbd@openwrt.org> Date: Tue May 27 13:56:12 2008 +0200 rename src/ to luasrc/