summaryrefslogtreecommitdiffstats
path: root/nanohttp
AgeCommit message (Expand)AuthorFilesLines
2006-04-17updated to match heiko's prefered function namesGravatar mrcsys2-9/+9
2006-04-14renamed function at heiko's requestGravatar mrcsys2-4/+4
2006-04-13SSL code updated to aways have a user verify function.Gravatar mrcsys2-12/+13
2006-04-13log debug -> verbose changeGravatar m0gg1-2/+2
2006-03-28put done=1 if service not foundGravatar snowdrop1-1/+2
2006-03-27hssl_enabled added; code cleanupGravatar m0gg2-71/+69
2006-03-23Typo: httpd_register_default_secureGravatar m0gg1-2/+2
2006-03-23log_debug -> log_verboseGravatar m0gg1-2/+2
2006-03-23httpd_get_protocol function addedGravatar m0gg2-2/+9
2006-03-16log_warn -> log_warn[123] replacedGravatar m0gg1-4/+4
2006-03-15Build in seperate directoryGravatar m0gg1-0/+1
2006-03-07Removed C++ style commentsGravatar m0gg6-58/+19
2006-03-07File header changedGravatar m0gg2-47/+46
2006-03-06Various changes see ChangeLogGravatar m0gg17-1009/+815
2006-03-06Removed unused readme.txtGravatar m0gg1-2/+0
2006-03-06Buildsystem cleanupGravatar m0gg2-60/+11
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop17-259/+336
2006-02-27Added c++ macroGravatar snowdrop8-9/+68
2006-02-27added #ifdef __cplusplus {Gravatar snowdrop1-1/+8
2006-02-25patches by Heiko. See mailinglist (archive 25.02.06)Gravatar snowdrop1-72/+84
2006-02-22Fixed a small bug in reading (or not) a calistGravatar mrcsys1-1/+1
2006-02-21SSL socket read stuff and a whole section that could never get called.Gravatar mrcsys3-30/+21
2006-02-21fixed a win32 compat issueGravatar mrcsys2-3/+17
2006-02-21Removed some log messagesGravatar mrcsys1-3/+3
2006-02-19initial importGravatar snowdrop2-0/+182
2006-02-18added basic authentication and SOAP-Header capabilities for request objectsGravatar snowdrop14-692/+515
2006-02-09A few more error conditions need to be checked for in a socket read under SSLGravatar mrcsys1-2/+6
2006-02-09pthread header not needed in win32 and may cause errors.Gravatar mrcsys1-1/+3
2006-02-08the attached patches address the following issues:Gravatar snowdrop7-26/+108
2006-02-04Added include file netinet/in.h to be able to compile under FreeBSDGravatar snowdrop1-1/+5
2006-01-31Odd state that would cause a bad loopGravatar mrcsys1-2/+8
2006-01-25Some WIN32 libraries do not allow %T in strftime. WIN32 stinks.Gravatar mrcsys2-4/+4
2006-01-19Minor win32 fixes.Gravatar mrcsys3-5/+7
2006-01-18Tweaking to integrate.Gravatar mrcsys3-12/+30
2006-01-18Added start_ssl function to initialize library.Gravatar mrcsys4-11/+24
2006-01-11intergrating ssl. Removing global variables SSL* like SSLctx and HSOCKET_SSL_...Gravatar snowdrop8-61/+125
2006-01-11changed default temination signal to SIGINTbefore_ssl_api_introGravatar snowdrop1-2/+2
2006-01-10A bad SSL init would cause a crash here due to an odd returnGravatar mrcsys1-5/+3
2006-01-10A bad SSL init would cause a connection to hang.Gravatar mrcsys1-98/+98
2006-01-10If the service function issued a connection close, in a 1.1 connection it was...Gravatar mrcsys1-243/+257
2006-01-10indent with 'indent -nut -bli0 -fca -npcs' commandGravatar snowdrop18-1316/+1296
2006-01-10indent with 'indent -nut -bli0 -fca' commandGravatar snowdrop18-2486/+2725
2006-01-06changed email adres in header commentGravatar snowdrop1-2/+2
2006-01-06added warnings to ssl parameters if compiled without --with-sslGravatar snowdrop1-1/+19
2006-01-06wrapped call to verify_user() by ifdef ifdefGravatar snowdrop1-0/+4
2006-01-06bugfix: changed nanohttp-ssl.c to nanohttp-ssl.h in h_sourcesGravatar snowdrop1-2/+5
2006-01-06Updated to take the HAVE_SSL define and act accordinglyGravatar mrcsys4-5/+37
2006-01-06added #ifdef HAVE_SSL checkGravatar snowdrop4-5/+27
2006-01-03In WIN32, we must set the socket to block before SSL accept.Gravatar mrcsys1-0/+5
2006-01-03WIN32 link does not like to overload functions in a lib, so userverify is com...Gravatar mrcsys1-0/+2