aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps/http_server.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
| | | | | | | Remove the GPL notification text from the files that were initially contributed by myself. Signed-hostap: Jouni Malinen <j@w1.fi>
* Fix doxygen file level commentsJouni Malinen2009-11-281-1/+1
|
* WPS: Fixed printf size_t warning on 32-bit buildsJouni Malinen2009-11-101-1/+2
|
* WPS: Read HTTP request within HTTP server codeJouni Malinen2009-11-081-4/+187
| | | | | This removes HTTP related code from wps_upnp_web.c and makes it easier to use HTTP server functionality for new uses (e.g., WPS ER).
* WPS: Add HTTP server moduleJouni Malinen2009-11-081-0/+128
Clean up code so that UPnP implementation does not need to include all the HTTP functionality. In addition, make it easier to share HTTP server functionality with other components in the future.