Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -3/+23 | ||
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 | 8 | -138/+369 | ||
2005-07-27 | Changes of Menzo | 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 ... | 1 | -2/+2 | ||
2005-07-22 | changed position of pthread.h | 1 | -2/+3 | ||
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 | 8 | -18/+37 | ||
2004-11-05 | changed #ifndef MINGW to #ifndef __FUNCTION__ | 1 | -2/+2 | ||
2004-11-02 | removed | 1 | -73/+0 | ||
2004-11-02 | dos2unix | 14 | -853/+853 | ||
2004-11-02 | develop | 3 | -4/+21 | ||
2004-11-01 | added soap_ctx_add_file() | 2 | -26/+33 | ||
2004-10-29 | added hoption feature | 9 | -60/+160 | ||
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | 16 | -283/+450 | ||
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | 11 | -71/+126 | ||
2004-10-18 | hsocket_close() debug | 1 | -2/+2 | ||
2004-10-18 | hsocket_close() shutdown ported to non win32 | 1 | -3/+5 | ||
2004-10-18 | modified hsocket_close() . added while loop | 1 | -18/+53 | ||
2004-10-18 | uncommented closesocket() | 1 | -5/+5 | ||
2004-10-15 | updated for compiling under *nix | 4 | -7/+23 | ||
2004-10-15 | development | 2 | -53/+514 | ||
2004-10-15 | is now in nanohttp-server.c | 1 | -64/+0 | ||
2004-10-15 | initial import | 7 | -0/+1626 | ||
2004-10-15 | added mime support and https stream object | 8 | -1748/+1608 | ||
2004-09-19 | Added http stream feature (only input stream yet) | 12 | -688/+1660 | ||
Added DIME "client" support (very experimental) | |||||
2004-09-14 | fixed: select() function in http_run()r1_0_2b | 1 | -42/+33 | ||
2004-09-14 | develop (not stable version of file) | 2 | -10/+9 | ||
2004-09-14 | migrating with mingw | 3 | -8/+56 | ||
2004-09-14 | moved SOCKET to hsocket_t | 1 | -2/+2 | ||
2004-09-14 | optimizing code and extracting some long functions into little functions | 5 | -825/+844 | ||
2004-09-13 | Made SIGTERM stuff work properly on both UNIX and Windows | 3 | -549/+567 | ||
2004-09-13 | made win32 threaded httpd_run not threaded againr1_0_2_beta | 1 | -565/+537 | ||
2004-09-13 | fixed: if (err) was out of the ifdef block | 1 | -2/+2 | ||
2004-09-07 | Made httpd_run run on a thread and added Sleep statements - seems to solve ↵ | 2 | -15/+44 | ||
WIndows performance problems | |||||
2004-09-01 | indent | 1 | -319/+362 | ||
2004-09-01 | added the -NHTTPmaxconn feature | 2 | -42/+45 | ||
2004-09-01 | migrating to win32 platform | 5 | -955/+1060 | ||
2004-08-31 | Reaper added and rearranged code | 6 | -181/+227 | ||
2004-08-31 | Added multiple simultaneous connection support | 1 | -36/+94 | ||
2004-08-31 | Removed hsocket_accept function | 1 | -44/+1 | ||
2004-08-31 | Removed pthread dependence. Now uses native threads. | 1 | -5/+25 | ||
2004-08-30 | migration win32 socket code | 5 | -50/+63 | ||
2004-08-30 | optimized warnings | 3 | -9/+7 | ||
2004-08-30 | fixed some bugs corresponding win32 port code | 4 | -11/+36 | ||
2004-08-30 | moved to libsoap-win32 project | 5 | -1916/+0 | ||
2004-08-26 | http stuff | 11 | -1766/+3794 | ||