summaryrefslogtreecommitdiffstats
path: root/libcsoap
AgeCommit message (Collapse)AuthorFilesLines
2006-04-13Add missing HEADER_CONTENT_TYPE in _soap_server_send_ctxGravatar m0gg1-1/+3
2006-03-29Link to Service Description added; HTML cleanupGravatar m0gg1-9/+16
2006-03-29Don't #include soap-admin.cGravatar m0gg5-40/+153
2006-03-27added support for soap adminGravatar snowdrop1-2/+11
2006-03-27initial importGravatar snowdrop1-0/+114
2006-03-15SoapEnv->cur in soap_env_new_from_doc fixedGravatar m0gg2-2/+4
2006-03-07WSDL registrationGravatar m0gg3-69/+110
2006-03-07Removed C++ style commentsGravatar m0gg1-19/+1
2006-03-06Various changes see ChangeLogGravatar m0gg12-207/+251
2006-03-06Removed unused readme.txtGravatar m0gg1-2/+0
2006-03-06Buildsystem cleanupGravatar m0gg1-34/+7
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop7-33/+113
- 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-25patches by Heiko. See mailinglist (archive 25.02.06)Gravatar snowdrop2-81/+76
2006-02-18added basic authentication and SOAP-Header capabilities for request objectsGravatar snowdrop7-203/+226
Thanks to Heiko Ronsdorf
2006-02-08the attached patches address the following issues:Gravatar snowdrop4-72/+51
* 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-02-04changed encoding to encodingStyleGravatar snowdrop1-3/+3
2006-01-27Fixed two buffer overflow problems.Gravatar mrcsys3-25/+24
This results in different deffinitions for soap_env_find_urn() and soap_env_find_methodname()
2006-01-25fixed a bug that was preventing the return of default namespacesGravatar mrcsys1-2/+3
2006-01-10indent with 'indent -nut -bli0 -fca -npcs' commandGravatar snowdrop16-562/+550
2006-01-10indent with 'indent -nut -bli0 -fca' commandGravatar snowdrop16-929/+1034
2005-12-19pathed stuf from mailinglist after 1.0.4rc1Gravatar snowdrop1-11/+11
2005-12-19integrated with ssl (https) capabilityGravatar snowdrop4-26/+61
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
2005-07-27Changes of MenzoGravatar snowdrop1-11/+11
nanohttp/nanohttp-client.c and nanohttp/nanohttp-client.h added httpc_close_free, a variant of httpc_free which explicitly asks to close the socket. Otherwise after a number of client/server interactions we get socket error 24 (Too many open files). libcsoap/soap-client.c call httpc_close_free instead of httpc_free nanohttp/nanohttp-socket.c in hsocket_close call shutdown with SHUT_RDWR instead of 1 (SHUT_WR). Otherwise after a number of client/server interactions the shutdown call doesn't return anymore.
2005-05-27patch from mailinglistGravatar snowdrop2-4/+4
2005-04-18included the check for errcode = 200before_patch_01Gravatar snowdrop1-2/+5
2004-11-02dos2unixGravatar snowdrop8-508/+508
2004-11-02developGravatar snowdrop3-4/+15
2004-11-01added soap_ctx_add_file()Gravatar snowdrop4-19/+67
2004-10-29added hoption featureGravatar snowdrop2-6/+33
2004-10-28changed hstatus_t to herror_t and chagend the API function to return ↵Gravatar snowdrop9-234/+284
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm.
2004-10-20optimized for visualc 6Gravatar snowdrop3-12/+30
2004-10-15updated for compiling under *nixGravatar snowdrop1-2/+4
2004-10-15added #define USE_XMLSTRINGGravatar snowdrop1-2/+21
2004-10-15developGravatar snowdrop5-7/+22
2004-10-15added attachment supportGravatar snowdrop6-95/+449
2004-10-15initial importGravatar snowdrop2-0/+137
2004-09-19Added http stream feature (only input stream yet)Gravatar snowdrop3-288/+338
Added DIME "client" support (very experimental)
2004-09-02Just changed casts to libxml2's BAD_CAST xwin32_migration_20040903Gravatar rans6-40/+44
2004-08-30migration win32 socket codeGravatar snowdrop2-3/+13
2004-08-30bugfix in soap_server_entry()Gravatar snowdrop1-2/+2
2004-08-30modev to libsoap-win32 projectGravatar snowdrop47-12704/+0
2004-08-30moved to libsoap-win32 projectGravatar snowdrop5-1272/+0
2004-08-27libcsoap readmeGravatar rans1-0/+2
2004-08-26Soap libraryGravatar rans9-885/+1221
2004-08-26libxml headersGravatar rans50-0/+13636
2004-06-08added soap_env_add_custom()Gravatar snowdrop3-13/+119
2004-06-03added nanohttp reference to linkerGravatar snowdrop1-1/+1
2004-05-14added soap_env_free() function declGravatar snowdrop1-1/+8