summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2008-06-28* lib/core: Fixed wrong argument order for luci.user.checkpasswdSteven Barth
2008-06-28use ldflags in sgi-webuci linkingFelix Fietkau
2008-06-28* libs/httpd: Fixed a problem with empty sources in filehandlerSteven Barth
2008-06-28* Fixed last commitSteven Barth
2008-06-28* libs/httpd: Added Cache-Control header to LuCISteven Barth
* libs/httpd: Added Server-Header
2008-06-28* libs/http: add Date header for 304 responsesJo-Philipp Wich
2008-06-28* libs/http: fix header handling in conditionals.luaJo-Philipp Wich
* libs/httpd: add support for RFC2616 / 14.24 - 14.28 in file handler, add Date and Expires headers to luci handler
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-28* libs/http: prepare support for RFC2616 / 14.24 - 14.28Jo-Philipp Wich
2008-06-27* libs/http: removed caching in http.protocol.dateJo-Philipp Wich
2008-06-27* libs/web: Prepare session authenticationSteven Barth
2008-06-27* Updated thankyou documentsSteven Barth
2008-06-26* libs/http: implement caching in http.protocol.dateJo-Philipp Wich
2008-06-26* libs/httpd: Removed a debug functionSteven Barth
2008-06-26* libs/httpd: Rewrote daemon controller to increase performanceSteven Barth
2008-06-26* libs/httpd: added ETag, Date, Content-Type and Last-Modified header ↵Jo-Philipp Wich
support to file handler
2008-06-26* libs/http: removed debugging prints from http.protocol.dateJo-Philipp Wich
2008-06-26* libs/http: require luci.util in http.protocol.mimeJo-Philipp Wich
2008-06-26* libs/http: added http mime helper libJo-Philipp Wich
2008-06-26* libs/http: added http date helper libJo-Philipp Wich
2008-06-25* luci/httpd: fix 500 error case in luci handler, added copyright stuffJo-Philipp Wich
2008-06-25* libs/httpd: Optimized performance againSteven Barth
2008-06-25* libs/httpd: Fixed typosSteven Barth
2008-06-25* libs/httpd: Optimized performanceSteven Barth
2008-06-25* libs/httpd: cleanupSteven Barth
2008-06-25* libs/httpd: Use HTTP/1.0 for error messagesSteven Barth
2008-06-25* libs/httpd: Automatically remove timed out threadsSteven Barth
2008-06-25* libs/httpd: Introduced keep-alive and pipelining supportSteven Barth
2008-06-25* libs/web: Fixed reference to dispatcher in luci.dispatcher.build_urlSteven Barth
2008-06-23libs/web: Fixed bug where the environment table gets returned in case of an ↵Steven Barth
undefined variable
2008-06-23* libs/web: Changed caching behaviour of template librarySteven Barth
2008-06-23* Added preliminary OpenWRT support for luci-httpdSteven Barth
2008-06-23* libs/httpd: Tuned Garbage CollectionSteven Barth
2008-06-23* libs/util: Fixed memory leaks in threadlocal implementationsSteven Barth
2008-06-23* libs/httpd: Added performance ;-)Steven Barth
2008-06-23* luci/libs: fix syntax error in last commitJo-Philipp Wich
2008-06-23* luci/libs: fix possible error when doing sub() on chunk in server.luaJo-Philipp Wich
2008-06-23* luci/libs: fix eof handling for urldecode_message_body() in protocol.luaJo-Philipp Wich
2008-06-23* Introducing LuCI HTTPD as testing environmentSteven Barth
* Several coroutine-safety fixes
2008-06-22* luci/libs: add support for chunked transfer decoding in http.protocolJo-Philipp Wich
2008-06-21* libs/httpd: Prepared HTTPD dispatching modelSteven Barth
2008-06-21* Fixed call to push_responseSteven Barth
2008-06-21* Fixed last commitSteven Barth
2008-06-21* libs/httpd: Forward changed Handler API to use luci.http to push responsesSteven Barth
* libs/httpd: Added Expect: 100-continue header support to server (merged from Jow)
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-20* Moved luci.http.protocol to libs/httpSteven Barth
* Added ltn12 to libs/core * Fixed libs/httpd Makefile
2008-06-19* luci/httpd: add initial server implementationJo-Philipp Wich
2008-06-19* luci/libs: moved http.protocol from libs/web to libs/httpd, rewrote ↵Jo-Philipp Wich
http.protocol to rely on LTN12 chains
2008-06-17* Use CRLF instead of LF in HTTP headersSteven Barth
2008-06-17* Preliminary module implementation for Luci HTTPDSteven Barth