Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-18 | added basic authentication and SOAP-Header capabilities for request objects | 1 | -185/+176 | ||
Thanks to Heiko Ronsdorf | |||||
2006-02-08 | the attached patches address the following issues: | 1 | -49/+47 | ||
* 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-27 | Fixed two buffer overflow problems. | 1 | -5/+5 | ||
This results in different deffinitions for soap_env_find_urn() and soap_env_find_methodname() | |||||
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | 1 | -132/+129 | ||
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | 1 | -271/+318 | ||
2005-12-19 | integrated with ssl (https) capability | 1 | -10/+40 | ||
2005-07-30 | patched from malinglist | 1 | -1/+1 | ||
2005-07-27 | Fixes some memory leaks. Patch from mailinglist 27.07.05 by Peter Boncz | 1 | -21/+9 | ||
2004-11-02 | dos2unix | 1 | -47/+47 | ||
2004-11-02 | develop | 1 | -2/+3 | ||
2004-10-28 | changed hstatus_t to herror_t and chagend the API function to return ↵ | 1 | -17/+59 | ||
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm. | |||||
2004-10-20 | optimized for visualc 6 | 1 | -3/+1 | ||
2004-10-15 | added attachment support | 1 | -27/+88 | ||
2004-08-30 | bugfix in soap_server_entry() | 1 | -2/+2 | ||
2004-08-26 | Soap library | 1 | -171/+171 | ||
2004-05-12 | added log_verbose() functions | 1 | -1/+2 | ||
2004-02-03 | initial | 1 | -0/+268 | ||