summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/http.lua
AgeCommit message (Expand)Author
2014-06-11build: introduce luci-baseJo-Philipp Wich
2012-11-21libs/web: fix luci.http.write_json() to properly encode control chars in stringsJo-Philipp Wich
2012-09-15libs/web: transparently handle userdata in write_json()Jo-Philipp Wich
2012-04-16Fix JSON NaNJo-Philipp Wich
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
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
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
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
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 u...Steven Barth
2008-06-23* Introducing LuCI HTTPD as testing environmentSteven Barth
2008-06-20* libs/core: Added garbage collector to luci.util.threadlocal to avoid memory...Steven Barth
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
2008-06-07* libs/web: Fixed Luci template cacheSteven Barth
2008-06-03* libs/web: Added support for custom query stringsSteven Barth
2008-05-27commit 4f6198094cf4134179d1f9c9fa8f79759a27c87eSteven Barth