summaryrefslogtreecommitdiffstats
path: root/package/qdecoder
Commit message (Collapse)AuthorAgeFilesLines
* qdecoder: autoreconf and fix c99 detectionPeter Korsgaard2014-05-091-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 packageSagaert Johan2014-05-074-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>
OpenPOWER on IntegriCloud