summaryrefslogtreecommitdiffstats
path: root/nanohttp
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-03Self signed certs were not being allowed. This is "not good"Gravatar mrcsys1-1/+4
2005-12-22moved SSL init into the new thread, thatway an SSL problem will not cause the...Gravatar mrcsys2-14/+15
2005-12-22Win32 compile issue fixed.Gravatar mrcsys1-2/+5
2005-12-20Fixed a slight bug causing select return in hsocket_read to be improperly han...Gravatar mrcsys1-15/+15
2005-12-19pathed stuf from mailinglist after 1.0.4rc1Gravatar snowdrop2-3/+23
2005-12-19shutdown(sock.sock, SHUT_RDWR)Gravatar snowdrop1-3/+3
2005-12-19initial importGravatar snowdrop2-0/+446
2005-12-19integrated with ssl (https) capabilityGravatar snowdrop8-138/+369
2005-07-27Changes of MenzoGravatar snowdrop3-4/+22
2005-07-23changed if _MSVER ...Gravatar snowdrop1-2/+2
2005-07-22changed position of pthread.hGravatar snowdrop1-2/+3
2005-07-15Fix from mailinglist 05.06.2005 with subject "Small fix form nanohttp"Gravatar snowdrop1-1/+6
2005-05-27patch from mailinglistGravatar snowdrop8-18/+37
2004-11-05changed #ifndef MINGW to #ifndef __FUNCTION__Gravatar snowdrop1-2/+2
2004-11-02removedGravatar snowdrop1-73/+0
2004-11-02dos2unixGravatar snowdrop14-853/+853
2004-11-02developGravatar snowdrop3-4/+21
2004-11-01added soap_ctx_add_file()Gravatar snowdrop2-26/+33
2004-10-29added hoption featureGravatar snowdrop9-60/+160
2004-10-28changed hstatus_t to herror_t and chagend the API function to return herror_t...Gravatar snowdrop16-283/+450
2004-10-20optimized for visualc 6Gravatar snowdrop11-71/+126
2004-10-18hsocket_close() debugGravatar snowdrop1-2/+2
2004-10-18hsocket_close() shutdown ported to non win32Gravatar snowdrop1-3/+5
2004-10-18modified hsocket_close() . added while loopGravatar snowdrop1-18/+53
2004-10-18uncommented closesocket()Gravatar snowdrop1-5/+5
2004-10-15updated for compiling under *nixGravatar snowdrop4-7/+23
2004-10-15developmentGravatar snowdrop2-53/+514
2004-10-15is now in nanohttp-server.cGravatar snowdrop1-64/+0
2004-10-15initial importGravatar snowdrop7-0/+1626
2004-10-15added mime support and https stream objectGravatar snowdrop8-1748/+1608
2004-09-19Added http stream feature (only input stream yet)Gravatar snowdrop12-688/+1660
2004-09-14fixed: select() function in http_run()r1_0_2bGravatar snowdrop1-42/+33