Renamed reworked UCI API to uci2 to allow a peaceful coexistence with the old one
[project/luci.git] / libs / http / luasrc / http / protocol.lua
2008-08-27 Steven BarthRenamed reworked UCI API to uci2 to allow a peaceful...
2008-08-22 Steven Barthlibs/http: Fixed default sink for unknown data
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: fix header handling in conditionals.lua
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