summaryrefslogtreecommitdiffstats
path: root/nanohttp
AgeCommit message (Collapse)AuthorFilesLines
2006-11-30Code cleanupGravatar m0gg10-201/+252
2006-11-28XML signature improvementsGravatar m0gg6-23/+63
2006-11-27Code cleanupGravatar m0gg5-117/+70
2006-11-26soap.udp transport added (alpha)Gravatar m0gg7-14/+23
2006-11-25Code cleanupGravatar m0gg3-59/+76
2006-11-25Documentation enhancementsGravatar m0gg3-7/+86
2006-11-25Documentation enhancementsGravatar m0gg2-44/+275
2006-11-25documentation enhancements and code cleanupGravatar m0gg16-402/+848
2006-11-24Documentation enhancementsGravatar m0gg7-124/+184
2006-11-24Message signature with xmlsec1Gravatar m0gg1-2/+2
2006-11-23Code cleanupGravatar m0gg19-871/+720
2006-11-21decoupling of nanohttp/libcsoapGravatar m0gg6-11/+18
2006-11-21Web Services Addressing for multiple transport daemons (initial)Gravatar m0gg5-7/+31
2006-11-19nanohttp admin patch; code cleanupGravatar m0gg21-239/+489
2006-08-28#ifdef __cplusplus removedGravatar m0gg1-5/+1
2006-07-09ported logging function to a seperate file (nanohttp-logging.*)r1_1_0Gravatar snowdrop11-264/+80
and renamed all logging functions.
2006-07-09initial importGravatar snowdrop2-0/+315
2006-05-31added a helper function to determine how many nanohttp connections are activer1_1_0rc1Gravatar mrcsys2-2/+24
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-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 m0gg2-4/+4
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-03-28put done=1 if service not foundGravatar snowdrop1-1/+2
2006-03-27hssl_enabled added; code cleanupGravatar m0gg2-71/+69
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-16log_warn -> log_warn[123] replacedGravatar m0gg1-4/+4
2006-03-15Build in seperate directoryGravatar m0gg1-0/+1
2006-03-07Removed C++ style commentsGravatar m0gg6-58/+19
2006-03-07File header changedGravatar m0gg2-47/+46
2006-03-06Various changes see ChangeLogGravatar m0gg17-1009/+815
2006-03-06Removed unused readme.txtGravatar m0gg1-2/+0
2006-03-06Buildsystem cleanupGravatar m0gg2-60/+11
2006-02-27- removes a memleak in examples/csoap/simpleserver.c say_helloGravatar snowdrop17-259/+336
- 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-25patches by Heiko. See mailinglist (archive 25.02.06)Gravatar snowdrop1-72/+84
2006-02-22Fixed a small bug in reading (or not) a calistGravatar mrcsys1-1/+1