Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qdecoder: autoreconf and fix c99 detection | Peter Korsgaard | 2014-05-09 | 1 | -0/+3 |
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/da8/da8ce760cdabeb9d4cda00dcc801817e4b4eb12c/ As we're patching configure.ac we need to autoreconf the package. After reconf, the c99 check fails, so force it like we do elsewhere. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | qdecoder : new package | Sagaert Johan | 2014-05-07 | 4 | -0/+87 |
Features: Supports parsing a request encoded by GET/POST method Supports parsing multipart/form-data encoding.(in-memory and direct disk) Supports COOKIE handling. Supports Session management. Supports FastCGI [Peter: drop invalid patch, add patches for make install + configure paths] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |