summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Expand)Author
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 u...Steven Barth
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
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
2008-06-20* libs/core: Added garbage collector to luci.util.threadlocal to avoid memory...Steven Barth
2008-06-20* Moved luci.http.protocol to libs/httpSteven Barth
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 http.pr...Jo-Philipp Wich
2008-06-17* Use CRLF instead of LF in HTTP headersSteven Barth
2008-06-17* Preliminary module implementation for Luci HTTPDSteven Barth
2008-06-16* Removed itSteven Barth
2008-06-16* Added preliminary HTTPD constructSteven Barth
2008-06-15* luci/libs: http.protocol: prevent oversized read blocks when reading from s...Jo-Philipp Wich
2008-06-15* luci/libs: http.protocol: switch to blockwise reading in urlencoded post re...Jo-Philipp Wich
2008-06-15* Fixed SGI webuci to work with new HTTP APISteven Barth
2008-06-15* Fix sgi-cgi postinstSteven Barth
2008-06-15* luci/libs: improved linereader implementationJo-Philipp Wich
2008-06-15* Removed support for HaserlSteven Barth
2008-06-15* Fixed last commitSteven Barth
2008-06-15* Finished support for SGI CGISteven Barth
2008-06-15* Added support for CGI SGISteven Barth
2008-06-15* Added support for htdocs module directorySteven Barth
2008-06-15* luci/libs: http.protocol: split parse_message() in parse_message_header() a...Jo-Philipp Wich
2008-06-15* luci/libs: drop depency to luci.bits use tonumber() for hex decodingJo-Philipp Wich
2008-06-15* Generalized HTTP-APISteven Barth
2008-06-15* luci/libs: protocol.lua: store status code and status description in http m...Jo-Philipp Wich
2008-06-15* luci/libs: fix get parameter handling in http.protocolJo-Philipp Wich
2008-06-15* luci/libs: added initial HTTP protocol implementationJo-Philipp Wich
2008-06-14* Added preliminary support for WSAPI SGISteven Barth