index
:
openwrt/luci
firewall-forwards-empty
link-local-neigh
master
multiplipv6prefixes
routes-proto
routes-proto-old
tayga
tayga-old
upstream
OpenWrt Configuration Interface
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libs
/
web
/
luasrc
/
http
Age
Commit message (
Collapse
)
Author
2014-06-11
build: introduce luci-base
Jo-Philipp Wich
Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd, modules/admin-core, themes/base and protcols/core into modules/base and renames luci-lib-core to luci-base.
2012-08-29
libs/web: merge luci.http.protocol fix from Fonosfera
Jo-Philipp Wich
See http://trac.fonosfera.org/fon-ng/changeset/2102/trunk/luci/libs/http .
2010-10-12
libs: merge libs/http into libs/web
Jo-Philipp Wich
2008-06-19
* luci/libs: moved http.protocol from libs/web to libs/httpd, rewrote ↵
Jo-Philipp Wich
http.protocol to rely on LTN12 chains
2008-06-16
* Added preliminary HTTPD construct
Steven Barth
2008-06-15
* luci/libs: http.protocol: prevent oversized read blocks when reading from ↵
Jo-Philipp Wich
socket or file handle
2008-06-15
* luci/libs: http.protocol: switch to blockwise reading in urlencoded post ↵
Jo-Philipp Wich
requests, renamed readbuf constant
2008-06-15
* luci/libs: improved linereader implementation
Jo-Philipp Wich
2008-06-15
* Added support for CGI SGI
Steven Barth
2008-06-15
* luci/libs: http.protocol: split parse_message() in parse_message_header() ↵
Jo-Philipp Wich
and parse_message_body()
2008-06-15
* luci/libs: drop depency to luci.bits use tonumber() for hex decoding
Jo-Philipp Wich
2008-06-15
* luci/libs: protocol.lua: store status code and status description in http ↵
Jo-Philipp Wich
message object
2008-06-15
* luci/libs: fix get parameter handling in http.protocol
Jo-Philipp Wich
2008-06-15
* luci/libs: added initial HTTP protocol implementation
Jo-Philipp Wich