Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-27 | - removes a memleak in examples/csoap/simpleserver.c say_hello | 1 | -16/+14 | ||
- adds various malloc error messages - does some libcsoap/*.c #include fixups - removes a memleak in libcsoap/soap-server.c soap_server_entry - removes the double free of SoapCtx->action (again!!!) - rewrites more or less cleanly hsocket_close - adds volatile keywords for thread shared data items - _httpd_parse_arguments cleanup - rwerites the _httpd_connection initialization - adds a call to pthread_attr_destroy in httpd_session_main - fixes a wrong loop initialization in _httpd_wait_for_emtpy_conn - fixes a memleak in httpd_session_main (req) - more sophisticated httpd_server example - HTTP authentication SEGfault without password fixed | |||||
2006-02-27 | Added c++ macro | 1 | -2/+8 | ||
#ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endf | |||||
2006-02-18 | added basic authentication and SOAP-Header capabilities for request objects | 1 | -10/+3 | ||
Thanks to Heiko Ronsdorf | |||||
2006-01-18 | Tweaking to integrate. | 1 | -1/+4 | ||
2006-01-11 | intergrating ssl. Removing global variables SSL* like SSLctx and ↵ | 1 | -3/+4 | ||
HSOCKET_SSL_* definition. Instead we are using HSOCKET_ERROR_SSL* definitions. introduced hsocket_init_ssl() | |||||
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | 1 | -42/+42 | ||
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | 1 | -72/+67 | ||
2005-12-19 | integrated with ssl (https) capability | 1 | -2/+10 | ||
2005-07-23 | changed if _MSVER ... | 1 | -2/+2 | ||
2004-11-05 | changed #ifndef MINGW to #ifndef __FUNCTION__ | 1 | -2/+2 | ||
2004-11-02 | dos2unix | 1 | -68/+68 | ||
2004-11-01 | added soap_ctx_add_file() | 1 | -24/+26 | ||
2004-10-29 | added hoption feature | 1 | -5/+13 | ||
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | 1 | -5/+22 | ||
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | 1 | -3/+16 | ||
2004-10-15 | added mime support and https stream object | 1 | -42/+326 | ||
2004-09-19 | Added http stream feature (only input stream yet) | 1 | -31/+39 | ||
Added DIME "client" support (very experimental) | |||||
2004-09-14 | migrating with mingw | 1 | -2/+4 | ||
2004-09-14 | optimizing code and extracting some long functions into little functions | 1 | -1/+9 | ||
2004-08-30 | fixed some bugs corresponding win32 port code | 1 | -1/+6 | ||
2004-08-26 | http stuff | 1 | -2/+2 | ||
2004-01-21 | added server functionality | 1 | -1/+15 | ||
2003-12-18 | added hpairnode_get_ignore_case() and used in httpc_talk_to_server() | 1 | -1/+10 | ||
2003-12-18 | begin implementing httpc_get and httpc_post | 1 | -6/+24 | ||
2003-12-17 | added connection close recv. fixed chunked encoding | 1 | -1/+3 | ||
2003-12-16 | added chunked transfer encoding | 1 | -2/+3 | ||
2003-12-11 | initial import | 1 | -0/+142 | ||