summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-env.c
AgeCommit message (Collapse)AuthorFilesLines
2007-11-03Split nanoHTTP and cSOAP loggingGravatar m0gg1-87/+33
2006-11-26soap.udp transport added (alpha)Gravatar m0gg1-8/+7
2006-11-25documentation enhancements and code cleanupGravatar m0gg1-4/+3
2006-11-24Message signature with xmlsec1Gravatar m0gg1-11/+11
2006-11-23Code cleanupGravatar m0gg1-61/+57
2006-11-21decoupling of nanohttp/libcsoapGravatar m0gg1-74/+6
2006-11-21Web Services Addressing for multiple transport daemons (initial)Gravatar m0gg1-1/+2
2006-11-19nanohttp admin patch; code cleanupGravatar m0gg1-1/+11
2006-07-09ported logging function to a seperate file (nanohttp-logging.*)r1_1_0Gravatar snowdrop1-4/+6
and renamed all logging functions.
2006-03-15SoapEnv->cur in soap_env_new_from_doc fixedGravatar m0gg1-2/+3
2006-03-06Various changes see ChangeLogGravatar m0gg1-120/+112
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop1-3/+23
- 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 snowdrop1-21/+21
2006-02-04changed encoding to encodingStyleGravatar snowdrop1-3/+3
2006-01-27Fixed two buffer overflow problems.Gravatar mrcsys1-17/+16
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 snowdrop1-159/+156
2006-01-10indent with 'indent -nut -bli0 -fca' commandGravatar snowdrop1-91/+100
2004-11-02dos2unixGravatar snowdrop1-106/+106
2004-10-28changed hstatus_t to herror_t and chagend the API function to return ↵Gravatar snowdrop1-92/+123
herror_t. Added herror_*() functions and fixed a bug in the socket receive comm.
2004-10-15added #define USE_XMLSTRINGGravatar snowdrop1-2/+21
2004-10-15added attachment supportGravatar snowdrop1-6/+116
2004-09-19Added http stream feature (only input stream yet)Gravatar snowdrop1-284/+332
Added DIME "client" support (very experimental)
2004-09-02Just changed casts to libxml2's BAD_CAST xwin32_migration_20040903Gravatar rans1-23/+22
2004-08-26Soap libraryGravatar rans1-308/+307
2004-06-08added soap_env_add_custom()Gravatar snowdrop1-11/+92
2004-02-03developGravatar snowdrop1-1/+19
2004-02-03initialGravatar snowdrop1-0/+386