summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-31added a helper function to determine how many nanohttp connections are activer1_1_0rc1Gravatar mrcsys2-2/+24
2006-05-24small bug allows core dumpGravatar mrcsys1-2/+2
2006-05-19successful authentication quietedGravatar m0gg1-2/+2
2006-05-15Fixed one log message to make fore sense.Gravatar mrcsys2-4/+4
Fixed check of SSL_read return code, was not correct.
2006-05-15csoap admin commandline switchGravatar m0gg2-4/+16
2006-05-15HTTP authentication addedGravatar m0gg3-4/+15
2006-05-15Code cleanupGravatar m0gg2-11/+8
2006-05-02Documentation updateGravatar m0gg1-1/+21
2006-05-01this is cleanerGravatar mrcsys1-9/+4
2006-05-01Some fixes because recent changes did not work in WIN32. Now should be compatGravatar mrcsys3-6/+36
2006-05-01HTTP header fields from RFC2616Gravatar m0gg1-11/+91
2006-04-26added timeout argumentGravatar mrcsys1-1/+2
2006-04-26Fixed a significant bug in updated ssl code that would allow processes to ↵Gravatar mrcsys6-435/+626
"run away" Added a new option and helper functions for socket timeout Added new helper function for ssl arguments
2006-04-26Documentation improvementsGravatar m0gg1-19/+82
2006-04-21Added a hrequest_t parameter to authentication functionGravatar m0gg3-6/+6
2006-04-17updated to match heiko's prefered function namesGravatar mrcsys2-9/+9
I had not noticed that he had renamed ALL of mine before
2006-04-14renamed function at heiko's requestGravatar mrcsys2-4/+4
2006-04-13SSL code updated to aways have a user verify function.Gravatar mrcsys2-12/+13
added set_user_verify so that you can implement your own
2006-04-13log debug -> verbose changeGravatar m0gg1-2/+2
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-28put done=1 if service not foundGravatar snowdrop1-1/+2
2006-03-27hssl_enabled added; code cleanupGravatar m0gg2-71/+69
2006-03-27added support for soap adminGravatar snowdrop1-2/+11
2006-03-27initial importGravatar snowdrop1-0/+114
2006-03-23Typo: httpd_register_default_secureGravatar m0gg1-2/+2
2006-03-23log_debug -> log_verboseGravatar m0gg1-2/+2
2006-03-23httpd_get_protocol function addedGravatar m0gg2-2/+9
2006-03-23helper to generate configure skriptGravatar snowdrop1-0/+7
2006-03-23Release numbers from --libs removedGravatar m0gg1-1/+1
2006-03-16log_warn -> log_warn[123] replacedGravatar m0gg1-4/+4
2006-03-15Build in separate directoryGravatar m0gg2-0/+2
2006-03-15Build in seperate directoryGravatar m0gg1-0/+1
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 m0gg7-77/+20
2006-03-07File header changedGravatar m0gg2-47/+46
2006-03-07Fixed broken release number (X.Y.Z -> X.Y)Gravatar m0gg1-2/+3
2006-03-06ChangeLog changed, see ChangeLog ;-)Gravatar m0gg1-0/+16
2006-03-06Various changes see ChangeLogGravatar m0gg30-1216/+1078
2006-03-06Removed unused readme.txtGravatar m0gg2-4/+0
2006-03-06nanoHTTP client example addedGravatar m0gg1-0/+143
2006-03-06Buildsystem cleanupGravatar m0gg10-353/+105
2006-03-06Temporary file deletedGravatar m0gg1-1/+0
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop27-305/+577
- 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-27Added c++ macroGravatar snowdrop8-9/+68
#ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endf
2006-02-27added #ifdef __cplusplus {Gravatar snowdrop1-1/+8
extern "C" macros
2006-02-26enabled SOURCE_BROWSERGravatar snowdrop1-1/+1
2006-02-25patches by Heiko. See mailinglist (archive 25.02.06)Gravatar snowdrop3-153/+160