qdecoder : new package
authorSagaert Johan <sagaert.johan@skynet.be>
Tue, 6 May 2014 12:35:03 +0000 (14:35 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 7 May 2014 20:18:11 +0000 (22:18 +0200)
commit4e94e89709a568fb04831a63e4fa4df4df97e853
tree1f43bdea9f25b1e00d354ef74640540297d84aca
parent069c26e5c28ffbd329a906310b2ac6ceef780151
qdecoder : new package

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>
package/Config.in
package/qdecoder/Config.in [new file with mode: 0644]
package/qdecoder/qdecoder-0001-fix-make-install.patch [new file with mode: 0644]
package/qdecoder/qdecoder-0002-configure.ac-drop-hardcoded-paths.patch [new file with mode: 0644]
package/qdecoder/qdecoder.mk [new file with mode: 0644]