Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-06 | changed email adres in header comment | 1 | -2/+2 | ||
2006-01-06 | added warnings to ssl parameters if compiled without --with-ssl | 1 | -1/+19 | ||
2006-01-06 | wrapped call to verify_user() by ifdef ifdef | 1 | -0/+4 | ||
2006-01-06 | bugfix: changed nanohttp-ssl.c to nanohttp-ssl.h in h_sources | 1 | -2/+5 | ||
2006-01-06 | removed -lssl and added | 1 | -1/+1 | ||
2006-01-06 | Updated to take the HAVE_SSL define and act accordingly | 4 | -5/+37 | ||
2006-01-06 | added #ifdef HAVE_SSL check | 4 | -5/+27 | ||
2006-01-06 | added --with-ssl | 1 | -1/+46 | ||
2006-01-03 | In WIN32, we must set the socket to block before SSL accept. | 1 | -0/+5 | ||
2006-01-03 | WIN32 link does not like to overload functions in a lib, so userverify is ↵ | 1 | -0/+2 | ||
commented out now. | |||||
2006-01-03 | Self signed certs were not being allowed. This is "not good" | 1 | -1/+4 | ||
2005-12-22 | moved SSL init into the new thread, thatway an SSL problem will not cause ↵ | 2 | -14/+15 | ||
the server to stop answering requests. | |||||
2005-12-22 | Win32 compile issue fixed. | 1 | -2/+5 | ||
2005-12-20 | Fixed a slight bug causing select return in hsocket_read to be improperly ↵ | 1 | -15/+15 | ||
handled. | |||||
2005-12-19 | pathed stuf from mailinglist after 1.0.4rc1 | 3 | -14/+34 | ||
2005-12-19 | shutdown(sock.sock, SHUT_RDWR) | 1 | -3/+3 | ||
2005-12-19 | initial import | 2 | -0/+446 | ||
2005-12-19 | integrated with ssl (https) capability | 13 | -166/+431 | ||
2005-09-14 | upgraded to new libtool version | 4 | -1038/+2699 | ||
2005-09-14 | initial import | 1 | -0/+194 | ||
2005-09-14 | added soapclient | 1 | -0/+5 | ||
2005-07-30 | patched from malinglist | 1 | -1/+1 | ||
2005-07-27 | Fixes some memory leaks. Patch from mailinglist 27.07.05 by Peter Boncz | 1 | -21/+9 | ||
2005-07-27 | Changes of Menzo | 4 | -15/+33 | ||
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-24 | changed release number to 1.0.4r1_0_4rc1 | 1 | -2/+2 | ||
2005-07-23 | changed if _MSVER ... | 1 | -2/+2 | ||
2005-07-22 | changed loglevel to LOG_INFO | 1 | -2/+2 | ||
2005-07-22 | changed position of pthread.h | 1 | -2/+3 | ||
2005-07-22 | altered script with vars | 1 | -12/+17 | ||
2005-07-22 | initial import | 1 | -0/+205 | ||
2005-07-22 | changed bin_PROGRAMS to noinst_PROGRAMS | 1 | -1/+1 | ||
2005-07-21 | removed LDFLAGS warnings | 5 | -16/+16 | ||
2005-07-15 | Fix from mailinglist 05.06.2005 with subject "Small fix form nanohttp" | 1 | -1/+6 | ||
from christian. | |||||
2005-05-27 | patch from mailinglist | 15 | -40/+62 | ||
2005-04-18 | included the check for errcode = 200before_patch_01 | 1 | -2/+5 | ||
2004-11-06 | fixed bug : changed req->env to res->envr1_0_3 | 1 | -2/+2 | ||
2004-11-05 | changed #ifndef MINGW to #ifndef __FUNCTION__ | 1 | -2/+2 | ||
2004-11-02 | prepare for release 1.0.3rc1r1_0_3rc1 | 4 | -5/+8 | ||
2004-11-02 | removed | 1 | -73/+0 | ||
2004-11-02 | dos2unix | 26 | -1738/+1738 | ||
2004-11-02 | develop | 9 | -20/+72 | ||
2004-11-02 | develop | 1 | -203/+408 | ||
2004-11-01 | disabled nanohttp examples | 1 | -1/+1 | ||
2004-11-01 | added soap_ctx_add_file() | 9 | -80/+108 | ||
2004-10-29 | initial import | 4 | -0/+1315 | ||
2004-10-29 | added hoption feature | 12 | -68/+195 | ||
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | 29 | -742/+986 | ||
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | 14 | -83/+156 | ||
2004-10-18 | hsocket_close() debug | 1 | -2/+2 | ||
2004-10-18 | hsocket_close() shutdown ported to non win32 | 1 | -3/+5 | ||