Age | Commit message (Collapse) | Author |
|
|
|
libs/http: drop zoneinfo information in luci.http.protocol.data, use luci.sys.zoneinfo instead
libs/sys: refresh zoneinfo information
|
|
|
|
|
|
them as well
|
|
as well
|
|
strings with luci-httpd and propably others
|
|
|
|
|
|
|
|
unparsed mime headers
|
|
|
|
|
|
Internet Explorer appends a whitespace character after the last parameter which will now be stripped
|
|
old one
Minor bugfixes
|
|
|
|
friends, fixed urlencode_params()
|
|
|
|
decoding, allow the message body to exceed Content-Length by two bytes (to ignore a possible trailing \r\n)
|
|
|
|
|
|
|
|
|
|
|
|
several smaller bugfixes and enhancements
|
|
|
|
|
|
|
|
|
|
|
|
not be decoded by urldecode)
* luci/https: fix breakage introduced by "+" decoding
|
|
|
|
|
|
* libs/httpd: handle missing permissions correctly, perform urldecode on request uri and urlencode on generated links, added css
|
|
|
|
|
|
|
|
* libs/httpd: add support for RFC2616 / 14.24 - 14.28 in file handler, add Date and Expires headers to luci handler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Several coroutine-safety fixes
|
|
|
|
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
|