summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-server.c
AgeCommit message (Collapse)AuthorFilesLines
2007-11-03Split nanoHTTP and cSOAP loggingGravatar m0gg1-18/+18
2006-12-31Addded hooks for Web Service ManagementGravatar m0gg1-13/+24
2006-11-29Message encryption addedGravatar m0gg1-16/+31
2006-11-28XML signature improvementsGravatar m0gg1-11/+10
2006-11-26soap.udp transport added (alpha)Gravatar m0gg1-2/+3
2006-11-25documentation enhancements and code cleanupGravatar m0gg1-5/+3
2006-11-24Message signature with xmlsec1Gravatar m0gg1-49/+96
2006-11-23Code cleanupGravatar m0gg1-31/+23
2006-11-21decoupling of nanohttp/libcsoapGravatar m0gg1-309/+93
2006-11-21Web Services Addressing for multiple transport daemons (initial)Gravatar m0gg1-8/+10
2006-11-19nanohttp admin patch; code cleanupGravatar m0gg1-2/+19
2006-07-09ported logging function to a seperate file (nanohttp-logging.*)r1_1_0Gravatar snowdrop1-1/+2
and renamed all logging functions.
2006-05-24small bug allows core dumpGravatar mrcsys1-2/+2
2006-05-15HTTP authentication addedGravatar m0gg1-2/+2
2006-04-13Add missing HEADER_CONTENT_TYPE in _soap_server_send_ctxGravatar m0gg1-1/+3
2006-03-29Don't #include soap-admin.cGravatar m0gg1-19/+24
2006-03-27added support for soap adminGravatar snowdrop1-2/+11
2006-03-07WSDL registrationGravatar m0gg1-62/+78
2006-03-06Various changes see ChangeLogGravatar m0gg1-38/+42
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop1-17/+27
- 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-18added basic authentication and SOAP-Header capabilities for request objectsGravatar snowdrop1-185/+176
Thanks to Heiko Ronsdorf
2006-02-08the attached patches address the following issues:Gravatar snowdrop1-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-27Fixed two buffer overflow problems.Gravatar mrcsys1-5/+5
This results in different deffinitions for soap_env_find_urn() and soap_env_find_methodname()
2006-01-10indent with 'indent -nut -bli0 -fca -npcs' commandGravatar snowdrop1-132/+129
2006-01-10indent with 'indent -nut -bli0 -fca' commandGravatar snowdrop1-271/+318
2005-12-19integrated with ssl (https) capabilityGravatar snowdrop1-10/+40
2005-07-30patched from malinglistGravatar snowdrop1-1/+1
2005-07-27Fixes some memory leaks. Patch from mailinglist 27.07.05 by Peter BonczGravatar snowdrop1-21/+9
2004-11-02dos2unixGravatar snowdrop1-47/+47
2004-11-02developGravatar snowdrop1-2/+3
2004-10-28changed hstatus_t to herror_t and chagend the API function to return ↵Gravatar snowdrop1-17/+59
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm.
2004-10-20optimized for visualc 6Gravatar snowdrop1-3/+1
2004-10-15added attachment supportGravatar snowdrop1-27/+88
2004-08-30bugfix in soap_server_entry()Gravatar snowdrop1-2/+2
2004-08-26Soap libraryGravatar rans1-171/+171
2004-05-12added log_verbose() functionsGravatar snowdrop1-1/+2
2004-02-03initialGravatar snowdrop1-0/+268