Apply host-UVL
[project/luci.git] / libs / httpd / luasrc /
2008-11-01 Steven BarthRemove overload protection from SDK httpd
2008-10-15 Jo-Philipp Wich* luci/libs/httpd: fix spurious Overload errors in...
2008-09-02 Steven BarthFixed occasionally occuring "Overload"-problems with...
2008-08-27 Steven BarthFix some synchronization issues
2008-08-27 Steven BarthRenamed reworked UCI API to uci2 to allow a peaceful...
2008-08-10 Steven Barth* libs/web: Reworked authentication
2008-07-23 Steven BarthMade SGIs even more standards compliant (respect EOF...
2008-07-23 Steven BarthFix sgi-wsapi and sgi-luci to be standards compliant
2008-07-05 Jo-Philipp Wich* luci/libs: make treatment of "+" conditional in http...
2008-07-03 Steven Barth* libs/httpd: Add limit for luci handler
2008-07-02 Steven Barth* libs/httpd: Fixed garbage collection
2008-07-01 Steven Barth* libs/httpd: Fixed last commit
2008-07-01 Steven Barth* libs/httpd: Memory optimizations part #1
2008-07-01 Steven Barth* libs/httpd: Fixed a memleak
2008-06-30 Jo-Philipp Wich* libs/httpd: also handle missing directory permissions...
2008-06-30 Jo-Philipp Wich* libs/http: removed protocol.filter, added mimetypes...
2008-06-29 Steven Barth* luci/httpd: Populated missing functions to wrapped...
2008-06-29 Steven Barth* libs/core: Moved ltn12 inside LuCI to avoid package...
2008-06-29 Steven Barth* Fixed last commit
2008-06-29 Steven Barth* luci/httpd: Handle timeouts on socket writes correctly
2008-06-28 Jo-Philipp Wich* libs/httpd: print request uri, not real path in direc...
2008-06-28 Jo-Philipp Wich* libs/http: added support for directory listings
2008-06-28 Steven Barth* libs/httpd: Fixed a problem with empty sources in...
2008-06-28 Steven Barth* Fixed last commit
2008-06-28 Steven Barth* libs/httpd: Added Cache-Control header to LuCI
2008-06-28 Jo-Philipp Wich* libs/http: fix header handling in conditionals.lua
2008-06-28 Jo-Philipp Wich* libs/http: prepare support for RFC2616 / 14.24 -...
2008-06-26 Steven Barth* libs/httpd: Removed a debug function
2008-06-26 Steven Barth* libs/httpd: Rewrote daemon controller to increase...
2008-06-26 Jo-Philipp Wich* libs/httpd: added ETag, Date, Content-Type and Last...
2008-06-25 Jo-Philipp Wich* luci/httpd: fix 500 error case in luci handler...
2008-06-25 Steven Barth* libs/httpd: Optimized performance again
2008-06-25 Steven Barth* libs/httpd: Fixed typos
2008-06-25 Steven Barth* libs/httpd: Optimized performance
2008-06-25 Steven Barth* libs/httpd: cleanup
2008-06-25 Steven Barth* libs/httpd: Use HTTP/1.0 for error messages
2008-06-25 Steven Barth* libs/httpd: Automatically remove timed out threads
2008-06-25 Steven Barth* libs/httpd: Introduced keep-alive and pipelining...
2008-06-23 Steven Barth* libs/httpd: Tuned Garbage Collection
2008-06-23 Steven Barth* libs/httpd: Added performance ;-)
2008-06-23 Jo-Philipp Wich* luci/libs: fix syntax error in last commit
2008-06-23 Jo-Philipp Wich* luci/libs: fix possible error when doing sub() on...
2008-06-23 Steven Barth* Introducing LuCI HTTPD as testing environment
2008-06-21 Steven Barth* libs/httpd: Prepared HTTPD dispatching model
2008-06-21 Steven Barth* Fixed call to push_response
2008-06-21 Steven Barth* Fixed last commit
2008-06-21 Steven Barth* libs/httpd: Forward changed Handler API to use luci...
2008-06-20 Steven Barth* Moved luci.http.protocol to libs/http
2008-06-19 Jo-Philipp Wich* luci/httpd: add initial server implementation
2008-06-19 Jo-Philipp Wich* luci/libs: moved http.protocol from libs/web to libs...
2008-06-17 Steven Barth* Use CRLF instead of LF in HTTP headers
2008-06-17 Steven Barth* Preliminary module implementation for Luci HTTPD
2008-06-16 Steven Barth* Removed it
2008-06-16 Steven Barth* Added preliminary HTTPD construct