summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp/http_server.c
AgeCommit message (Collapse)AuthorFilesLines
2007-11-04Added POST exampleGravatar m0gg1-5/+66
2007-11-03Split nanoHTTP and cSOAP loggingGravatar m0gg1-3/+4
2007-01-05MIME example revivedGravatar m0gg1-7/+28
2007-01-01Header parsing error solvedGravatar m0gg1-21/+10
2006-12-10Documentation enhancementsGravatar m0gg1-20/+26
2006-12-02Added XML preambleGravatar m0gg1-15/+21
2006-11-30Code cleanupGravatar m0gg1-124/+115
2006-11-25Documentation enhancementsGravatar m0gg1-5/+5
2006-11-25documentation enhancements and code cleanupGravatar m0gg1-1/+2
2006-11-23Code cleanupGravatar m0gg1-21/+19
2006-11-21decoupling of nanohttp/libcsoapGravatar m0gg1-2/+1
2006-11-19nanohttp admin patch; code cleanupGravatar m0gg1-7/+15
2006-07-09ported logging function to a seperate file (nanohttp-logging.*)r1_1_0Gravatar snowdrop1-2/+3
and renamed all logging functions.
2006-04-21Added a hrequest_t parameter to authentication functionGravatar m0gg1-2/+2
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop1-8/+123
- adds various malloc error messages - does some libcsoap/*.c #include fixups - removes a memleak in libcsoap/soap-server.c soap_server_entry - removes the double free of SoapCtx->action (again!!!) - rewrites more or less cleanly hsocket_close - adds volatile keywords for thread shared data items - _httpd_parse_arguments cleanup - rwerites the _httpd_connection initialization - adds a call to pthread_attr_destroy in httpd_session_main - fixes a wrong loop initialization in _httpd_wait_for_emtpy_conn - fixes a memleak in httpd_session_main (req) - more sophisticated httpd_server example - HTTP authentication SEGfault without password fixed
2006-02-19initial importGravatar snowdrop1-0/+70