Age | Commit message (Expand) | Author |
---|---|---|
2013-01-04 | add lua plugin support | Felix Fietkau |
2013-01-04 | ensure the cgi postdata write pipe is closed for other processes | Felix Fietkau |
2013-01-04 | re-enable reads from the cgi pipe after enough data has been written to the c... | Felix Fietkau |
2013-01-04 | plug a memory leak in cgi processing | Felix Fietkau |
2013-01-04 | free cgi headers | 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 | add post data relaying | Felix Fietkau |
2013-01-03 | cleanup dispatch struct access | Felix Fietkau |
2013-01-02 | add local/remote address env vars for cgi | Felix Fietkau |
2013-01-02 | parse status header code from cgi scripts | Felix Fietkau |
2013-01-01 | fix typo in header name check | Felix Fietkau |
2013-01-01 | add preliminary cgi support, needs fixing for close handling | Felix Fietkau |