Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-14 | * luci/libs/http: fix two typos in http.protocol | Jo-Philipp Wich | |
2008-07-14 | * luci/libs/http: use a more flexible aproach when storing multi-value fields | Jo-Philipp Wich | |
2008-07-14 | * luci/libs/http: remove left over field initialisation | Jo-Philipp Wich | |
2008-07-14 | * luci/libs/http: implement multi-value support in http.protocol | Jo-Philipp Wich | |
2008-07-05 | * luci/libs: make treatment of "+" conditional in http.protocol ("+" should ↵ | Jo-Philipp Wich | |
not be decoded by urldecode) * luci/https: fix breakage introduced by "+" decoding | |||
2008-07-05 | libs/http: Added handling of "+" in luci.http.protocl.urldecode | Steven Barth | |
2008-07-04 | * luci: fixup svn properties | Jo-Philipp Wich | |
2008-06-30 | * libs/http: removed protocol.filter, added mimetypes to protocol.mime | Jo-Philipp Wich | |
* libs/httpd: handle missing permissions correctly, perform urldecode on request uri and urlencode on generated links, added css | |||
2008-06-29 | * libs/core: Moved ltn12 inside LuCI to avoid package conflicts with luasocket | Steven Barth | |
2008-06-28 | * libs/http: added support for directory listings | Jo-Philipp Wich | |
2008-06-28 | * libs/http: add Date header for 304 responses | Jo-Philipp Wich | |
2008-06-28 | * libs/http: fix header handling in conditionals.lua | Jo-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/http: prepare support for RFC2616 / 14.24 - 14.28 | Jo-Philipp Wich | |
2008-06-27 | * libs/http: removed caching in http.protocol.date | Jo-Philipp Wich | |
2008-06-26 | * libs/http: implement caching in http.protocol.date | Jo-Philipp Wich | |
2008-06-26 | * libs/http: removed debugging prints from http.protocol.date | Jo-Philipp Wich | |
2008-06-26 | * libs/http: require luci.util in http.protocol.mime | Jo-Philipp Wich | |
2008-06-26 | * libs/http: added http mime helper lib | Jo-Philipp Wich | |
2008-06-26 | * libs/http: added http date helper lib | Jo-Philipp Wich | |
2008-06-25 | * libs/httpd: Introduced keep-alive and pipelining support | Steven Barth | |
2008-06-23 | * luci/libs: fix eof handling for urldecode_message_body() in protocol.lua | Jo-Philipp Wich | |
2008-06-23 | * Introducing LuCI HTTPD as testing environment | Steven Barth | |
* Several coroutine-safety fixes | |||
2008-06-22 | * luci/libs: add support for chunked transfer decoding in http.protocol | Jo-Philipp Wich | |
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/http | Steven Barth | |
* Added ltn12 to libs/core * Fixed libs/httpd Makefile |