Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 13 | -166/+431 | |
2005-09-14 | upgraded to new libtool version | snowdrop | 4 | -1038/+2699 | |
2005-09-14 | initial import | snowdrop | 1 | -0/+194 | |
2005-09-14 | added soapclient | snowdrop | 1 | -0/+5 | |
2005-07-30 | patched from malinglist | snowdrop | 1 | -1/+1 | |
2005-07-27 | Fixes some memory leaks. Patch from mailinglist 27.07.05 by Peter Boncz | snowdrop | 1 | -21/+9 | |
2005-07-27 | Changes of Menzo | snowdrop | 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 | snowdrop | 1 | -2/+2 | |
2005-07-23 | changed if _MSVER ... | snowdrop | 1 | -2/+2 | |
2005-07-22 | changed loglevel to LOG_INFO | snowdrop | 1 | -2/+2 | |
2005-07-22 | changed position of pthread.h | snowdrop | 1 | -2/+3 | |
2005-07-22 | altered script with vars | snowdrop | 1 | -12/+17 | |
2005-07-22 | initial import | snowdrop | 1 | -0/+205 | |
2005-07-22 | changed bin_PROGRAMS to noinst_PROGRAMS | snowdrop | 1 | -1/+1 | |
2005-07-21 | removed LDFLAGS warnings | snowdrop | 5 | -16/+16 | |
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 | 15 | -40/+62 | |
2005-04-18 | included the check for errcode = 200before_patch_01 | snowdrop | 1 | -2/+5 | |
2004-11-06 | fixed bug : changed req->env to res->envr1_0_3 | snowdrop | 1 | -2/+2 | |
2004-11-05 | changed #ifndef MINGW to #ifndef __FUNCTION__ | snowdrop | 1 | -2/+2 | |
2004-11-02 | prepare for release 1.0.3rc1r1_0_3rc1 | snowdrop | 4 | -5/+8 | |
2004-11-02 | removed | snowdrop | 1 | -73/+0 | |
2004-11-02 | dos2unix | snowdrop | 26 | -1738/+1738 | |
2004-11-02 | develop | snowdrop | 9 | -20/+72 | |
2004-11-02 | develop | snowdrop | 1 | -203/+408 | |
2004-11-01 | disabled nanohttp examples | snowdrop | 1 | -1/+1 | |
2004-11-01 | added soap_ctx_add_file() | snowdrop | 9 | -80/+108 | |
2004-10-29 | initial import | snowdrop | 4 | -0/+1315 | |
2004-10-29 | added hoption feature | snowdrop | 12 | -68/+195 | |
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | snowdrop | 29 | -742/+986 | |
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | snowdrop | 14 | -83/+156 | |
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 | 10 | -17/+43 | |
2004-10-15 | added #define USE_XMLSTRING | snowdrop | 1 | -2/+21 | |
2004-10-15 | development | snowdrop | 2 | -53/+514 | |
2004-10-15 | changed header comments | snowdrop | 1 | -3/+3 | |
2004-10-15 | is now in nanohttp-server.c | snowdrop | 1 | -64/+0 | |
2004-10-15 | development | snowdrop | 8 | -34/+816 | |
2004-10-15 | removed because callback receiving is no longer supported | snowdrop | 1 | -90/+0 | |
2004-10-15 | development | snowdrop | 15 | -481/+1443 | |
2004-10-15 | develop | snowdrop | 5 | -7/+22 | |
2004-10-15 | added attachment support | snowdrop | 6 | -95/+449 | |
2004-10-15 | initial import | snowdrop | 9 | -0/+1763 | |
2004-10-15 | added mime support and https stream object | snowdrop | 8 | -1748/+1608 | |
2004-09-19 | Added http stream feature (only input stream yet) | snowdrop | 18 | -1002/+2058 | |
Added DIME "client" support (very experimental) |