Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-07 | Removed C++ style comments | m0gg | 1 | -19/+1 | |
2006-03-06 | Various changes see ChangeLog | m0gg | 1 | -18/+18 | |
2006-02-25 | patches by Heiko. See mailinglist (archive 25.02.06) | snowdrop | 1 | -60/+55 | |
2006-02-18 | added basic authentication and SOAP-Header capabilities for request objects | snowdrop | 1 | -2/+2 | |
Thanks to Heiko Ronsdorf | |||||
2006-02-08 | the attached patches address the following issues: | snowdrop | 1 | -19/+1 | |
* query the port the server is listening on {soap_server,httpd}_get_port * the possibility to add a default service via httpd_register_default * remove some compiler warnings (on FreeBSD pthread_t is a pointer to a struct pthread, on Linux it is a (unsigned?) long int) tschuess, Heiko | |||||
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | snowdrop | 1 | -73/+73 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | snowdrop | 1 | -167/+186 | |
2005-12-19 | pathed stuf from mailinglist after 1.0.4rc1 | snowdrop | 1 | -11/+11 | |
2005-12-19 | integrated with ssl (https) capability | snowdrop | 1 | -11/+14 | |
2005-07-27 | Changes of Menzo | snowdrop | 1 | -11/+11 | |
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 | snowdrop | 1 | -2/+1 | |
2005-04-18 | included the check for errcode = 200before_patch_01 | snowdrop | 1 | -2/+5 | |
2004-11-02 | dos2unix | snowdrop | 1 | -58/+58 | |
2004-11-02 | develop | snowdrop | 1 | -1/+5 | |
2004-11-01 | added soap_ctx_add_file() | snowdrop | 1 | -12/+1 | |
2004-10-29 | added hoption feature | snowdrop | 1 | -5/+28 | |
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | snowdrop | 1 | -87/+49 | |
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | snowdrop | 1 | -8/+17 | |
2004-10-15 | added attachment support | snowdrop | 1 | -11/+165 | |
2004-09-19 | Added http stream feature (only input stream yet) | snowdrop | 1 | -2/+3 | |
Added DIME "client" support (very experimental) | |||||
2004-09-02 | Just changed casts to libxml2's BAD_CAST xwin32_migration_20040903 | rans | 1 | -7/+11 | |
2004-08-30 | migration win32 socket code | snowdrop | 1 | -2/+6 | |
2004-08-26 | Soap library | rans | 1 | -83/+80 | |
2004-04-14 | added content-type text/xml as default in soap_client_invoke() | snowdrop | 1 | -1/+5 | |
2004-02-03 | develop | snowdrop | 1 | -2/+2 | |
2004-02-03 | initial | snowdrop | 1 | -0/+106 | |