Moved luci.sys.libpath to luci.util
[project/luci.git] / libs / http /
2008-07-22 Jo-Philipp Wich* luci/libs/http: added inline documentation to luci...
2008-07-19 Jo-Philipp Wich* luci/libs/http: use aliased ltn12. instead of luci...
2008-07-19 Jo-Philipp Wich* luci/libs/http: fix a few corner cases which can...
2008-07-18 Jo-Philipp Wich* luci/libs/http: fix "attempt to compare string with...
2008-07-18 Jo-Philipp Wich* luci/libs/http: replace url decoder in http.protocol
2008-07-18 Jo-Philipp Wich* luci/libs/http: added more sanity checks to mime...
2008-07-18 Jo-Philipp Wich* luci/libs/http: fix wrong varname in http.protocol
2008-07-18 Jo-Philipp Wich* luci/libs/http: replaced mime decoder in http.protocol
2008-07-16 Steven Barthmodules/admin-mini: Added Wifi configuration
2008-07-16 Jo-Philipp Wich* libs/http: fix blocksize-related mime decoding proble...
2008-07-14 Jo-Philipp Wich* luci/libs/http: fix two typos in http.protocol
2008-07-14 Jo-Philipp Wich* luci/libs/http: use a more flexible aproach when...
2008-07-14 Jo-Philipp Wich* luci/libs/http: remove left over field initialisation
2008-07-14 Jo-Philipp Wich* luci/libs/http: implement multi-value support in...
2008-07-05 Jo-Philipp Wich* luci/libs: make treatment of "+" conditional in http...
2008-07-05 Steven Barthlibs/http: Added handling of "+" in luci.http.protocl...
2008-07-04 Jo-Philipp Wich* luci: fixup svn properties
2008-06-30 Jo-Philipp Wich* libs/http: removed protocol.filter, added mimetypes...
2008-06-29 Steven Barth* libs/core: Moved ltn12 inside LuCI to avoid package...
2008-06-28 Jo-Philipp Wich* libs/http: added support for directory listings
2008-06-28 Jo-Philipp Wich* libs/http: add Date header for 304 responses
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-27 Jo-Philipp Wich* libs/http: removed caching in http.protocol.date
2008-06-26 Jo-Philipp Wich* libs/http: implement caching in http.protocol.date
2008-06-26 Jo-Philipp Wich* libs/http: removed debugging prints from http.protoco...
2008-06-26 Jo-Philipp Wich* libs/http: require luci.util in http.protocol.mime
2008-06-26 Jo-Philipp Wich* libs/http: added http mime helper lib
2008-06-26 Jo-Philipp Wich* libs/http: added http date helper lib
2008-06-25 Steven Barth* libs/httpd: Introduced keep-alive and pipelining...
2008-06-23 Jo-Philipp Wich* luci/libs: fix eof handling for urldecode_message_bod...
2008-06-23 Steven Barth* Introducing LuCI HTTPD as testing environment
2008-06-22 Jo-Philipp Wich* luci/libs: add support for chunked transfer decoding...
2008-06-20 Steven Barth* libs/core: Added garbage collector to luci.util.threa...
2008-06-20 Steven Barth* Moved luci.http.protocol to libs/http