summaryrefslogtreecommitdiffstats
path: root/examples/csoap/soapclient.c
AgeCommit message (Collapse)AuthorFilesLines
2006-11-30Code cleanupGravatar m0gg1-6/+2
2006-11-26soap.udp transport added (alpha)Gravatar m0gg1-1/+2
2006-11-25Code cleanupGravatar m0gg1-13/+22
2006-11-25documentation enhancements and code cleanupGravatar m0gg1-0/+1
2006-11-23Code cleanupGravatar m0gg1-14/+10
2006-11-21decoupling of nanohttp/libcsoapGravatar m0gg1-2/+7
2006-11-19nanohttp admin patch; code cleanupGravatar m0gg1-0/+10
2006-07-09ported logging function to a seperate file (nanohttp-logging.*)r1_1_0Gravatar snowdrop1-0/+2
and renamed all logging functions.
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