Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-07 | ubus: move sid into the params array of the json-rpc request to avoid ↵ | Jo-Philipp Wich | |
information leakage via the post url | |||
2013-05-23 | relay: do not process headers after the first error | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-05-23 | relay: fix close handling | Felix Fietkau | |
When the relay process has exited, close the connection as soon as no data can immediately be read from the socket anymore, and the read buffer has been emptied. This fixes timeouts with scripts that leave processes lingering around without closing their fds. Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-25 | ubus: add option to not authenticate ubus requests | Jo-Philipp Wich | |
2013-01-19 | implement support for script timeout for cgi/lua | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-19 | add support for deferring script requests, limit maximum number of script ↵ | Felix Fietkau | |
calls to 3, maximum number of connections to 100 Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-19 | poll read data after connect as well | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-19 | add user agent detection for working around keepalive issues and add support ↵ | Felix Fietkau | |
for the connection: close|keep-alive header Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-13 | relicense to ISC | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-13 | fix cgi/lua header parsing | Felix Fietkau | |
2013-01-13 | rework the ubus plugin to support JSON-RPC 2.0 | Felix Fietkau | |
2013-01-07 | add ubus support | Felix Fietkau | |
2013-01-06 | de-constify the url parameter for the handler, it becomes invalid after the ↵ | Felix Fietkau | |
request anyway | |||
2013-01-04 | add lua plugin support | Felix Fietkau | |
2013-01-04 | add basic tls support, todo: error handling | Felix Fietkau | |
2013-01-04 | fix resuming accept() calls after exceeding client limit | Felix Fietkau | |
2013-01-03 | use pipes instead of a socketpair, EOF handling is broken with sockets | Felix Fietkau | |
2013-01-03 | implement proper flow control for relaying postdata | Felix Fietkau | |
2013-01-03 | fix use-after-realloc issue with the request url | Felix Fietkau | |
2013-01-03 | fix chunked postdata parsing | Felix Fietkau | |
2013-01-03 | add post data relaying | Felix Fietkau | |
2013-01-03 | declare dispatch struct type | Felix Fietkau | |
2013-01-02 | add support for sending HTTP/1.1 100 Continue | Felix Fietkau | |
2013-01-02 | add uh_addr_rfc1918() | Felix Fietkau | |
2013-01-02 | add auth support | Felix Fietkau | |
2013-01-02 | remove unused constant | Felix Fietkau | |
2013-01-02 | constify, fix types | Felix Fietkau | |
2013-01-02 | add local/remote address env vars for cgi | Felix Fietkau | |
2013-01-01 | add preliminary cgi support, needs fixing for close handling | Felix Fietkau | |
2013-01-01 | code cleanup | Felix Fietkau | |
2012-12-31 | remove unnecessary client struct field members | Felix Fietkau | |
2012-12-31 | move dispatch cbs and data to one place | Felix Fietkau | |
2012-12-31 | make uh_path_lookup static | Felix Fietkau | |
2012-12-31 | add default cgi prefix | Felix Fietkau | |
2012-12-31 | use the new calloc_a function from libubox | Felix Fietkau | |
2012-12-30 | add more command line options | Felix Fietkau | |
2012-12-30 | add config parser | Felix Fietkau | |
2012-12-30 | Initial implementation | Felix Fietkau | |