Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-27 | Changes of Menzo | 1 | -2/+2 | ||
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-05-27 | patch from mailinglist | 1 | -5/+9 | ||
2004-11-02 | dos2unix | 1 | -58/+58 | ||
2004-10-29 | added hoption feature | 1 | -17/+26 | ||
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | 1 | -38/+66 | ||
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | 1 | -8/+8 | ||
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 | 1 | -2/+10 | ||
2004-10-15 | added mime support and https stream object | 1 | -222/+133 | ||
2004-09-19 | Added http stream feature (only input stream yet) | 1 | -513/+490 | ||
Added DIME "client" support (very experimental) | |||||
2004-09-14 | develop (not stable version of file) | 1 | -2/+1 | ||
2004-09-14 | migrating with mingw | 1 | -1/+2 | ||
2004-09-14 | moved SOCKET to hsocket_t | 1 | -2/+2 | ||
2004-09-14 | optimizing code and extracting some long functions into little functions | 1 | -560/+512 | ||
2004-09-13 | Made SIGTERM stuff work properly on both UNIX and Windows | 1 | -9/+8 | ||
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 ↵ | 1 | -1/+2 | ||
WIndows performance problems | |||||
2004-09-01 | migrating to win32 platform | 1 | -294/+362 | ||
2004-08-31 | Reaper added and rearranged code | 1 | -2/+99 | ||
2004-08-31 | Removed hsocket_accept function | 1 | -44/+1 | ||
2004-08-30 | migration win32 socket code | 1 | -26/+21 | ||
2004-08-30 | fixed some bugs corresponding win32 port code | 1 | -4/+5 | ||
2004-08-26 | http stuff | 1 | -245/+298 | ||
2004-02-03 | develop | 1 | -13/+10 | ||
2004-01-21 | added server functionality | 1 | -3/+72 | ||
2004-01-13 | optimized code | 1 | -104/+2 | ||
2004-01-05 | startet post function | 1 | -1/+15 | ||
2003-12-17 | added connection close recv. fixed chunked encoding | 1 | -4/+14 | ||
2003-12-16 | develop | 1 | -2/+8 | ||
2003-12-16 | added chunked transfer encoding | 1 | -3/+75 | ||
2003-12-11 | initial import | 1 | -0/+324 | ||