Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-04 | Added include file netinet/in.h to be able to compile under FreeBSD | snowdrop | 1 | -1/+5 | |
2006-01-31 | Odd state that would cause a bad loop | mrcsys | 1 | -2/+8 | |
2006-01-25 | Some WIN32 libraries do not allow %T in strftime. WIN32 stinks. | mrcsys | 2 | -4/+4 | |
2006-01-19 | Minor win32 fixes. | mrcsys | 3 | -5/+7 | |
2006-01-18 | Tweaking to integrate. | mrcsys | 3 | -12/+30 | |
2006-01-18 | Added start_ssl function to initialize library. | mrcsys | 4 | -11/+24 | |
2006-01-11 | intergrating ssl. Removing global variables SSL* like SSLctx and ↵ | snowdrop | 8 | -61/+125 | |
HSOCKET_SSL_* definition. Instead we are using HSOCKET_ERROR_SSL* definitions. introduced hsocket_init_ssl() | |||||
2006-01-11 | changed default temination signal to SIGINTbefore_ssl_api_intro | snowdrop | 1 | -2/+2 | |
2006-01-10 | A bad SSL init would cause a crash here due to an odd return | mrcsys | 1 | -5/+3 | |
2006-01-10 | A bad SSL init would cause a connection to hang. | mrcsys | 1 | -98/+98 | |
2006-01-10 | If the service function issued a connection close, in a 1.1 connection it ↵ | mrcsys | 1 | -243/+257 | |
was remaining open. | |||||
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | snowdrop | 18 | -1316/+1296 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | snowdrop | 18 | -2486/+2725 | |
2006-01-06 | changed email adres in header comment | snowdrop | 1 | -2/+2 | |
2006-01-06 | added warnings to ssl parameters if compiled without --with-ssl | snowdrop | 1 | -1/+19 | |
2006-01-06 | wrapped call to verify_user() by ifdef ifdef | snowdrop | 1 | -0/+4 | |
2006-01-06 | bugfix: changed nanohttp-ssl.c to nanohttp-ssl.h in h_sources | snowdrop | 1 | -2/+5 | |
2006-01-06 | Updated to take the HAVE_SSL define and act accordingly | mrcsys | 4 | -5/+37 | |
2006-01-06 | added #ifdef HAVE_SSL check | snowdrop | 4 | -5/+27 | |
2006-01-03 | In WIN32, we must set the socket to block before SSL accept. | mrcsys | 1 | -0/+5 | |
2006-01-03 | WIN32 link does not like to overload functions in a lib, so userverify is ↵ | mrcsys | 1 | -0/+2 | |
commented out now. | |||||
2006-01-03 | Self signed certs were not being allowed. This is "not good" | mrcsys | 1 | -1/+4 | |
2005-12-22 | moved SSL init into the new thread, thatway an SSL problem will not cause ↵ | mrcsys | 2 | -14/+15 | |
the server to stop answering requests. | |||||
2005-12-22 | Win32 compile issue fixed. | mrcsys | 1 | -2/+5 | |
2005-12-20 | Fixed a slight bug causing select return in hsocket_read to be improperly ↵ | mrcsys | 1 | -15/+15 | |
handled. | |||||
2005-12-19 | pathed stuf from mailinglist after 1.0.4rc1 | snowdrop | 2 | -3/+23 | |
2005-12-19 | shutdown(sock.sock, SHUT_RDWR) | snowdrop | 1 | -3/+3 | |
2005-12-19 | initial import | snowdrop | 2 | -0/+446 | |
2005-12-19 | integrated with ssl (https) capability | snowdrop | 8 | -138/+369 | |
2005-07-27 | Changes of Menzo | snowdrop | 3 | -4/+22 | |
nanohttp/nanohttp-client.c and nanohttp/nanohttp-client.h added httpc_close_free, a variant of httpc_free which explicitly asks to close the socket. Otherwise after a number of client/server interactions we get socket error 24 (Too many open files). libcsoap/soap-client.c call httpc_close_free instead of httpc_free nanohttp/nanohttp-socket.c in hsocket_close call shutdown with SHUT_RDWR instead of 1 (SHUT_WR). Otherwise after a number of client/server interactions the shutdown call doesn't return anymore. | |||||
2005-07-23 | changed if _MSVER ... | snowdrop | 1 | -2/+2 | |
2005-07-22 | changed position of pthread.h | snowdrop | 1 | -2/+3 | |
2005-07-15 | Fix from mailinglist 05.06.2005 with subject "Small fix form nanohttp" | snowdrop | 1 | -1/+6 | |
from christian. | |||||
2005-05-27 | patch from mailinglist | snowdrop | 8 | -18/+37 | |
2004-11-05 | changed #ifndef MINGW to #ifndef __FUNCTION__ | snowdrop | 1 | -2/+2 | |
2004-11-02 | removed | snowdrop | 1 | -73/+0 | |
2004-11-02 | dos2unix | snowdrop | 14 | -853/+853 | |
2004-11-02 | develop | snowdrop | 3 | -4/+21 | |
2004-11-01 | added soap_ctx_add_file() | snowdrop | 2 | -26/+33 | |
2004-10-29 | added hoption feature | snowdrop | 9 | -60/+160 | |
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | snowdrop | 16 | -283/+450 | |
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | snowdrop | 11 | -71/+126 | |
2004-10-18 | hsocket_close() debug | snowdrop | 1 | -2/+2 | |
2004-10-18 | hsocket_close() shutdown ported to non win32 | snowdrop | 1 | -3/+5 | |
2004-10-18 | modified hsocket_close() . added while loop | snowdrop | 1 | -18/+53 | |
2004-10-18 | uncommented closesocket() | snowdrop | 1 | -5/+5 | |
2004-10-15 | updated for compiling under *nix | snowdrop | 4 | -7/+23 | |
2004-10-15 | development | snowdrop | 2 | -53/+514 | |
2004-10-15 | is now in nanohttp-server.c | snowdrop | 1 | -64/+0 | |
2004-10-15 | initial import | snowdrop | 7 | -0/+1626 | |