Age | Commit message (Collapse) | Author | Files | Lines |
|
Errors were also difficult to deal with, this has been cleaned up
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Heiko Ronsdorf
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This results in different deffinitions for soap_env_find_urn() and soap_env_find_methodname()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HSOCKET_SSL_* definition. Instead we are using HSOCKET_ERROR_SSL* definitions. introduced hsocket_init_ssl()
|
|
|
|
|
|
|
|
|
|
was remaining open.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commented out now.
|
|
|
|
the server to stop answering requests.
|
|
|
|
handled.
|
|
|