Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-11 | Documentation fixup | m0gg | 1 | -1/+3 | |
2006-12-06 | C++ style comments removed | m0gg | 1 | -6/+3 | |
2006-12-01 | Fix nanoHTTP HTTPS client (still needs port in URL) | m0gg | 1 | -3/+12 | |
2006-11-30 | Code cleanup | m0gg | 1 | -52/+80 | |
2006-11-27 | Code cleanup | m0gg | 1 | -40/+5 | |
2006-11-26 | soap.udp transport added (alpha) | m0gg | 1 | -1/+5 | |
2006-11-25 | documentation enhancements and code cleanup | m0gg | 1 | -1/+2 | |
2006-11-23 | Code cleanup | m0gg | 1 | -56/+55 | |
2006-11-19 | nanohttp admin patch; code cleanup | m0gg | 1 | -4/+10 | |
2006-07-09 | ported logging function to a seperate file (nanohttp-logging.*)r1_1_0 | snowdrop | 1 | -1/+2 | |
and renamed all logging functions. | |||||
2006-05-15 | Fixed one log message to make fore sense. | mrcsys | 1 | -2/+2 | |
Fixed check of SSL_read return code, was not correct. | |||||
2006-05-15 | Code cleanup | m0gg | 1 | -4/+5 | |
2006-04-26 | Fixed a significant bug in updated ssl code that would allow processes to ↵ | mrcsys | 1 | -100/+158 | |
"run away" Added a new option and helper functions for socket timeout Added new helper function for ssl arguments | |||||
2006-04-17 | updated to match heiko's prefered function names | mrcsys | 1 | -7/+7 | |
I had not noticed that he had renamed ALL of mine before | |||||
2006-04-14 | renamed function at heiko's request | mrcsys | 1 | -2/+2 | |
2006-04-13 | SSL code updated to aways have a user verify function. | mrcsys | 1 | -10/+10 | |
added set_user_verify so that you can implement your own | |||||
2006-03-27 | hssl_enabled added; code cleanup | m0gg | 1 | -70/+64 | |
2006-03-07 | Removed C++ style comments | m0gg | 1 | -3/+5 | |
2006-03-07 | File header changed | m0gg | 1 | -26/+23 | |
2006-03-06 | Various changes see ChangeLog | m0gg | 1 | -214/+307 | |
2006-02-22 | Fixed a small bug in reading (or not) a calist | mrcsys | 1 | -1/+1 | |
2006-02-21 | SSL socket read stuff and a whole section that could never get called. | mrcsys | 1 | -0/+13 | |
Errors were also difficult to deal with, this has been cleaned up | |||||
2006-02-18 | added basic authentication and SOAP-Header capabilities for request objects | snowdrop | 1 | -21/+50 | |
Thanks to Heiko Ronsdorf | |||||
2006-02-08 | the attached patches address the following issues: | snowdrop | 1 | -9/+6 | |
* 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-19 | Minor win32 fixes. | mrcsys | 1 | -2/+2 | |
2006-01-18 | Added start_ssl function to initialize library. | mrcsys | 1 | -9/+11 | |
2006-01-11 | intergrating ssl. Removing global variables SSL* like SSLctx and ↵ | snowdrop | 1 | -1/+1 | |
HSOCKET_SSL_* definition. Instead we are using HSOCKET_ERROR_SSL* definitions. introduced hsocket_init_ssl() | |||||
2006-01-10 | A bad SSL init would cause a connection to hang. | mrcsys | 1 | -98/+98 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca -npcs' command | snowdrop | 1 | -96/+96 | |
2006-01-10 | indent with 'indent -nut -bli0 -fca' command | snowdrop | 1 | -235/+274 | |
2006-01-06 | wrapped call to verify_user() by ifdef ifdef | snowdrop | 1 | -0/+4 | |
2006-01-06 | added #ifdef HAVE_SSL check | snowdrop | 1 | -0/+5 | |
2006-01-03 | In WIN32, we must set the socket to block before SSL accept. | mrcsys | 1 | -0/+5 | |
2006-01-03 | WIN32 link does not like to overload functions in a lib, so userverify is ↵ | mrcsys | 1 | -0/+2 | |
commented out now. | |||||
2006-01-03 | Self signed certs were not being allowed. This is "not good" | mrcsys | 1 | -1/+4 | |
2005-12-22 | Win32 compile issue fixed. | mrcsys | 1 | -2/+5 | |
2005-12-19 | initial import | snowdrop | 1 | -0/+349 | |