summaryrefslogtreecommitdiffstats
path: root/examples/csoap/soapclient.c
AgeCommit message (Collapse)AuthorFilesLines
2006-02-08Changed C++ style programming to C styleGravatar snowdrop1-30/+36
2006-02-08the attached patches address the following issues:Gravatar snowdrop1-3/+4
* 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-10indent with 'indent -nut -bli0 -fca -npcs' commandGravatar snowdrop1-51/+50
2006-01-10indent with 'indent -nut -bli0 -fca' commandGravatar snowdrop1-121/+180
2005-09-14initial importGravatar snowdrop1-0/+194