summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-11changed default temination signal to SIGINTbefore_ssl_api_introGravatar snowdrop1-2/+2
2006-01-11changed to 'press ctrl-c to ...'Gravatar 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 snowdrop39-2050/+2016
2006-01-10added -npcs option to the indent commandGravatar snowdrop1-2/+1
2006-01-10indent with 'indent -nut -bli0 -fca' commandGravatar snowdrop39-3728/+4163
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-06removed -lssl and addedGravatar snowdrop1-1/+1
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-06added --with-sslGravatar snowdrop1-1/+46
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 snowdrop3-14/+34
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 snowdrop13-166/+431
2005-09-14upgraded to new libtool versionGravatar snowdrop4-1038/+2699
2005-09-14initial importGravatar snowdrop1-0/+194
2005-09-14added soapclientGravatar snowdrop1-0/+5
2005-07-30patched from malinglistGravatar snowdrop1-1/+1
2005-07-27Fixes some memory leaks. Patch from mailinglist 27.07.05 by Peter BonczGravatar snowdrop1-21/+9
2005-07-27Changes of MenzoGravatar snowdrop4-15/+33
2005-07-24changed release number to 1.0.4r1_0_4rc1Gravatar snowdrop1-2/+2
2005-07-23changed if _MSVER ...Gravatar snowdrop1-2/+2
2005-07-22changed loglevel to LOG_INFOGravatar snowdrop1-2/+2
2005-07-22changed position of pthread.hGravatar snowdrop1-2/+3
2005-07-22altered script with varsGravatar snowdrop1-12/+17
2005-07-22initial importGravatar snowdrop1-0/+205
2005-07-22changed bin_PROGRAMS to noinst_PROGRAMSGravatar snowdrop1-1/+1
2005-07-21removed LDFLAGS warningsGravatar snowdrop5-16/+16
2005-07-15Fix from mailinglist 05.06.2005 with subject "Small fix form nanohttp"Gravatar snowdrop1-1/+6
2005-05-27patch from mailinglistGravatar snowdrop15-40/+62
2005-04-18included the check for errcode = 200before_patch_01Gravatar snowdrop1-2/+5
2004-11-06fixed bug : changed req->env to res->envr1_0_3Gravatar snowdrop1-2/+2
2004-11-05changed #ifndef MINGW to #ifndef __FUNCTION__Gravatar snowdrop1-2/+2
2004-11-02prepare for release 1.0.3rc1r1_0_3rc1Gravatar snowdrop4-5/+8
2004-11-02removedGravatar snowdrop1-73/+0
2004-11-02dos2unixGravatar snowdrop26-1738/+1738
2004-11-02developGravatar snowdrop9-20/+72
2004-11-02developGravatar snowdrop1-203/+408